├── README.md ├── police-stations.geojson ├── hospitals.geojson ├── libraries.geojson ├── post-offices.geojson ├── pharmacies.geojson ├── grocery-stores.geojson ├── fire-stations.geojson ├── metro-stations.geojson ├── dc-circulator-stops.geojson └── gas-stations.geojson /README.md: -------------------------------------------------------------------------------- 1 | # DC Maps 2 | 3 | ## Maps of Washington DC area public geodata 4 | 5 | ## Source 6 | 7 | http://data.dc.gov/Main_DataCatalog.aspx 8 | 9 | ## Process 10 | 11 | 1. Navigate to http://data.dc.gov 12 | 2. Locate a dataset in the "ESRI Shapefile" format 13 | 3. Download the zip file 14 | 4. Use ogr2ogr to convert to `.geojson` with the `crs:84` SRS 15 | 16 | ## Bulk processing 17 | 18 | 1. Follow the steps above to download one or more zipped shapefiles 19 | 2. Run [this shell script](https://gist.github.com/benbalter/5858851) 20 | 21 | ## Requirements to convert 22 | 23 | To convert shapefiles to geojson and reproject, you'll need [ogr2ogr](http://www.gdal.org/ogr2ogr.html). On OS X, the easiest way to do this is with [Homebrew](http://mxcl.github.io/homebrew/), by running the command `brew install gdal`. 24 | 25 | ## Contributing 26 | 27 | 1. Fork the project 28 | 2. Add a `.geojson` file 29 | 3. Submit a pull request 30 | 31 | ## Fine print 32 | 33 | > The data made available here has been modified for use from its original source, which is the Government of the District of Columbia. Neither the District of Columbia Government nor the Office of the Chief Technology Officer (OCTO) makes any claims as to the completeness, accuracy or content of any data contained in this application; makes any representation of any kind, including, but not limited to, warranty of the accuracy or fitness for a particular use; nor are any such warranties to be implied or inferred with respect to the information or data furnished herein. The data is subject to change as modifications and updates are complete. It is understood that the information contained in the web feed is being used at one's own risk. -------------------------------------------------------------------------------- /police-stations.geojson: -------------------------------------------------------------------------------- 1 | { 2 | "type": "FeatureCollection", 3 | "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, 4 | 5 | "features": [ 6 | { "type": "Feature", "properties": { "OBJECTID": 1, "CONTACT": "Cmdr Robin Hoey", "ROOM": null, "ZIP": 20019.0, "PHONE": "(202) 698-0880", "FAX": "(202) 398-5397", "NAME": "District 6 (6D)", "ADDRESS": "100 42ND STREET NE", "WEB_URL": "http:\/\/mpdc.dc.gov\/mpdc\/cwp\/view,a,1239,q,546269.asp", "GIS_ID": "pol_1", "TYPE": "Station", "ADDRESS_ID": 294469 }, "geometry": { "type": "Point", "coordinates": [ -76.942885323337677, 38.892483498203184 ] } }, 7 | { "type": "Feature", "properties": { "OBJECTID": 2, "CONTACT": "Insp Alton Bigelow", "ROOM": null, "ZIP": 20019.0, "PHONE": "(202) 698-2088", "FAX": "(202) 584-5397", "NAME": "District 6 Substation (6D-1)", "ADDRESS": "2701 PENNSYLVANIA AVENUE SE", "WEB_URL": "http:\/\/mpdc.dc.gov\/mpdc\/cwp\/view,a,1239,q,546269.asp", "GIS_ID": "pol_2", "TYPE": "Substation", "ADDRESS_ID": 45427 }, "geometry": { "type": "Point", "coordinates": [ -76.968708692104514, 38.872363759390566 ] } }, 8 | { "type": "Feature", "properties": { "OBJECTID": 3, "CONTACT": "Cmdr Larry McCoy", "ROOM": null, "ZIP": 20009.0, "PHONE": "(202) 673-6815", "FAX": "(202) 518-0008", "NAME": "District 3 (3D)", "ADDRESS": "1620 V STREET NW", "WEB_URL": "http:\/\/mpdc.dc.gov\/mpdc\/cwp\/view,a,1239,q,544981.asp", "GIS_ID": "pol_3", "TYPE": "Station", "ADDRESS_ID": 241847 }, "geometry": { "type": "Point", "coordinates": [ -77.03797080741613, 38.917867273474194 ] } }, 9 | { "type": "Feature", "properties": { "OBJECTID": 4, "CONTACT": "Insp Diane Groomes", "ROOM": null, "ZIP": 20010.0, "PHONE": "(202) 576-8222", "FAX": "(202) 576-3350", "NAME": "District 3 Substation (3D-1)", "ADDRESS": "750 PARK ROAD NW", "WEB_URL": "http:\/\/mpdc.dc.gov\/mpdc\/cwp\/view,a,1239,q,544981.asp", "GIS_ID": "pol_4", "TYPE": "Substation", "ADDRESS_ID": 233054 }, "geometry": { "type": "Point", "coordinates": [ -77.025634192725306, 38.932671296038244 ] } }, 10 | { "type": "Feature", "properties": { "OBJECTID": 5, "CONTACT": "Off Myra Jordan", "ROOM": null, "ZIP": 20009.0, "PHONE": "(202) 671-3550", "FAX": null, "NAME": "Deaf and Hard Hearing Liaison Unit", "ADDRESS": "310 MCMILLAN DRIVE NW", "WEB_URL": "http:\/\/mpdc.dc.gov\/mpdc\/cwp\/view,a,1232,q,540921.asp", "GIS_ID": "pol_5", "TYPE": null, "ADDRESS_ID": 299642 }, "geometry": { "type": "Point", "coordinates": [ -77.01656033116177, 38.922181402952631 ] } }, 11 | { "type": "Feature", "properties": { "OBJECTID": 6, "CONTACT": "Cmdr Jennifer Gree", "ROOM": null, "ZIP": 20002.0, "PHONE": "(202) 698-0150", "FAX": "(202) 727-8727", "NAME": "District 5 (5D)", "ADDRESS": "1805 BLADENSBURG ROAD NE", "WEB_URL": "http:\/\/mpdc.dc.gov\/mpdc\/cwp\/view,a,1239,q,545954.asp", "GIS_ID": "pol_6", "TYPE": "Station", "ADDRESS_ID": 286486 }, "geometry": { "type": "Point", "coordinates": [ -76.973640051353854, 38.915077256038344 ] } }, 12 | { "type": "Feature", "properties": { "OBJECTID": 7, "CONTACT": "Insp Andrew Solberg", "ROOM": null, "ZIP": 20003.0, "PHONE": "(202) 698-0068", "FAX": "(202) 543-2352", "NAME": "District 1 Substation (1D-1)", "ADDRESS": "500 E STREET SE", "WEB_URL": "http:\/\/mpdc.dc.gov\/mpdc\/cwp\/view,a,1239,q,543658.asp", "GIS_ID": "pol_7", "TYPE": "Substation", "ADDRESS_ID": 289645 }, "geometry": { "type": "Point", "coordinates": [ -76.999240693930886, 38.88336764812405 ] } }, 13 | { "type": "Feature", "properties": { "OBJECTID": 8, "CONTACT": "Sgt Juan Espinal", "ROOM": null, "ZIP": 20009.0, "PHONE": "(202) 673-4445", "FAX": null, "NAME": "Latino Liaison Unit", "ADDRESS": "1800 COLUMBIA ROAD NW", "WEB_URL": "http:\/\/mpdc.dc.gov\/mpdc\/cwp\/view,a,1232,q,540963.asp", "GIS_ID": "pol_8", "TYPE": null, "ADDRESS_ID": 235413 }, "geometry": { "type": "Point", "coordinates": [ -77.042864883794962, 38.922159399569892 ] } }, 14 | { "type": "Feature", "properties": { "OBJECTID": 9, "CONTACT": "Sgt Kenny Temsupasiri", "ROOM": null, "ZIP": 20001.0, "PHONE": "(202) 724-8009", "FAX": "(202) 727-9422", "NAME": "Asian Liaison Unit", "ADDRESS": "616 H STREET NW", "WEB_URL": "http:\/\/mpdc.dc.gov\/mpdc\/cwp\/view,a,1232,q,540914.asp", "GIS_ID": "pol_10", "TYPE": null, "ADDRESS_ID": 295093 }, "geometry": { "type": "Point", "coordinates": [ -77.020833381884017, 38.899547802035599 ] } }, 15 | { "type": "Feature", "properties": { "OBJECTID": 10, "CONTACT": "Carla Okonkwo, Supervisor", "ROOM": null, "ZIP": 20020.0, "PHONE": "(202) 645-9629", "FAX": null, "NAME": "Family Liaison Specialist Unit", "ADDRESS": "3244 PENNSYLVANIA AVENUE SE", "WEB_URL": "http:\/\/mpdc.dc.gov\/mpdc\/cwp\/view,a,1232,q,540942.asp", "GIS_ID": "pol_12", "TYPE": null, "ADDRESS_ID": 302990 }, "geometry": { "type": "Point", "coordinates": [ -76.959685580258949, 38.869768283996947 ] } }, 16 | { "type": "Feature", "properties": { "OBJECTID": 11, "CONTACT": "Cmdr Thomas McGuire", "ROOM": null, "ZIP": 20024.0, "PHONE": "(202) 698-0555", "FAX": "(202) 727-8503", "NAME": "District 1 (1D)", "ADDRESS": "101 M STREET SW", "WEB_URL": "http:\/\/mpdc.dc.gov\/mpdc\/cwp\/view,a,1239,q,543658.asp", "GIS_ID": "pol_13", "TYPE": "Station", "ADDRESS_ID": 152387 }, "geometry": { "type": "Point", "coordinates": [ -77.012908982757324, 38.876782885575189 ] } }, 17 | { "type": "Feature", "properties": { "OBJECTID": 12, "CONTACT": "Cmdr Hilton Burton", "ROOM": null, "ZIP": 20011.0, "PHONE": "(202) 715-7400", "FAX": "(202) 722-1791", "NAME": "District 4 (4D)", "ADDRESS": "6001 GEORGIA AVENUE NW", "WEB_URL": "http:\/\/mpdc.dc.gov\/mpdc\/cwp\/view,a,1239,q,545499.asp", "GIS_ID": "pol_14", "TYPE": "Station", "ADDRESS_ID": 243485 }, "geometry": { "type": "Point", "coordinates": [ -77.027410983594336, 38.963125449653411 ] } }, 18 | { "type": "Feature", "properties": { "OBJECTID": 13, "CONTACT": "Sgt Brett A Parso\/Ofc Joe Morquecho", "ROOM": "Room 5125", "ZIP": 20001.0, "PHONE": "(202) 727-5427", "FAX": "(202) 727-4406", "NAME": "Gay and Lesbian Liaison Unit", "ADDRESS": "300 INDIANA AVENUE NW", "WEB_URL": "http:\/\/mpdc.dc.gov\/mpdc\/cwp\/view,a,1232,q,540949.asp", "GIS_ID": "pol_15", "TYPE": null, "ADDRESS_ID": 279642 }, "geometry": { "type": "Point", "coordinates": [ -77.01653824886121, 38.894138155893479 ] } }, 19 | { "type": "Feature", "properties": { "OBJECTID": 14, "CONTACT": "Cmdr Robert J Con", "ROOM": null, "ZIP": 20016.0, "PHONE": "(202) 715-7300", "FAX": "(202) 364-3961", "NAME": "District 2 (2D)", "ADDRESS": "3320 IDAHO AVENUE NW", "WEB_URL": "http:\/\/mpdc.dc.gov\/mpdc\/cwp\/view,a,1239,q,544652.asp", "GIS_ID": "pol_18", "TYPE": "Station", "ADDRESS_ID": 222229 }, "geometry": { "type": "Point", "coordinates": [ -77.074838057652229, 38.934845831784592 ] } }, 20 | { "type": "Feature", "properties": { "OBJECTID": 15, "CONTACT": "Cmdr Joel Maupin", "ROOM": null, "ZIP": 20020.0, "PHONE": "(202) 698-1500", "FAX": "(202) 889-3574", "NAME": "District 7 (7D)", "ADDRESS": "2455 ALABAMA AVENUE SE", "WEB_URL": "http:\/\/mpdc.dc.gov\/mpdc\/cwp\/view,a,1239,q,546633.asp", "GIS_ID": "pol_19", "TYPE": "Station", "ADDRESS_ID": 278162 }, "geometry": { "type": "Point", "coordinates": [ -76.969521397067084, 38.853355764139451 ] } } 21 | ] 22 | } 23 | -------------------------------------------------------------------------------- /hospitals.geojson: -------------------------------------------------------------------------------- 1 | { 2 | "type": "FeatureCollection", 3 | "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, 4 | 5 | "features": [ 6 | { "type": "Feature", "properties": { "GIS_ID": "Hosp_013", "NAME": "Veterans Affairs Medical Center", "ADDRESS": "50 IRVING STREET NW", "SSL": "Null", "WEB_URL": "http:\/\/www.washington.med.va.gov\/", "TYPE": "Specialty", "AID": 243205, "ADULT_MEDI": "Y", "ADULT_MINO": "Y", "ADULT_MAJO": null, "CRITICAL_B": null, "OBSTETRICS": null, "PEDIATRIC_": null, "PEDIATRIC1": null, "PEDIATRI_1": null }, "geometry": { "type": "Point", "coordinates": [ -77.010244923174, 38.929276625473648 ] } }, 7 | { "type": "Feature", "properties": { "GIS_ID": "Hosp_008", "NAME": "The HSC Pediatric Center", "ADDRESS": "1731 BUNKER HILL ROAD NE", "SSL": "Null", "WEB_URL": "http:\/\/www.hscpediatriccenter.org\/", "TYPE": "Specialty", "AID": 286452, "ADULT_MEDI": null, "ADULT_MINO": null, "ADULT_MAJO": null, "CRITICAL_B": null, "OBSTETRICS": null, "PEDIATRIC_": null, "PEDIATRIC1": null, "PEDIATRI_1": null }, "geometry": { "type": "Point", "coordinates": [ -76.981038839510205, 38.941368098066214 ] } }, 8 | { "type": "Feature", "properties": { "GIS_ID": "Hosp_012", "NAME": "Sibley Memorial Hospital", "ADDRESS": "5255 LOUGHBORO ROAD NW", "SSL": "Null", "WEB_URL": "http:\/\/www.sibley.org\/", "TYPE": "Hospital", "AID": 295156, "ADULT_MEDI": "Y", "ADULT_MINO": "Y", "ADULT_MAJO": "", "CRITICAL_B": null, "OBSTETRICS": "Y", "PEDIATRIC_": null, "PEDIATRIC1": null, "PEDIATRI_1": null }, "geometry": { "type": "Point", "coordinates": [ -77.10923889810266, 38.936220795566683 ] } }, 9 | { "type": "Feature", "properties": { "GIS_ID": "Hosp_007", "NAME": "Hadley Memorial Hospital", "ADDRESS": "4601 MARTIN LUTHER KING JR AVENUE SW", "SSL": "Null", "WEB_URL": "http:\/\/www.shwhadley.com\/index.shtml", "TYPE": "Hospital", "AID": 295152, "ADULT_MEDI": null, "ADULT_MINO": null, "ADULT_MAJO": null, "CRITICAL_B": null, "OBSTETRICS": null, "PEDIATRIC_": null, "PEDIATRIC1": null, "PEDIATRI_1": null }, "geometry": { "type": "Point", "coordinates": [ -77.013225499458997, 38.824850937563887 ] } }, 10 | { "type": "Feature", "properties": { "GIS_ID": "Hosp_011", "NAME": "Providence Hospital", "ADDRESS": "1150 VARNUM STREET NE", "SSL": "Null", "WEB_URL": "http:\/\/www.provhosp.org\/", "TYPE": "Hospital", "AID": 289609, "ADULT_MEDI": "Y", "ADULT_MINO": "Y", "ADULT_MAJO": null, "CRITICAL_B": null, "OBSTETRICS": "Y", "PEDIATRIC_": null, "PEDIATRIC1": null, "PEDIATRI_1": null }, "geometry": { "type": "Point", "coordinates": [ -76.991229325841999, 38.943287261417545 ] } }, 11 | { "type": "Feature", "properties": { "GIS_ID": "Hosp_014", "NAME": "Washington Hospital Center", "ADDRESS": "110 IRVING STREET NW", "SSL": "Null", "WEB_URL": "http:\/\/www.whcenter.org\/", "TYPE": "Hospital", "AID": 228314, "ADULT_MEDI": "Y", "ADULT_MINO": "Y", "ADULT_MAJO": "Y", "CRITICAL_B": "Y", "OBSTETRICS": "Y", "PEDIATRIC_": null, "PEDIATRIC1": null, "PEDIATRI_1": null }, "geometry": { "type": "Point", "coordinates": [ -77.015648296805068, 38.929651943682877 ] } }, 12 | { "type": "Feature", "properties": { "GIS_ID": "Hosp_009", "NAME": "Howard University Hospital", "ADDRESS": "2041 GEORGIA AVENUE NW", "SSL": "Null", "WEB_URL": "http:\/\/www.huhosp.org\/", "TYPE": "Hospital", "AID": 279523, "ADULT_MEDI": "Y", "ADULT_MINO": "Y", "ADULT_MAJO": "Y", "CRITICAL_B": null, "OBSTETRICS": "Y", "PEDIATRIC_": "Y", "PEDIATRIC1": null, "PEDIATRI_1": "Y" }, "geometry": { "type": "Point", "coordinates": [ -77.020093747294482, 38.917548406080236 ] } }, 13 | { "type": "Feature", "properties": { "GIS_ID": "Hosp_010", "NAME": "National Rehabilitation Hospital", "ADDRESS": "102 IRVING STREET NW", "SSL": "Null", "WEB_URL": "http:\/\/www.nrhrehab.org\/", "TYPE": "Specialty", "AID": 243364, "ADULT_MEDI": null, "ADULT_MINO": null, "ADULT_MAJO": "", "CRITICAL_B": "", "OBSTETRICS": null, "PEDIATRIC_": null, "PEDIATRIC1": null, "PEDIATRI_1": null }, "geometry": { "type": "Point", "coordinates": [ -77.01334348068869, 38.930542520705949 ] } }, 14 | { "type": "Feature", "properties": { "GIS_ID": "Hosp_001", "NAME": "Children's National Medical Center", "ADDRESS": "111 MICHIGAN AVENUE NW", "SSL": "Null", "WEB_URL": "http:\/\/www.childrensnational.org\/", "TYPE": "Specialty", "AID": 243365, "ADULT_MEDI": null, "ADULT_MINO": null, "ADULT_MAJO": null, "CRITICAL_B": "Y", "OBSTETRICS": null, "PEDIATRIC_": "Y", "PEDIATRIC1": null, "PEDIATRI_1": "Y" }, "geometry": { "type": "Point", "coordinates": [ -77.01439371818492, 38.927266073446951 ] } }, 15 | { "type": "Feature", "properties": { "GIS_ID": "Hosp_006", "NAME": "United Medical Center", "ADDRESS": "1310 SOUTHERN AVENUE SE", "SSL": "Null", "WEB_URL": "http:\/\/www.united-medicalcenter.com\/", "TYPE": "Hospital", "AID": 277936, "ADULT_MEDI": "Y", "ADULT_MINO": "Y", "ADULT_MAJO": null, "CRITICAL_B": null, "OBSTETRICS": "Y", "PEDIATRIC_": "Y", "PEDIATRIC1": null, "PEDIATRI_1": null }, "geometry": { "type": "Point", "coordinates": [ -76.984750701480067, 38.836018844030171 ] } }, 16 | { "type": "Feature", "properties": { "GIS_ID": "Hosp_005", "NAME": "Georgetown University Hospital", "ADDRESS": "3800 RESERVOIR ROAD NW", "SSL": "Null", "WEB_URL": "http:\/\/www.georgetownuniversityhospital.org", "TYPE": "Hospital", "AID": 291547, "ADULT_MEDI": "Y", "ADULT_MINO": "Y", "ADULT_MAJO": null, "CRITICAL_B": null, "OBSTETRICS": "Y", "PEDIATRIC_": "Y", "PEDIATRIC1": null, "PEDIATRI_1": "Y" }, "geometry": { "type": "Point", "coordinates": [ -77.075281962496661, 38.91220321755533 ] } }, 17 | { "type": "Feature", "properties": { "GIS_ID": "Hosp_015", "NAME": "George Washington University Hospital", "ADDRESS": "900 23RD STREET NW", "SSL": "Null", "WEB_URL": "http:\/\/gwhospital.com\/", "TYPE": "Hospital", "AID": 242349, "ADULT_MEDI": "Y", "ADULT_MINO": "Y", "ADULT_MAJO": "Y", "CRITICAL_B": null, "OBSTETRICS": "Y", "PEDIATRIC_": null, "PEDIATRIC1": null, "PEDIATRI_1": null }, "geometry": { "type": "Point", "coordinates": [ -77.050636675654502, 38.901319007525274 ] } }, 18 | { "type": "Feature", "properties": { "GIS_ID": "Hosp_016", "NAME": "Psychiatric Institute of Washington", "ADDRESS": "4228 WISCONSIN AVENUE NW", "SSL": "Null", "WEB_URL": "http:\/\/www.psychinstitute.com\/", "TYPE": "Specialty", "AID": 222976, "ADULT_MEDI": null, "ADULT_MINO": null, "ADULT_MAJO": null, "CRITICAL_B": null, "OBSTETRICS": null, "PEDIATRIC_": null, "PEDIATRIC1": null, "PEDIATRI_1": null }, "geometry": { "type": "Point", "coordinates": [ -77.077962441213828, 38.9439026221444 ] } }, 19 | { "type": "Feature", "properties": { "GIS_ID": "Hosp_017", "NAME": "Walter Reed Army Medical Center", "ADDRESS": "6825 16TH STREET NW", "SSL": "Null", "WEB_URL": "http:\/\/www.wramc.amedd.army.mil\/", "TYPE": "Specialty", "AID": 292743, "ADULT_MEDI": "Y", "ADULT_MINO": "Y", "ADULT_MAJO": null, "CRITICAL_B": null, "OBSTETRICS": null, "PEDIATRIC_": null, "PEDIATRIC1": null, "PEDIATRI_1": null }, "geometry": { "type": "Point", "coordinates": [ -77.032641188747988, 38.976898875598515 ] } }, 20 | { "type": "Feature", "properties": { "GIS_ID": "Hosp_019", "NAME": "Saint Elizabeths Hospital", "ADDRESS": "1100 ALABAMA AVENUE SE", "SSL": "Null", "WEB_URL": "http:\/\/www.nlm.nih.gov\/hmd\/medtour\/elizabeths.html", "TYPE": "Specialty", "AID": 307946, "ADULT_MEDI": null, "ADULT_MINO": null, "ADULT_MAJO": null, "CRITICAL_B": null, "OBSTETRICS": null, "PEDIATRIC_": null, "PEDIATRIC1": null, "PEDIATRI_1": null }, "geometry": { "type": "Point", "coordinates": [ -76.991440177736678, 38.844344083596944 ] } }, 21 | { "type": "Feature", "properties": { "GIS_ID": "Hosp_020", "NAME": "The Specialty Hospital of Washington", "ADDRESS": "700 CONSTITUTION AVENUE NE", "SSL": "Null", "WEB_URL": "http:\/\/www.specialtyhospitalofwashington.com\/", "TYPE": "Specialty", "AID": 295162, "ADULT_MEDI": null, "ADULT_MINO": null, "ADULT_MAJO": null, "CRITICAL_B": null, "OBSTETRICS": null, "PEDIATRIC_": null, "PEDIATRIC1": null, "PEDIATRI_1": null }, "geometry": { "type": "Point", "coordinates": [ -76.995356592112472, 38.892321795813096 ] } } 22 | ] 23 | } 24 | -------------------------------------------------------------------------------- /libraries.geojson: -------------------------------------------------------------------------------- 1 | { 2 | "type": "FeatureCollection", 3 | "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, 4 | 5 | "features": [ 6 | { "type": "Feature", "properties": { "GIS_ID": "Libr_32", "NAME": "Rosedale Neighborhood Library", "ADDRESS": "1701 Gales Street NE", "PHONE": "202-671-3121\r\n", "SSL": "4533 0035", "WEB_URL": "http:\/\/www.dclibrary.org\/rosedale", "TYPE": "Other Libraries", "ADDRESS_ID": 307101.0, "STATUS": "Under Construction" }, "geometry": { "type": "Point", "coordinates": [ -76.97932688330495, 38.897852825222472 ] } }, 7 | { "type": "Feature", "properties": { "GIS_ID": "Libr_25", "NAME": "Georgetown Neighborhood Library", "ADDRESS": "3260 R Street NW", "PHONE": "(202) 727-0232", "SSL": "1280 0800", "WEB_URL": "http:\/\/www.dclibrary.org\/georgetown", "TYPE": "Other Libraries", "ADDRESS_ID": 295142.0, "STATUS": "Open" }, "geometry": { "type": "Point", "coordinates": [ -77.066007305842078, 38.913434229544386 ] } }, 8 | { "type": "Feature", "properties": { "GIS_ID": "Libr_26", "NAME": "Petworth Neighborhood Library", "ADDRESS": "4200 Kansas Avenue NW", "PHONE": "(202) 243-1188", "SSL": "2915 0802", "WEB_URL": "http:\/\/www.dclibrary.org\/petworth", "TYPE": "Other Libraries", "ADDRESS_ID": 295146.0, "STATUS": "Open" }, "geometry": { "type": "Point", "coordinates": [ -77.026137425414618, 38.942199890372414 ] } }, 9 | { "type": "Feature", "properties": { "GIS_ID": "Libr_31", "NAME": "Mt. Pleasant Neighborhood Library", "ADDRESS": "3160 16th Street NW", "PHONE": "202-671-3121\r\n202-671-3121\r\n(202) 671-3121", "SSL": "2595 0830", "WEB_URL": "http:\/\/www.dclibrary.org\/mtpleasant", "TYPE": "Other Libraries", "ADDRESS_ID": 295138.0, "STATUS": "Open" }, "geometry": { "type": "Point", "coordinates": [ -77.037145413145225, 38.930466764576529 ] } }, 10 | { "type": "Feature", "properties": { "GIS_ID": "Libr_28", "NAME": "Watha T. Daniel\/Shaw Neighborhood Library", "ADDRESS": "1630 7th Street NW", "PHONE": "(202) 727-1288", "SSL": "0420N 0012", "WEB_URL": "http:\/\/www.dclibrary.org\/watha", "TYPE": "Other Libraries", "ADDRESS_ID": 308201.0, "STATUS": "Open" }, "geometry": { "type": "Point", "coordinates": [ -77.022212481723258, 38.912457683126412 ] } }, 11 | { "type": "Feature", "properties": { "GIS_ID": "Libr_29", "NAME": "Deanwood Neighborhood Library", "ADDRESS": "1350 49th Street NE", "PHONE": "(202) 698-1175", "SSL": "5162 0026", "WEB_URL": "http:\/\/www.dclibrary.org\/deanwood", "TYPE": "Other Libraries", "ADDRESS_ID": 307551.0, "STATUS": "Open" }, "geometry": { "type": "Point", "coordinates": [ -76.932541571154488, 38.908463858233169 ] } }, 12 | { "type": "Feature", "properties": { "GIS_ID": "Libr_2", "NAME": "Dorothy I Height\/Benning Neighborhood Library", "ADDRESS": "3935 Benning Road NE", "PHONE": "(202) 281-2583", "SSL": "5051N 0018", "WEB_URL": "http:\/\/www.dclibrary.org\/dorothy", "TYPE": "Other Libraries", "ADDRESS_ID": 295144.0, "STATUS": "Open" }, "geometry": { "type": "Point", "coordinates": [ -76.947771053504425, 38.894180889997116 ] } }, 13 | { "type": "Feature", "properties": { "GIS_ID": "Libr_3", "NAME": "Capitol View Neighborhood Library", "ADDRESS": "5001 Central Avenue SE", "PHONE": "(202) 645-0755", "SSL": "5329 0802", "WEB_URL": "http:\/\/www.dclibrary.org\/capitolview", "TYPE": "Other Libraries", "ADDRESS_ID": 15509.0, "STATUS": "Open" }, "geometry": { "type": "Point", "coordinates": [ -76.92957720705067, 38.888954498628706 ] } }, 14 | { "type": "Feature", "properties": { "GIS_ID": "Libr_4", "NAME": "Chevy Chase Neighborhood Library", "ADDRESS": "5625 Connecticut Avenue NW", "PHONE": "(202) 282-0021", "SSL": "1866 0823", "WEB_URL": "http:\/\/www.dclibrary.org\/chevychase", "TYPE": "Other Libraries", "ADDRESS_ID": 263960.0, "STATUS": "Open" }, "geometry": { "type": "Point", "coordinates": [ -77.075456710263481, 38.965569153538155 ] } }, 15 | { "type": "Feature", "properties": { "GIS_ID": "Libr_5", "NAME": "Cleveland Park Neighborhood Library", "ADDRESS": "3310 Connecticut Avenue NW", "PHONE": "(202) 282-3080", "SSL": "2082 0868", "WEB_URL": "http:\/\/www.dclibrary.org\/clevelandpark", "TYPE": "Other Libraries", "ADDRESS_ID": 221190.0, "STATUS": "Open" }, "geometry": { "type": "Point", "coordinates": [ -77.057842584593502, 38.933815469550716 ] } }, 16 | { "type": "Feature", "properties": { "GIS_ID": "Libr_7", "NAME": "Francis A. Gregory Neighborhood Library", "ADDRESS": "3660 Alabama Avenue SE", "PHONE": "(202) 698-6373", "SSL": "PAR 02070064", "WEB_URL": "http:\/\/www.dclibrary.org\/francis", "TYPE": "Other Libraries", "ADDRESS_ID": 290019.0, "STATUS": "Open" }, "geometry": { "type": "Point", "coordinates": [ -76.953978599299205, 38.864811006093802 ] } }, 17 | { "type": "Feature", "properties": { "GIS_ID": "Libr_8", "NAME": "Lamond-Riggs Neighborhood Library", "ADDRESS": "5401 South Dakota Avenue NE", "PHONE": "(202) 541-6255", "SSL": "3761 0804", "WEB_URL": "http:\/\/www.dclibrary.org\/lamond\r\n", "TYPE": "Other Libraries", "ADDRESS_ID": 288645.0, "STATUS": "Open" }, "geometry": { "type": "Point", "coordinates": [ -76.99958431220054, 38.955127797082589 ] } }, 18 | { "type": "Feature", "properties": { "GIS_ID": "Libr_9", "NAME": "Martin Luther King Jr. Memorial Library", "ADDRESS": "901 G Street NW", "PHONE": "(202) 727-0321", "SSL": "0375 0825", "WEB_URL": "http:\/\/www.dclibrary.org\/mlk", "TYPE": "Headquarters", "ADDRESS_ID": 239815.0, "STATUS": "Open" }, "geometry": { "type": "Point", "coordinates": [ -77.02476626008324, 38.898691330337449 ] } }, 19 | { "type": "Feature", "properties": { "GIS_ID": "Libr_10", "NAME": "Northeast Neighborhood Library", "ADDRESS": "330 7th Street NE", "PHONE": "(202) 698-3320", "SSL": "0864 0817", "WEB_URL": "http:\/\/www.dclibrary.org\/northeast", "TYPE": "Other Libraries", "ADDRESS_ID": 37106.0, "STATUS": "Closed for Renovations" }, "geometry": { "type": "Point", "coordinates": [ -76.996358984742329, 38.89440654813955 ] } }, 20 | { "type": "Feature", "properties": { "GIS_ID": "Libr_11", "NAME": "Tenley-Friendship Neighborhood Library", "ADDRESS": "4450 Wisconsin Avenue NW", "PHONE": "(202) 727-1488", "SSL": "1729 0808", "WEB_URL": "http:\/\/www.dclibrary.org\/tenley", "TYPE": "Other Libraries", "ADDRESS_ID": 284921.0, "STATUS": "Open" }, "geometry": { "type": "Point", "coordinates": [ -77.079886753161375, 38.947608052117097 ] } }, 21 | { "type": "Feature", "properties": { "GIS_ID": "Libr_12", "NAME": "Palisades Neighborhood Library", "ADDRESS": "4901 V Street NW", "PHONE": "(202) 282-3139", "SSL": "1391 0824", "WEB_URL": "http:\/\/www.dclibrary.org\/palisades", "TYPE": "Other Libraries", "ADDRESS_ID": 224474.0, "STATUS": "Open" }, "geometry": { "type": "Point", "coordinates": [ -77.097174643759658, 38.918381465109157 ] } }, 22 | { "type": "Feature", "properties": { "GIS_ID": "Libr_14", "NAME": "Southeast Neighborhood Library", "ADDRESS": "403 7th Street SE", "PHONE": "(202) 698-3377", "SSL": "0875 0001", "WEB_URL": "http:\/\/www.dclibrary.org\/southeast", "TYPE": "Other Libraries", "ADDRESS_ID": 280068.0, "STATUS": "Open" }, "geometry": { "type": "Point", "coordinates": [ -76.996515453150238, 38.884084125504792 ] } }, 23 | { "type": "Feature", "properties": { "GIS_ID": "Libr_15", "NAME": "Southwest Neighborhood Library", "ADDRESS": "900 Wesley Place SW", "PHONE": "(202) 724-4752", "SSL": "0542 0087", "WEB_URL": "http:\/\/www.dclibrary.org\/southwest", "TYPE": "Other Libraries", "ADDRESS_ID": 295165.0, "STATUS": "Open" }, "geometry": { "type": "Point", "coordinates": [ -77.015831775609172, 38.878697619809017 ] } }, 24 | { "type": "Feature", "properties": { "GIS_ID": "Libr_16", "NAME": "Juanita E. Thornton-Shepherd Park Library", "ADDRESS": "7420 Georgia Avenue NW", "PHONE": "(202) 541-6100", "SSL": "2956 0042", "WEB_URL": "http:\/\/www.dclibrary.org\/juanita", "TYPE": "Other Libraries", "ADDRESS_ID": 253522.0, "STATUS": "Open" }, "geometry": { "type": "Point", "coordinates": [ -77.027035443038386, 38.980280551628653 ] } }, 25 | { "type": "Feature", "properties": { "GIS_ID": "Libr_17", "NAME": "Takoma Park Neighborhood Library", "ADDRESS": "416 Cedar Street NW", "PHONE": "(202) 576-7252", "SSL": "3191 0810", "WEB_URL": "http:\/\/www.dclibrary.org\/takomapark", "TYPE": "Other Libraries", "ADDRESS_ID": 251267.0, "STATUS": "Open" }, "geometry": { "type": "Point", "coordinates": [ -77.020156861167337, 38.974436411676876 ] } }, 26 | { "type": "Feature", "properties": { "GIS_ID": "Libr_19", "NAME": "Parklands-Turner Neighborhood Library", "ADDRESS": "1547 Alabama Avenue SE", "PHONE": "(202) 645-4532", "SSL": "5912 0820", "WEB_URL": "http:\/\/www.dclibrary.org\/parklands", "TYPE": "Other Libraries", "ADDRESS_ID": 304504.0, "STATUS": "Open" }, "geometry": { "type": "Point", "coordinates": [ -76.981251317908303, 38.846186530992917 ] } }, 27 | { "type": "Feature", "properties": { "GIS_ID": "Libr_20", "NAME": "William O. Lockridge\/Bellevue Neighborhood Library", "ADDRESS": "115 Atlantic Street SW", "PHONE": "(202) 243-1184", "SSL": "6172W 0813", "WEB_URL": "http:\/\/www.dclibrary.org\/bellevue", "TYPE": "Other Libraries", "ADDRESS_ID": 302935.0, "STATUS": "Open" }, "geometry": { "type": "Point", "coordinates": [ -77.009354444090278, 38.831330583573397 ] } }, 28 | { "type": "Feature", "properties": { "GIS_ID": "Libr_21", "NAME": "West End Neighborhood Library", "ADDRESS": "1101 24th Street NW", "PHONE": "(202) 724-8707", "SSL": "0037 0836", "WEB_URL": "http:\/\/www.dclibrary.org\/westend", "TYPE": "Other Libraries", "ADDRESS_ID": 218248.0, "STATUS": "Open" }, "geometry": { "type": "Point", "coordinates": [ -77.05109790160472, 38.904019151364736 ] } }, 29 | { "type": "Feature", "properties": { "GIS_ID": "Libr_22", "NAME": "Woodridge Neighborhood Library", "ADDRESS": "1801 Hamlin Street NE", "PHONE": "(202) 541-6226", "SSL": "4210 0825", "WEB_URL": "http:\/\/www.dclibrary.org\/woodridge", "TYPE": "Other Libraries", "ADDRESS_ID": 286483.0, "STATUS": "Open" }, "geometry": { "type": "Point", "coordinates": [ -76.978625649877742, 38.927440397092589 ] } }, 30 | { "type": "Feature", "properties": { "GIS_ID": "Libr_23", "NAME": "Northwest One Neighborhood Library", "ADDRESS": "155 L Street NW", "PHONE": "(202) 939-5946", "SSL": "0557 0171", "WEB_URL": "http:\/\/www.dclibrary.org\/northwest", "TYPE": "Other Libraries", "ADDRESS_ID": 307736.0, "STATUS": "Open" }, "geometry": { "type": "Point", "coordinates": [ -77.013208250680648, 38.904028678185405 ] } }, 31 | { "type": "Feature", "properties": { "GIS_ID": "Libr_24", "NAME": "Anacostia Neighborhood Library", "ADDRESS": "1800 Good Hope Road SE", "PHONE": "(202) 715-7707", "SSL": "5681S 0800", "WEB_URL": "http:\/\/www.dclibrary.org\/anacostia", "TYPE": "Other Libraries", "ADDRESS_ID": 53560.0, "STATUS": "Open" }, "geometry": { "type": "Point", "coordinates": [ -76.978485439627931, 38.865896399246367 ] } } 32 | ] 33 | } 34 | -------------------------------------------------------------------------------- /post-offices.geojson: -------------------------------------------------------------------------------- 1 | { 2 | "type": "FeatureCollection", 3 | "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, 4 | 5 | "features": [ 6 | { "type": "Feature", "properties": { "NAME": "Benjamin Franklin", "ADDRESS": "1200 PENNSYLVANIA AVENUE NW", "WEB_URL": "http:\/\/www.usps.com\/", "SSL": "0292 0813", "GIS_ID": "Post_067", "AID": 291700, "TYPE": "PUBLIC POST OFFICE" }, "geometry": { "type": "Point", "coordinates": [ -77.028945991368545, 38.894818484470107 ] } }, 7 | { "type": "Feature", "properties": { "NAME": "Benning Finance", "ADDRESS": "3937 1\/2 MINNESOTA AVENUE NE", "WEB_URL": "http:\/\/www.usps.com\/", "SSL": null, "GIS_ID": "Post_003", "AID": 302940, "TYPE": "PUBLIC POST OFFICE FINANCE" }, "geometry": { "type": "Point", "coordinates": [ -76.949127263369931, 38.894617943971951 ] } }, 8 | { "type": "Feature", "properties": { "NAME": "Washington Main Office", "ADDRESS": "900 BRENTWOOD ROAD NE", "WEB_URL": "http:\/\/www.usps.com\/", "SSL": "3854 0002", "GIS_ID": "Post_052", "AID": 301062, "TYPE": "PUBLIC POST OFFICE" }, "geometry": { "type": "Point", "coordinates": [ -76.995486533360733, 38.917316280386778 ] } }, 9 | { "type": "Feature", "properties": { "NAME": "Brightwood", "ADDRESS": "6323 GEORGIA AVENUE NW", "WEB_URL": "http:\/\/www.usps.com\/", "SSL": "2978 0040", "GIS_ID": "Post_005", "AID": 254165, "TYPE": "PUBLIC POST OFFICE" }, "geometry": { "type": "Point", "coordinates": [ -77.027060604429948, 38.966913589695622 ] } }, 10 | { "type": "Feature", "properties": { "NAME": "Brookland", "ADDRESS": "3401 12TH STREET NE", "WEB_URL": "http:\/\/www.usps.com\/", "SSL": "3929 0800", "GIS_ID": "Post_006", "AID": 35282, "TYPE": "PUBLIC POST OFFICE" }, "geometry": { "type": "Point", "coordinates": [ -76.990555010717173, 38.931812171213025 ] } }, 11 | { "type": "Feature", "properties": { "NAME": "Calvert", "ADDRESS": "2336 WISCONSIN AVENUE NW", "WEB_URL": "http:\/\/www.usps.com\/", "SSL": "1300 0815", "GIS_ID": "Post_007", "AID": 295032, "TYPE": "PUBLIC POST OFFICE" }, "geometry": { "type": "Point", "coordinates": [ -77.072154849315126, 38.920860578174818 ] } }, 12 | { "type": "Feature", "properties": { "NAME": "Cleveland Park", "ADDRESS": "3430 CONNECTICUT AVENUE NW", "WEB_URL": "http:\/\/www.usps.com\/", "SSL": "2069 0807", "GIS_ID": "Post_009", "AID": 220977, "TYPE": "PUBLIC POST OFFICE" }, "geometry": { "type": "Point", "coordinates": [ -77.058689041325792, 38.9350920646324 ] } }, 13 | { "type": "Feature", "properties": { "NAME": "Columbia Heights Finance", "ADDRESS": "3321 GEORGIA AVENUE NW", "WEB_URL": "http:\/\/www.usps.com\/", "SSL": "3041 0027", "GIS_ID": "Post_010", "AID": 284633, "TYPE": "PUBLIC POST OFFICE FINANCE" }, "geometry": { "type": "Point", "coordinates": [ -77.023252862934001, 38.931605571024988 ] } }, 14 | { "type": "Feature", "properties": { "NAME": "Congress Heights", "ADDRESS": "400 SOUTHERN AVENUE SE", "WEB_URL": "http:\/\/www.usps.com\/", "SSL": "6242 0016", "GIS_ID": "Post_011", "AID": 28348, "TYPE": "PUBLIC POST OFFICE" }, "geometry": { "type": "Point", "coordinates": [ -77.000379446764654, 38.822365707963428 ] } }, 15 | { "type": "Feature", "properties": { "NAME": "Customs House", "ADDRESS": "3178 BLADENSBURG ROAD NE", "WEB_URL": "http:\/\/www.usps.com\/", "SSL": "4335 0070", "GIS_ID": "Post_012", "AID": 301526, "TYPE": "PUBLIC POST OFFICE" }, "geometry": { "type": "Point", "coordinates": [ -76.96019836186592, 38.929717379609407 ] } }, 16 | { "type": "Feature", "properties": { "NAME": "Farragut", "ADDRESS": "1800 M STREET NW", "WEB_URL": "http:\/\/www.usps.com\/", "SSL": "0140 0095", "GIS_ID": "Post_013", "AID": 241302, "TYPE": "PUBLIC POST OFFICE" }, "geometry": { "type": "Point", "coordinates": [ -77.042258000293572, 38.905091434106062 ] } }, 17 | { "type": "Feature", "properties": { "NAME": "Fort Davis", "ADDRESS": "3843 PENNSYLVANIA AVENUE SE", "WEB_URL": "http:\/\/www.usps.com\/", "SSL": null, "GIS_ID": "Post_014", "AID": 295904, "TYPE": "PUBLIC POST OFFICE" }, "geometry": { "type": "Point", "coordinates": [ -76.951186237081501, 38.865021481486941 ] } }, 18 | { "type": "Feature", "properties": { "NAME": "Fort McNair", "ADDRESS": "300 A STREET SW", "WEB_URL": "http:\/\/www.usps.com\/", "SSL": "0787 0806", "GIS_ID": "Post_015", "AID": 293028, "TYPE": "PRIVATE POST OFFICE" }, "geometry": { "type": "Point", "coordinates": [ -77.016835582557135, 38.871814883414601 ] } }, 19 | { "type": "Feature", "properties": { "NAME": "Friendship", "ADDRESS": "4005 WISCONSIN AVENUE NW", "WEB_URL": "http:\/\/www.usps.com\/", "SSL": "1823 0009", "GIS_ID": "Post_017", "AID": 222234, "TYPE": "PUBLIC POST OFFICE" }, "geometry": { "type": "Point", "coordinates": [ -77.075720097591955, 38.94173300816982 ] } }, 20 | { "type": "Feature", "properties": { "NAME": "Georgetown", "ADDRESS": "1215 31ST STREET NW", "WEB_URL": "http:\/\/www.usps.com\/", "SSL": "1209 0826", "GIS_ID": "Post_018", "AID": 272058, "TYPE": "PUBLIC POST OFFICE" }, "geometry": { "type": "Point", "coordinates": [ -77.060970406402717, 38.905783476593953 ] } }, 21 | { "type": "Feature", "properties": { "NAME": "Kalorama", "ADDRESS": "2300 18TH STREET NW", "WEB_URL": "http:\/\/www.usps.com\/", "SSL": "2552", "GIS_ID": "Post_021", "AID": 226290, "TYPE": "PUBLIC POST OFFICE" }, "geometry": { "type": "Point", "coordinates": [ -77.041994422750832, 38.919933037879176 ] } }, 22 | { "type": "Feature", "properties": { "NAME": "Lamond-Riggs Station", "ADDRESS": "6200 NORTH CAPITOL STREET NW", "WEB_URL": "http:\/\/www.usps.com\/", "SSL": "PAR 01150173", "GIS_ID": "Post_024", "AID": 277479, "TYPE": "PUBLIC POST OFFICE" }, "geometry": { "type": "Point", "coordinates": [ -77.00945756007205, 38.965632303040643 ] } }, 23 | { "type": "Feature", "properties": { "NAME": "Lenfant Plaza", "ADDRESS": "437 L'ENFANT PLAZA SW", "WEB_URL": "http:\/\/www.usps.com\/", "SSL": "0387", "GIS_ID": "Post_023", "AID": 302405, "TYPE": "PUBLIC POST OFFICE" }, "geometry": { "type": "Point", "coordinates": [ -77.025669187320759, 38.883820834283483 ] } }, 24 | { "type": "Feature", "properties": { "NAME": "Martin Luther King Jr.", "ADDRESS": "1400 L STREET NW", "WEB_URL": "http:\/\/www.usps.com\/", "SSL": "0217 0052", "GIS_ID": "Post_026", "AID": 240266, "TYPE": "PUBLIC POST OFFICE" }, "geometry": { "type": "Point", "coordinates": [ -77.03239072102302, 38.903446868715093 ] } }, 25 | { "type": "Feature", "properties": { "NAME": "Mcpherson", "ADDRESS": "1750 PENNSYLVANIA AVENUE NW", "WEB_URL": "http:\/\/www.usps.com\/", "SSL": "0168 0823", "GIS_ID": "Post_027", "AID": 279377, "TYPE": "PUBLIC POST OFFICE" }, "geometry": { "type": "Point", "coordinates": [ -77.040760784162927, 38.898937367080549 ] } }, 26 | { "type": "Feature", "properties": { "NAME": "National Capitol", "ADDRESS": "2 MASSACHUSETTS AVENUE NE", "WEB_URL": "http:\/\/www.usps.com\/", "SSL": "0678 0014", "GIS_ID": "Post_030", "AID": 293217, "TYPE": "PUBLIC POST OFFICE" }, "geometry": { "type": "Point", "coordinates": [ -77.008188947626309, 38.89813857334525 ] } }, 27 | { "type": "Feature", "properties": { "NAME": "Naval Research Laboratory", "ADDRESS": "4555 OVERLOOK AVENUE SW", "WEB_URL": "http:\/\/www.usps.com\/", "SSL": "PAR", "GIS_ID": "Post_031", "AID": 291850, "TYPE": "PRIVATE POST OFFICE" }, "geometry": { "type": "Point", "coordinates": [ -77.018103678920596, 38.8224392548289 ] } }, 28 | { "type": "Feature", "properties": { "NAME": "Northeast", "ADDRESS": "1563 MARYLAND AVENUE NE", "WEB_URL": "http:\/\/www.usps.com\/", "SSL": "4493 0001", "GIS_ID": "Post_033", "AID": 297810, "TYPE": "PUBLIC POST OFFICE" }, "geometry": { "type": "Point", "coordinates": [ -76.980461285117173, 38.900594616839975 ] } }, 29 | { "type": "Feature", "properties": { "NAME": "Northwest", "ADDRESS": "5636 CONNECTICUT AVENUE NW", "WEB_URL": "http:\/\/www.usps.com\/", "SSL": "1860 0812", "GIS_ID": "Post_034", "AID": 285257, "TYPE": "PUBLIC POST OFFICE" }, "geometry": { "type": "Point", "coordinates": [ -77.076539389201216, 38.96588499976621 ] } }, 30 | { "type": "Feature", "properties": { "NAME": "Palisades", "ADDRESS": "5136 MACARTHUR BOULEVARD NW", "WEB_URL": "http:\/\/www.usps.com\/", "SSL": "1418 0061", "GIS_ID": "Post_035", "AID": 285113, "TYPE": "PUBLIC POST OFFICE" }, "geometry": { "type": "Point", "coordinates": [ -77.102854591429093, 38.925843966963328 ] } }, 31 | { "type": "Feature", "properties": { "NAME": "Petworth", "ADDRESS": "4211 9TH STREET NW", "WEB_URL": "http:\/\/www.usps.com\/", "SSL": "3024 0818", "GIS_ID": "Post_036", "AID": 284852, "TYPE": "PUBLIC POST OFFICE" }, "geometry": { "type": "Point", "coordinates": [ -77.02477412762704, 38.942290990800117 ] } }, 32 | { "type": "Feature", "properties": { "NAME": "Randle", "ADDRESS": "2341 PENNSYLVANIA AVENUE SE", "WEB_URL": "http:\/\/www.usps.com\/", "SSL": "5560 0043", "GIS_ID": "Post_037", "AID": 48160, "TYPE": "PUBLIC POST OFFICE" }, "geometry": { "type": "Point", "coordinates": [ -76.971799905833535, 38.873626623828983 ] } }, 33 | { "type": "Feature", "properties": { "NAME": "Southeast", "ADDRESS": "600 PENNSYLVANIA AVENUE SE", "WEB_URL": "http:\/\/www.usps.com\/", "SSL": "0873 0112", "GIS_ID": "Post_040", "AID": 5839, "TYPE": "PUBLIC POST OFFICE" }, "geometry": { "type": "Point", "coordinates": [ -76.997706113968889, 38.88567413447791 ] } }, 34 | { "type": "Feature", "properties": { "NAME": "Southwest", "ADDRESS": "45 L STREET SW", "WEB_URL": "http:\/\/www.usps.com\/", "SSL": "0674 0433", "GIS_ID": "Post_041", "AID": 276641, "TYPE": "PUBLIC POST OFFICE" }, "geometry": { "type": "Point", "coordinates": [ -77.010323411851004, 38.877945315142597 ] } }, 35 | { "type": "Feature", "properties": { "NAME": "T Street", "ADDRESS": "1915 14TH STREET NW", "WEB_URL": "http:\/\/www.usps.com\/", "SSL": "3089 0057", "GIS_ID": "Post_043", "AID": 279468, "TYPE": "PUBLIC POST OFFICE" }, "geometry": { "type": "Point", "coordinates": [ -77.031609934587422, 38.916060474527654 ] } }, 36 | { "type": "Feature", "properties": { "NAME": "Techworld", "ADDRESS": "800 K STREET NW", "WEB_URL": "http:\/\/www.usps.com\/", "SSL": "0403 0838", "GIS_ID": "Post_044", "AID": 218759, "TYPE": "PUBLIC POST OFFICE" }, "geometry": { "type": "Point", "coordinates": [ -77.022476155662559, 38.901795983594816 ] } }, 37 | { "type": "Feature", "properties": { "NAME": "Temple Heights", "ADDRESS": "1921 FLORIDA AVENUE NW", "WEB_URL": "http:\/\/www.usps.com\/", "SSL": "2535", "GIS_ID": "Post_045", "AID": 302936, "TYPE": "PUBLIC POST OFFICE" }, "geometry": { "type": "Point", "coordinates": [ -77.044831850557998, 38.915359174950972 ] } }, 38 | { "type": "Feature", "properties": { "NAME": "Twentieth Street", "ADDRESS": "2001 M STREET NW", "WEB_URL": "http:\/\/www.usps.com\/", "SSL": "0099 0053", "GIS_ID": "Post_046", "AID": 279507, "TYPE": "PUBLIC POST OFFICE" }, "geometry": { "type": "Point", "coordinates": [ -77.045250924214898, 38.906167802033359 ] } }, 39 | { "type": "Feature", "properties": { "NAME": "Union Station", "ADDRESS": "50 MASSACHUSETTS AVENUE NE", "WEB_URL": "http:\/\/www.usps.com\/", "SSL": "0720 0171", "GIS_ID": "Post_047", "AID": 293243, "TYPE": "PUBLIC POST OFFICE" }, "geometry": { "type": "Point", "coordinates": [ -77.006179134471523, 38.897538469783534 ] } }, 40 | { "type": "Feature", "properties": { "NAME": "Ward Place", "ADDRESS": "2121 WARD PLACE NW", "WEB_URL": "http:\/\/www.usps.com\/", "SSL": "0070 0188", "GIS_ID": "Post_051", "AID": 279548, "TYPE": "PUBLIC POST OFFICE" }, "geometry": { "type": "Point", "coordinates": [ -77.047567754991007, 38.906400378150927 ] } }, 41 | { "type": "Feature", "properties": { "NAME": "Washington Square", "ADDRESS": "1050 CONNECTICUT AVENUE NW", "WEB_URL": "http:\/\/www.usps.com\/", "SSL": "0163 0055", "GIS_ID": "Post_053", "AID": 243417, "TYPE": "PUBLIC POST OFFICE" }, "geometry": { "type": "Point", "coordinates": [ -77.040350089571973, 38.9035074493476 ] } }, 42 | { "type": "Feature", "properties": { "NAME": "Watergate", "ADDRESS": "2512 VIRGINIA AVENUE NW", "WEB_URL": "http:\/\/www.usps.com\/", "SSL": "0008", "GIS_ID": "Post_054", "AID": 300832, "TYPE": "PUBLIC POST OFFICE" }, "geometry": { "type": "Point", "coordinates": [ -77.054343279979179, 38.899021651739268 ] } }, 43 | { "type": "Feature", "properties": { "NAME": "Woodridge", "ADDRESS": "2211 RHODE ISLAND AVENUE NE", "WEB_URL": "http:\/\/www.usps.com\/", "SSL": "4250 0023", "GIS_ID": "Post_055", "AID": 302937, "TYPE": "PUBLIC POST OFFICE" }, "geometry": { "type": "Point", "coordinates": [ -76.973747016244531, 38.929906599346246 ] } }, 44 | { "type": "Feature", "properties": { "NAME": "Bolling Air Force Base", "ADDRESS": "10 BROOKLEY DRIVE SW", "WEB_URL": "http:\/\/www.usps.com\/", "SSL": null, "GIS_ID": "Post_004", "AID": 296202, "TYPE": "PRIVATE POST OFFICE" }, "geometry": { "type": "Point", "coordinates": [ -77.011089291208705, 38.844268080978267 ] } }, 45 | { "type": "Feature", "properties": { "NAME": "Le Droit Park", "ADDRESS": "416 FLORIDA AVENUE NW", "WEB_URL": "http:\/\/www.usps.com\/", "SSL": "0507N 0800", "GIS_ID": "Post_025", "AID": 302941, "TYPE": "PUBLIC POST OFFICE" }, "geometry": { "type": "Point", "coordinates": [ -77.017561529060814, 38.914253836252449 ] } }, 46 | { "type": "Feature", "properties": { "NAME": "Frederick Douglass", "ADDRESS": "2833 ALABAMA AVENUE SE", "WEB_URL": "http:\/\/www.usps.com\/", "SSL": null, "GIS_ID": "Post_016", "AID": 278278, "TYPE": "PUBLIC POST OFFICE" }, "geometry": { "type": "Point", "coordinates": [ -76.967290069920338, 38.858647701455581 ] } }, 47 | { "type": "Feature", "properties": { "NAME": "Ford Station", "ADDRESS": "441 2ND STREET SW", "WEB_URL": "http:\/\/www.usps.com\/", "SSL": null, "GIS_ID": "Post_057", "AID": 302942, "TYPE": "PUBLIC POST OFFICE" }, "geometry": { "type": "Point", "coordinates": [ -77.01408343913242, 38.884376281030626 ] } }, 48 | { "type": "Feature", "properties": { "NAME": "Irda", "ADDRESS": "1849 C STREET NW", "WEB_URL": "http:\/\/www.usps.com\/", "SSL": null, "GIS_ID": "Post_058", "AID": 293214, "TYPE": "PUBLIC POST OFFICE" }, "geometry": { "type": "Point", "coordinates": [ -77.042600267879408, 38.894445050022057 ] } }, 49 | { "type": "Feature", "properties": { "NAME": "Francis Perkins Station", "ADDRESS": "200 CONSTITUTION AVENUE NW", "WEB_URL": "http:\/\/www.usps.com\/", "SSL": null, "GIS_ID": "Post_059", "AID": 291712, "TYPE": "PRIVATE POST OFFICE" }, "geometry": { "type": "Point", "coordinates": [ -77.014395977179632, 38.893327416119071 ] } }, 50 | { "type": "Feature", "properties": { "NAME": "State Department", "ADDRESS": "2201 C STREET NW", "WEB_URL": "http:\/\/www.usps.com\/", "SSL": null, "GIS_ID": "Post_060", "AID": 243360, "TYPE": "PRIVATE POST OFFICE" }, "geometry": { "type": "Point", "coordinates": [ -77.048986413309677, 38.894142928193716 ] } }, 51 | { "type": "Feature", "properties": { "NAME": "Howard University", "ADDRESS": "2400 6TH STREET NW", "WEB_URL": "http:\/\/www.usps.com\/", "SSL": null, "GIS_ID": "Post_061", "AID": 284379, "TYPE": "PUBLIC POST OFFICE" }, "geometry": { "type": "Point", "coordinates": [ -77.021573240875, 38.923129700677904 ] } }, 52 | { "type": "Feature", "properties": { "NAME": "Washington Navy Yard Finance Station", "ADDRESS": "1222 9TH STREET SE", "WEB_URL": "http:\/\/www.usps.com\/", "SSL": null, "GIS_ID": "Post_062", "AID": 292947, "TYPE": "PRIVATE POST OFFICE" }, "geometry": { "type": "Point", "coordinates": [ -76.99365969470179, 38.875756379129285 ] } }, 53 | { "type": "Feature", "properties": { "NAME": "Cannon Station", "ADDRESS": "25 INDEPENDENCE AVENUE SE", "WEB_URL": "http:\/\/www.usps.com\/", "SSL": null, "GIS_ID": "Post_063", "AID": 291735, "TYPE": "PRIVATE POST OFFICE" }, "geometry": { "type": "Point", "coordinates": [ -77.0069579811816, 38.887315636930246 ] } }, 54 | { "type": "Feature", "properties": { "NAME": "Longworth Station", "ADDRESS": "15 INDEPENDENCE AVENUE NW", "WEB_URL": "http:\/\/www.usps.com\/", "SSL": null, "GIS_ID": "Post_064", "AID": 291736, "TYPE": "PRIVATE POST OFFICE" }, "geometry": { "type": "Point", "coordinates": [ -77.008579469126687, 38.88723328258417 ] } }, 55 | { "type": "Feature", "properties": { "NAME": "Walter Reed Finance Station", "ADDRESS": "6800 GEORGIA AVENUE NW", "WEB_URL": "http:\/\/www.usps.com\/", "SSL": null, "GIS_ID": "Post_065", "AID": 292767, "TYPE": "PRIVATE POST OFFICE" }, "geometry": { "type": "Point", "coordinates": [ -77.03057483087683, 38.975026082867871 ] } }, 56 | { "type": "Feature", "properties": { "NAME": "River Terrace", "ADDRESS": "3621 BENNING RD NE", "WEB_URL": "http:\/\/www.usps.com\/", "SSL": "5021 0051", "GIS_ID": "Post_068", "AID": 287987, "TYPE": null }, "geometry": { "type": "Point", "coordinates": [ -76.953298197016238, 38.895405502745973 ] } }, 57 | { "type": "Feature", "properties": { "NAME": "Catholic University", "ADDRESS": "620 MICHIGAN AVE NE", "WEB_URL": "http:\/\/www.usps.com\/", "SSL": "3821 0044", "GIS_ID": "Post_069", "AID": 300821, "TYPE": null }, "geometry": { "type": "Point", "coordinates": [ -76.997860383047524, 38.932820791163856 ] } }, 58 | { "type": "Feature", "properties": { "NAME": "Kendall Green", "ADDRESS": "800 FLORIDA AVE NE", "WEB_URL": "http:\/\/www.usps.com\/", "SSL": "PAR 01410069", "GIS_ID": "Post_070", "AID": 288964, "TYPE": null }, "geometry": { "type": "Point", "coordinates": [ -76.994929215762014, 38.905774963070861 ] } } 59 | ] 60 | } 61 | -------------------------------------------------------------------------------- /pharmacies.geojson: -------------------------------------------------------------------------------- 1 | { 2 | "type": "FeatureCollection", 3 | "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, 4 | 5 | "features": [ 6 | { "type": "Feature", "properties": { "NAME": "WALGREENS #10071", "ADDRESS": "1217 22ND STREET NW", "X": 395793.1, "Y": 137518.17, "ADDRID": 294975.0, "CITY": "WASHINGTON", "STATE": "DC", "ZIPCODE": 20037.0, "PHONE": "(202) 776-9084", "FACTYPE": "Pharmacy", "SEASONAL": "Y", "H1N1": "N" }, "geometry": { "type": "Point", "coordinates": [ -77.048501703671477, 38.905510870019427 ] } }, 7 | { "type": "Feature", "properties": { "NAME": "SAFEWAY PHARMACY #4270", "ADDRESS": "1601 MARYLAND AVENUE NE", "X": 401754.81, "Y": 136968.47, "ADDRID": 297814.0, "CITY": "WASHINGTON", "STATE": "DC", "ZIPCODE": 20002.0, "PHONE": "(202) 398-6903", "FACTYPE": "Pharmacy", "SEASONAL": "Y", "H1N1": "Y" }, "geometry": { "type": "Point", "coordinates": [ -76.97977005088083, 38.900567293947134 ] } }, 8 | { "type": "Feature", "properties": { "NAME": "SAFEWAY PHARMACY #4202", "ADDRESS": "1747 COLUMBIA ROAD NW", "X": 396445.44, "Y": 139593.32, "ADDRID": 284083.0, "CITY": "WASHINGTON", "STATE": "DC", "ZIPCODE": 20009.0, "PHONE": "(202) 667-0774", "FACTYPE": "Pharmacy", "SEASONAL": "Y", "H1N1": "Y" }, "geometry": { "type": "Point", "coordinates": [ -77.040991565017293, 38.924207392860218 ] } }, 9 | { "type": "Feature", "properties": { "NAME": "SAFEWAY PHARMACY", "ADDRESS": "1855 WISCONSIN AVENUE NW", "X": 394238.15, "Y": 138730.9, "ADDRID": 224665.0, "CITY": "WASHINGTON", "STATE": "DC", "ZIPCODE": 20007.0, "PHONE": "(202) 333-3223", "FACTYPE": "Pharmacy", "SEASONAL": "Y", "H1N1": "N" }, "geometry": { "type": "Point", "coordinates": [ -77.066439023173004, 38.916426734402961 ] } }, 10 | { "type": "Feature", "properties": { "NAME": "SAFEWAY PHARMACY #1445", "ADDRESS": "2845 ALABAMA AVENUE SE", "X": 402892.75, "Y": 132357.23, "ADDRID": 278282.0, "CITY": "WASHINGTON", "STATE": "DC", "ZIPCODE": 20020.0, "PHONE": "(202) 575-7527", "FACTYPE": "Pharmacy", "SEASONAL": "Y", "H1N1": "Y" }, "geometry": { "type": "Point", "coordinates": [ -76.966670963997373, 38.859024438791479 ] } }, 11 | { "type": "Feature", "properties": { "NAME": "GRUBBS PHARMACY", "ADDRESS": "326 EAST CAPITOL STREET NE", "X": 399933.63, "Y": 135802.76, "ADDRID": 37469.0, "CITY": "WASHINGTON", "STATE": "DC", "ZIPCODE": 20003.0, "PHONE": "(202) 543-4400", "FACTYPE": "Pharmacy", "SEASONAL": "Y", "H1N1": "N" }, "geometry": { "type": "Point", "coordinates": [ -77.000765019643126, 38.890067900699982 ] } }, 12 | { "type": "Feature", "properties": { "NAME": "RITE AID #3873", "ADDRESS": "3301 NEW MEXICO AVENUE NW", "X": 392614.49, "Y": 140643.14, "ADDRID": 223997.0, "CITY": "WASHINGTON", "STATE": "DC", "ZIPCODE": 20016.0, "PHONE": "(202) 966-4900", "FACTYPE": "Pharmacy", "SEASONAL": "Y", "H1N1": "N" }, "geometry": { "type": "Point", "coordinates": [ -77.085181766761991, 38.933640646491227 ] } }, 13 | { "type": "Feature", "properties": { "NAME": "SAFEWAY PHARMACY #4873", "ADDRESS": "3830 GEORGIA AVENUE NW", "X": 397793.67, "Y": 141160.24, "ADDRID": 225076.0, "CITY": "WASHINGTON", "STATE": "DC", "ZIPCODE": 20011.0, "PHONE": "(202) 882-1140", "FACTYPE": "Pharmacy", "SEASONAL": "Y", "H1N1": "Y" }, "geometry": { "type": "Point", "coordinates": [ -77.025448671296132, 38.938327107530085 ] } }, 14 | { "type": "Feature", "properties": { "NAME": "SAFEWAY PHARMACY #4205", "ADDRESS": "415 14TH STREET SE", "X": 401167.04, "Y": 135078.34, "ADDRID": 26239.0, "CITY": "WASHINGTON", "STATE": "DC", "ZIPCODE": 20003.0, "PHONE": "(202) 547-4333", "FACTYPE": "Pharmacy", "SEASONAL": "Y", "H1N1": "Y" }, "geometry": { "type": "Point", "coordinates": [ -76.986549241210582, 38.883541278400266 ] } }, 15 | { "type": "Feature", "properties": { "NAME": "SAFEWAY PHARMACY #1395", "ADDRESS": "4203 DAVENPORT STREET NW", "X": 392852.16, "Y": 142717.87, "ADDRID": 301160.0, "CITY": "WASHINGTON", "STATE": "DC", "ZIPCODE": 20016.0, "PHONE": "(202) 364-0290", "FACTYPE": "Pharmacy", "SEASONAL": "Y", "H1N1": "Y" }, "geometry": { "type": "Point", "coordinates": [ -77.082462185119127, 38.952332366817075 ] } }, 16 | { "type": "Feature", "properties": { "NAME": "SAFEWAY PHARMACY #2737", "ADDRESS": "490 L STREET NW", "X": 398408.1, "Y": 137292.77, "ADDRID": 304767.0, "CITY": "WASHINGTON", "STATE": "DC", "ZIPCODE": 20001.0, "PHONE": "(202) 719-2435", "FACTYPE": "Pharmacy", "SEASONAL": "Y", "H1N1": "Y" }, "geometry": { "type": "Point", "coordinates": [ -77.018352627938441, 38.903489013594623 ] } }, 17 | { "type": "Feature", "properties": { "NAME": "SAFEWAY PHARMACY #4832", "ADDRESS": "5545 CONNECTICUT AVENUE NW", "X": 393508.13, "Y": 144078.34, "ADDRID": 263999.0, "CITY": "WASHINGTON", "STATE": "DC", "ZIPCODE": 20015.0, "PHONE": "(202) 244-6097", "FACTYPE": "Pharmacy", "SEASONAL": "Y", "H1N1": "Y" }, "geometry": { "type": "Point", "coordinates": [ -77.074907366032946, 38.964592922283472 ] } }, 18 | { "type": "Feature", "properties": { "NAME": "SAFEWAY PHARMACY #1276", "ADDRESS": "6500 PINEY BRANCH ROAD NW", "X": 397699.34, "Y": 144623.03, "ADDRID": 285341.0, "CITY": "WASHINGTON", "STATE": "DC", "ZIPCODE": 20012.0, "PHONE": "(202) 723-5644", "FACTYPE": "Pharmacy", "SEASONAL": "Y", "H1N1": "Y" }, "geometry": { "type": "Point", "coordinates": [ -77.026548325875993, 38.96952060238867 ] } }, 19 | { "type": "Feature", "properties": { "NAME": "CVS\/PHARMACY #21", "ADDRESS": "1117 10TH STREET NW", "X": 397768.87, "Y": 137436.24, "ADDRID": 300317.0, "CITY": "WASHINGTON", "STATE": "DC", "ZIPCODE": 20001.0, "PHONE": "(202) 326-1401", "FACTYPE": "Pharmacy", "SEASONAL": "Y", "H1N1": "N" }, "geometry": { "type": "Point", "coordinates": [ -77.0257226208699, 38.90478005166991 ] } }, 20 | { "type": "Feature", "properties": { "NAME": "CVS\/PHARMACY #1348", "ADDRESS": "401 M STREET SW", "X": 398424.05, "Y": 134410.29, "ADDRID": 28161.0, "CITY": "WASHINGTON", "STATE": "DC", "ZIPCODE": 20024.0, "PHONE": "(202) 554-2144", "FACTYPE": "Pharmacy", "SEASONAL": "Y", "H1N1": "N" }, "geometry": { "type": "Point", "coordinates": [ -77.018162132779452, 38.877522586171366 ] } }, 21 | { "type": "Feature", "properties": { "NAME": "CVS\/PHARMACY #1334", "ADDRESS": "717 14TH STREET NW", "X": 397262.45, "Y": 136783.55, "ADDRID": 279904.0, "CITY": "WASHINGTON", "STATE": "DC", "ZIPCODE": 20005.0, "PHONE": "(202) 737-9525", "FACTYPE": "Pharmacy", "SEASONAL": "Y", "H1N1": "N" }, "geometry": { "type": "Point", "coordinates": [ -77.031558517828842, 38.898898957142244 ] } }, 22 | { "type": "Feature", "properties": { "NAME": "CVS\/PHARMACY #1842", "ADDRESS": "1901 PENNSYLVANIA AVENUE NW", "X": 396201.07, "Y": 136981.84, "ADDRID": 218549.0, "CITY": "WASHINGTON", "STATE": "DC", "ZIPCODE": 20006.0, "PHONE": "(202) 331-7077", "FACTYPE": "Pharmacy", "SEASONAL": "Y", "H1N1": "N" }, "geometry": { "type": "Point", "coordinates": [ -77.043795217560898, 38.900681278295565 ] } }, 23 | { "type": "Feature", "properties": { "NAME": "CVS\/PHARMACY #22", "ADDRESS": "320 40TH STREET NE", "X": 404555.57, "Y": 136132.76, "ADDRID": 295139.0, "CITY": "WASHINGTON", "STATE": "DC", "ZIPCODE": 20019.0, "PHONE": "(202) 396-2331", "FACTYPE": "Pharmacy", "SEASONAL": "Y", "H1N1": "N" }, "geometry": { "type": "Point", "coordinates": [ -76.947487639395504, 38.893028862636235 ] } }, 24 | { "type": "Feature", "properties": { "NAME": "CVS\/PHARMACY #1351", "ADDRESS": "1700 COLUMBIA ROAD NW", "X": 396585.14, "Y": 139625.7, "ADDRID": 284066.0, "CITY": "WASHINGTON", "STATE": "DC", "ZIPCODE": 20009.0, "PHONE": "(202) 265-7548", "FACTYPE": "Pharmacy", "SEASONAL": "Y", "H1N1": "N" }, "geometry": { "type": "Point", "coordinates": [ -77.039380691006187, 38.924499636168179 ] } }, 25 | { "type": "Feature", "properties": { "NAME": "CVS\/PHARMACY #6214", "ADDRESS": "5335 WISCONSIN AVENUE NW", "X": 392646.48, "Y": 143583.12, "ADDRID": 303179.0, "CITY": "WASHINGTON", "STATE": "DC", "ZIPCODE": 20015.0, "PHONE": "(202)529-8559", "FACTYPE": "Pharmacy", "SEASONAL": "Y", "H1N1": "N" }, "geometry": { "type": "Point", "coordinates": [ -77.084844321018835, 38.960125065596529 ] } }, 26 | { "type": "Feature", "properties": { "NAME": "CVS\/PHARMACY #1342", "ADDRESS": "1275 PENNSYLVANIA AVENUE NW", "X": 397492.18, "Y": 136426.96, "ADDRID": 300418.0, "CITY": "WASHINGTON", "STATE": "DC", "ZIPCODE": 20004.0, "PHONE": "(202) 638-4583", "FACTYPE": "Pharmacy", "SEASONAL": "Y", "H1N1": "N" }, "geometry": { "type": "Point", "coordinates": [ -77.028908885313356, 38.895687350611922 ] } }, 27 | { "type": "Feature", "properties": { "NAME": "CVS\/PHARMACY #1346", "ADDRESS": "5550 CONNECTICUT AVENUE NW", "X": 393425.36, "Y": 144088.85, "ADDRID": 263843.0, "CITY": "WASHINGTON", "STATE": "DC", "ZIPCODE": 20015.0, "PHONE": "(202) 966-6600", "FACTYPE": "Pharmacy", "SEASONAL": "Y", "H1N1": "N" }, "geometry": { "type": "Point", "coordinates": [ -77.075862519800992, 38.964686983224354 ] } }, 28 | { "type": "Feature", "properties": { "NAME": "SAFEWAY PHARMACY #0271", "ADDRESS": "514 RHODE ISLAND AVENUE NE", "X": 400008.27, "Y": 139329.72, "ADDRID": 288529.0, "CITY": "WASHINGTON", "STATE": "DC", "ZIPCODE": 20002.0, "PHONE": "(202) 636-0643", "FACTYPE": "Pharmacy", "SEASONAL": "Y", "H1N1": "Y" }, "geometry": { "type": "Point", "coordinates": [ -76.999904632647244, 38.92183998867354 ] } }, 29 | { "type": "Feature", "properties": { "NAME": "CVS\/PHARMACY #1341", "ADDRESS": "1199 VERMONT AVENUE NW", "X": 397192.18, "Y": 137395.97, "ADDRID": 278914.0, "CITY": "WASHINGTON", "STATE": "DC", "ZIPCODE": 20005.0, "PHONE": "(202) 628-0720", "FACTYPE": "Pharmacy", "SEASONAL": "Y", "H1N1": "N" }, "geometry": { "type": "Point", "coordinates": [ -77.032371094871422, 38.90441563240045 ] } }, 30 | { "type": "Feature", "properties": { "NAME": "Spring Valley Health and Wellness", "ADDRESS": "4910 MASSACHUSETTS AVENUE NW", "X": 391522.45, "Y": 142024.32, "ADDRID": 269771.0, "CITY": "WASHINGTON", "STATE": "DC", "ZIPCODE": 20016.0, "PHONE": "(202) 244-0812", "FACTYPE": "Other", "SEASONAL": "N", "H1N1": "Y" }, "geometry": { "type": "Point", "coordinates": [ -77.097794012296561, 38.946072854061924 ] } }, 31 | { "type": "Feature", "properties": { "NAME": "Chevy Chase Pediatric Center", "ADDRESS": "5225 CONNECTICUT AVENUE NW", "X": 393811.52, "Y": 143387.8, "ADDRID": 264203.0, "CITY": "WASHINGTON", "STATE": "DC", "ZIPCODE": 20015.0, "PHONE": "(202) 363-0300", "FACTYPE": "Other", "SEASONAL": "N", "H1N1": "Y" }, "geometry": { "type": "Point", "coordinates": [ -77.071400426786184, 38.95837455461011 ] } }, 32 | { "type": "Feature", "properties": { "NAME": "Children's Pediatricians and Associates- Drs. Hudson & Simrel", "ADDRESS": "2600 NAYLOR ROAD SE", "X": 402586.22, "Y": 133338.47, "ADDRID": 46160.0, "CITY": "WASHINGTON", "STATE": "DC", "ZIPCODE": 20020.0, "PHONE": "(202) 582-6800 x12", "FACTYPE": "Other", "SEASONAL": "N", "H1N1": "Y" }, "geometry": { "type": "Point", "coordinates": [ -76.970198981464463, 38.867864810785058 ] } }, 33 | { "type": "Feature", "properties": { "NAME": "Medical Faculty Associates", "ADDRESS": "2150 PENNSYLVANIA AVENUE NW", "X": 395788.2, "Y": 137086.96, "ADDRID": 242494.0, "CITY": "WASHINGTON", "STATE": "DC", "ZIPCODE": 20037.0, "PHONE": "(202) 741-3000", "FACTYPE": "Other", "SEASONAL": "N", "H1N1": "Y" }, "geometry": { "type": "Point", "coordinates": [ -77.048555551898943, 38.901626355341087 ] } }, 34 | { "type": "Feature", "properties": { "NAME": "American University Student Health Center", "ADDRESS": "4400 MASSACHUSETTS AVENUE NW", "X": 392334.76, "Y": 141247.38, "ADDRID": 223994.0, "CITY": "WASHINGTON", "STATE": "DC", "ZIPCODE": 20016.0, "PHONE": "(202) 885-3380", "FACTYPE": "Other", "SEASONAL": "N", "H1N1": "Y" }, "geometry": { "type": "Point", "coordinates": [ -77.088414817826205, 38.939081422058187 ] } }, 35 | { "type": "Feature", "properties": { "NAME": "MedStar Physician Partners- Washington Primary Care Physicians", "ADDRESS": "660 PENNSYLVANIA AVENUE SE", "X": 400298.25, "Y": 135258.46, "ADDRID": 300871.0, "CITY": "WASHINGTON", "STATE": "DC", "ZIPCODE": 20003.0, "PHONE": "(202) 546-4504", "FACTYPE": "Other", "SEASONAL": "N", "H1N1": "Y" }, "geometry": { "type": "Point", "coordinates": [ -76.996562431392746, 38.885164592348204 ] } }, 36 | { "type": "Feature", "properties": { "NAME": "Faculty Practice Plan Howard University, Family Medicine Group", "ADDRESS": "2041 GEORGIA AVENUE NW", "X": 398257.42, "Y": 138853.51, "ADDRID": 279523.0, "CITY": "WASHINGTON", "STATE": "DC", "ZIPCODE": 20060.0, "PHONE": "(202) 865-3790", "FACTYPE": "Other", "SEASONAL": "N", "H1N1": "Y" }, "geometry": { "type": "Point", "coordinates": [ -77.020093741528953, 38.917548406081231 ] } }, 37 | { "type": "Feature", "properties": { "NAME": "Community of Hope Health Services", "ADDRESS": "2250 CHAMPLAIN STREET NW", "X": 396490.06, "Y": 139052.45, "ADDRID": 303241.0, "CITY": "WASHINGTON", "STATE": "DC", "ZIPCODE": 20009.0, "PHONE": "(202) 232-9022", "FACTYPE": "Other", "SEASONAL": "N", "H1N1": "Y" }, "geometry": { "type": "Point", "coordinates": [ -77.040474237047192, 38.919335241205559 ] } }, 38 | { "type": "Feature", "properties": { "NAME": "Pediatric Professionals", "ADDRESS": "106 IRVING STREET NW", "X": 398751.95, "Y": 140165.35, "ADDRID": 301960.0, "CITY": "WASHINGTON", "STATE": "DC", "ZIPCODE": 20010.0, "PHONE": "(202) 726-5800", "FACTYPE": "Other", "SEASONAL": "N", "H1N1": "Y" }, "geometry": { "type": "Point", "coordinates": [ -77.014393686673785, 38.929366721676807 ] } }, 39 | { "type": "Feature", "properties": { "NAME": "Capital Pulmonary Internists, P.C.", "ADDRESS": "2440 M STREET NW", "X": 395430.99, "Y": 137469.0, "ADDRID": 274799.0, "CITY": "WASHINGTON", "STATE": "DC", "ZIPCODE": 20037.0, "PHONE": "(202) 833-3000", "FACTYPE": "Other", "SEASONAL": "N", "H1N1": "Y" }, "geometry": { "type": "Point", "coordinates": [ -77.052676172295776, 38.905066121827801 ] } }, 40 | { "type": "Feature", "properties": { "NAME": "Georgetown Day School Lower\/Middle School Campus", "ADDRESS": "4530 MACARTHUR BOULEVARD NW", "X": 392498.57, "Y": 137771.15, "ADDRID": 275307.0, "CITY": "WASHINGTON", "STATE": "DC", "ZIPCODE": 20007.0, "PHONE": "(202) 295-6137", "FACTYPE": "Other", "SEASONAL": "N", "H1N1": "Y" }, "geometry": { "type": "Point", "coordinates": [ -77.08648736242796, 38.907767858492562 ] } }, 41 | { "type": "Feature", "properties": { "NAME": "Susan B. Hurson, M.D.", "ADDRESS": "3301 NEW MEXICO AVENUE NW", "X": 392614.49, "Y": 140643.14, "ADDRID": 223997.0, "CITY": "WASHINGTON", "STATE": "DC", "ZIPCODE": 20016.0, "PHONE": "(202) 362-9872", "FACTYPE": "Other", "SEASONAL": "N", "H1N1": "Y" }, "geometry": { "type": "Point", "coordinates": [ -77.085181766761991, 38.933640646491227 ] } }, 42 | { "type": "Feature", "properties": { "NAME": "Mark M. Sklar, M.D.", "ADDRESS": "3 WASHINGTON CIRCLE NW", "X": 395617.05, "Y": 137261.09, "ADDRID": 226081.0, "CITY": "WASHINGTON", "STATE": "DC", "ZIPCODE": 20037.0, "PHONE": "(202) 887-4769", "FACTYPE": "Other", "SEASONAL": "N", "H1N1": "Y" }, "geometry": { "type": "Point", "coordinates": [ -77.050529757943579, 38.903194143160434 ] } }, 43 | { "type": "Feature", "properties": { "NAME": "Arthritis and Rheumatism Associates, PC", "ADDRESS": "2021 K STREET NW", "X": 396029.37, "Y": 137227.38, "ADDRID": 242500.0, "CITY": "WASHINGTON", "STATE": "DC", "ZIPCODE": 20006.0, "PHONE": "(301) 742-7600", "FACTYPE": "Other", "SEASONAL": "N", "H1N1": "Y" }, "geometry": { "type": "Point", "coordinates": [ -77.045776046343093, 38.902892430838186 ] } }, 44 | { "type": "Feature", "properties": { "NAME": "Harris Teeter, Inc.", "ADDRESS": "1350 POTOMAC AVENUE SE", "X": 401160.72, "Y": 134707.64, "ADDRID": 303730.0, "CITY": "WASHINGTON", "STATE": "DC", "ZIPCODE": 20003.0, "PHONE": "(202) 543-1040", "FACTYPE": "Pharmacy", "SEASONAL": "N", "H1N1": "Y" }, "geometry": { "type": "Point", "coordinates": [ -76.986622708670708, 38.880201877644986 ] } }, 45 | { "type": "Feature", "properties": { "NAME": "Harris Teeter, Inc.", "ADDRESS": "1631 KALORAMA ROAD NW", "X": 396666.63, "Y": 139345.87, "ADDRID": 284059.0, "CITY": "WASHINGTON", "STATE": "DC", "ZIPCODE": 20009.0, "PHONE": "(202) 986-1415", "FACTYPE": "Pharmacy", "SEASONAL": "N", "H1N1": "Y" }, "geometry": { "type": "Point", "coordinates": [ -77.038439577062263, 38.921979151040262 ] } }, 46 | { "type": "Feature", "properties": { "NAME": "Foer Pharnacy", "ADDRESS": "2141 K STREET NW", "X": 395834.07, "Y": 137230.68, "ADDRID": 242481.0, "CITY": "WASHINGTON", "STATE": "DC", "ZIPCODE": 20037.0, "PHONE": "(202) 296-7190", "FACTYPE": "Pharmacy", "SEASONAL": "N", "H1N1": "Y" }, "geometry": { "type": "Point", "coordinates": [ -77.048027613402752, 38.902921254499631 ] } }, 47 | { "type": "Feature", "properties": { "NAME": "Foer Pharnacy", "ADDRESS": "818 18TH STREET NW", "X": 396353.0, "Y": 136981.79, "ADDRID": 218770.0, "CITY": "WASHINGTON", "STATE": "DC", "ZIPCODE": 20006.0, "PHONE": "(202) 775-4400", "FACTYPE": "Pharmacy", "SEASONAL": "N", "H1N1": "Y" }, "geometry": { "type": "Point", "coordinates": [ -77.042043722415684, 38.900681471346417 ] } }, 48 | { "type": "Feature", "properties": { "NAME": "SAFEWAY PHARMACY #4504", "ADDRESS": "1815 WISCONSIN AVENUE NW", "X": 394177.38, "Y": 138595.63, "ADDRID": 273701.0, "CITY": "WASHINGTON", "STATE": "DC", "ZIPCODE": 20007.0, "PHONE": "(202) 333-6048", "FACTYPE": "Pharmacy", "SEASONAL": "Y", "H1N1": "Y" }, "geometry": { "type": "Point", "coordinates": [ -77.067138599712436, 38.915207777064268 ] } }, 49 | { "type": "Feature", "properties": { "NAME": "Georgetown University Hospital KIDS Mobile Medical Clinic", "ADDRESS": "MOBILE", "X": 0.0, "Y": 0.0, "ADDRID": 0.0, "CITY": "WASHINGTON", "STATE": "DC", "ZIPCODE": 0.0, "PHONE": "(202) 444-8888", "FACTYPE": "Other", "SEASONAL": "N", "H1N1": "Y" }, "geometry": { "type": "Point", "coordinates": [ -77.075281962496661, 38.91220321755533 ] } } 50 | ] 51 | } 52 | -------------------------------------------------------------------------------- /grocery-stores.geojson: -------------------------------------------------------------------------------- 1 | { 2 | "type": "FeatureCollection", 3 | "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, 4 | 5 | "features": [ 6 | { "type": "Feature", "properties": { "OBJECTID": 1, "STORENAME": "Giant", "ADDRESS": "1050 Brentwood Rd NE", "PHONE": 2022813900.0, "PRESENT90": "No", "PRESENT95": "No", "PRESENT00": "No", "PRESENT05": "Yes", "PRESENT08": "Yes", "NOTES": null, "X_COORD": 400656.59, "Y_COORD": 139039.13, "ADDRESS_ID": 299835.0, "WARD": 5, "PRESENT09": "Yes", "PRESENT10": "Yes", "PRESENT11": "Yes", "PRESENT12": "Yes" }, "geometry": { "type": "Point", "coordinates": [ -76.992428663660988, 38.919222014339162 ] } }, 7 | { "type": "Feature", "properties": { "OBJECTID": 2, "STORENAME": "Giant", "ADDRESS": "3336 Wisconsin Ave NW", "PHONE": 2022445922.0, "PRESENT90": "No", "PRESENT95": "Yes", "PRESENT00": "Yes", "PRESENT05": "Yes", "PRESENT08": "Yes", "NOTES": null, "X_COORD": 393679.42, "Y_COORD": 140723.17, "ADDRESS_ID": 223125.0, "WARD": 3, "PRESENT09": "Yes", "PRESENT10": "Yes", "PRESENT11": "Yes", "PRESENT12": "Yes" }, "geometry": { "type": "Point", "coordinates": [ -77.072899997032408, 38.934369886780217 ] } }, 8 | { "type": "Feature", "properties": { "OBJECTID": 3, "STORENAME": "Giant", "ADDRESS": "4303 Connecticut Ave NW", "PHONE": 2023648250.0, "PRESENT90": "No", "PRESENT95": "Yes", "PRESENT00": "Yes", "PRESENT05": "Yes", "PRESENT08": "Yes", "NOTES": null, "X_COORD": 394523.79, "Y_COORD": 141846.96, "ADDRESS_ID": 301784.0, "WARD": 3, "PRESENT09": "Yes", "PRESENT10": "Yes", "PRESENT11": "Yes", "PRESENT12": "Yes" }, "geometry": { "type": "Point", "coordinates": [ -77.06317021606057, 38.944498982043157 ] } }, 9 | { "type": "Feature", "properties": { "OBJECTID": 4, "STORENAME": "Giant", "ADDRESS": "1345 Park Road NW", "PHONE": 2027771077.0, "PRESENT90": "No", "PRESENT95": "No", "PRESENT00": "No", "PRESENT05": "No", "PRESENT08": "Yes", "NOTES": "Tivoli Square", "X_COORD": 397232.21, "Y_COORD": 140326.39, "ADDRESS_ID": 297595.0, "WARD": 1, "PRESENT09": "Yes", "PRESENT10": "Yes", "PRESENT11": "Yes", "PRESENT12": "Yes" }, "geometry": { "type": "Point", "coordinates": [ -77.031921406418206, 38.930813946791467 ] } }, 10 | { "type": "Feature", "properties": { "OBJECTID": 5, "STORENAME": "Giant", "ADDRESS": "1535 Alabama Ave SE", "PHONE": 2026106464.0, "PRESENT90": "No", "PRESENT95": "No", "PRESENT00": "No", "PRESENT05": "No", "PRESENT08": "Yes", "NOTES": "Camp Simms", "X_COORD": 401649.66, "Y_COORD": 130793.59, "ADDRESS_ID": 306557.0, "WARD": 8, "PRESENT09": "Yes", "PRESENT10": "Yes", "PRESENT11": "Yes", "PRESENT12": "Yes" }, "geometry": { "type": "Point", "coordinates": [ -76.980997068249465, 38.844941703307789 ] } }, 11 | { "type": "Feature", "properties": { "OBJECTID": 6, "STORENAME": "Magruder's", "ADDRESS": "5626 Connecticut Ave NW", "PHONE": 2024644946.0, "PRESENT90": "Yes", "PRESENT95": "Yes", "PRESENT00": "Yes", "PRESENT05": "Yes", "PRESENT08": "Yes", "NOTES": null, "X_COORD": 393373.92, "Y_COORD": 144184.19, "ADDRESS_ID": 263860.0, "WARD": 3, "PRESENT09": "Yes", "PRESENT10": "Yes", "PRESENT11": "Yes", "PRESENT12": "Yes" }, "geometry": { "type": "Point", "coordinates": [ -77.07645698943584, 38.965545442659909 ] } }, 12 | { "type": "Feature", "properties": { "OBJECTID": 7, "STORENAME": "Safeway", "ADDRESS": "1601 Maryland Ave NE", "PHONE": 2023986903.0, "PRESENT90": "No", "PRESENT95": "No", "PRESENT00": "Yes", "PRESENT05": "Yes", "PRESENT08": "Yes", "NOTES": null, "X_COORD": 401754.81, "Y_COORD": 136968.47, "ADDRESS_ID": 297814.0, "WARD": 5, "PRESENT09": "Yes", "PRESENT10": "Yes", "PRESENT11": "Yes", "PRESENT12": "Yes" }, "geometry": { "type": "Point", "coordinates": [ -76.97977005088083, 38.900567293947134 ] } }, 13 | { "type": "Feature", "properties": { "OBJECTID": 8, "STORENAME": "Safeway", "ADDRESS": "1701 Corcoran St NW", "PHONE": 2026676825.0, "PRESENT90": "Yes", "PRESENT95": "Yes", "PRESENT00": "Yes", "PRESENT05": "Yes", "PRESENT08": "Yes", "NOTES": null, "X_COORD": 396621.59, "Y_COORD": 138243.64, "ADDRESS_ID": 241699.0, "WARD": 2, "PRESENT09": "Yes", "PRESENT10": "Yes", "PRESENT11": "Yes", "PRESENT12": "Yes" }, "geometry": { "type": "Point", "coordinates": [ -77.038953543120286, 38.912049727702566 ] } }, 14 | { "type": "Feature", "properties": { "OBJECTID": 9, "STORENAME": "Safeway", "ADDRESS": "1747 Columbia Rd NW", "PHONE": 2026670774.0, "PRESENT90": "Yes", "PRESENT95": "Yes", "PRESENT00": "Yes", "PRESENT05": "Yes", "PRESENT08": "Yes", "NOTES": null, "X_COORD": 396445.44, "Y_COORD": 139593.32, "ADDRESS_ID": 284083.0, "WARD": 1, "PRESENT09": "Yes", "PRESENT10": "Yes", "PRESENT11": "Yes", "PRESENT12": "Yes" }, "geometry": { "type": "Point", "coordinates": [ -77.040991565017293, 38.924207392860183 ] } }, 15 | { "type": "Feature", "properties": { "OBJECTID": 10, "STORENAME": "Safeway", "ADDRESS": "1855 Wisconsin Ave NW", "PHONE": 2023333223.0, "PRESENT90": "Yes", "PRESENT95": "No", "PRESENT00": "No", "PRESENT05": "Yes", "PRESENT08": "Yes", "NOTES": null, "X_COORD": 394238.15, "Y_COORD": 138730.9, "ADDRESS_ID": 224665.0, "WARD": 2, "PRESENT09": "Yes", "PRESENT10": "Yes", "PRESENT11": "Yes", "PRESENT12": "Yes" }, "geometry": { "type": "Point", "coordinates": [ -77.066439023173004, 38.916426734402961 ] } }, 16 | { "type": "Feature", "properties": { "OBJECTID": 11, "STORENAME": "Safeway", "ADDRESS": "2845 Alabama Ave SE", "PHONE": 2025757525.0, "PRESENT90": "No", "PRESENT95": "No", "PRESENT00": "Yes", "PRESENT05": "Yes", "PRESENT08": "Yes", "NOTES": null, "X_COORD": 402892.75, "Y_COORD": 132357.23, "ADDRESS_ID": 278282.0, "WARD": 7, "PRESENT09": "Yes", "PRESENT10": "Yes", "PRESENT11": "Yes", "PRESENT12": "Yes" }, "geometry": { "type": "Point", "coordinates": [ -76.966670963997373, 38.859024438791444 ] } }, 17 | { "type": "Feature", "properties": { "OBJECTID": 12, "STORENAME": "Safeway", "ADDRESS": "322 40th ST NE", "PHONE": 2023972802.0, "PRESENT90": "Yes", "PRESENT95": "Yes", "PRESENT00": "Yes", "PRESENT05": "Yes", "PRESENT08": "Yes", "NOTES": null, "X_COORD": 404558.4, "Y_COORD": 136144.21, "ADDRESS_ID": 295141.0, "WARD": 7, "PRESENT09": "Yes", "PRESENT10": "Yes", "PRESENT11": "Yes", "PRESENT12": "Yes" }, "geometry": { "type": "Point", "coordinates": [ -76.947454941833485, 38.893131993781175 ] } }, 18 | { "type": "Feature", "properties": { "OBJECTID": 13, "STORENAME": "Safeway", "ADDRESS": "3830 Georgia Ave NW", "PHONE": 2028821140.0, "PRESENT90": "Yes", "PRESENT95": "Yes", "PRESENT00": "Yes", "PRESENT05": "Yes", "PRESENT08": "Yes", "NOTES": null, "X_COORD": 397793.67, "Y_COORD": 141160.24, "ADDRESS_ID": 225076.0, "WARD": 4, "PRESENT09": "Yes", "PRESENT10": "Yes", "PRESENT11": "Yes", "PRESENT12": "Yes" }, "geometry": { "type": "Point", "coordinates": [ -77.025448671296132, 38.938327107530085 ] } }, 19 | { "type": "Feature", "properties": { "OBJECTID": 14, "STORENAME": "Safeway", "ADDRESS": "1100 4th St SW", "PHONE": 2025549155.0, "PRESENT90": "No", "PRESENT95": "Yes", "PRESENT00": "Yes", "PRESENT05": "Yes", "PRESENT08": "Yes", "NOTES": null, "X_COORD": 398510.314188610005658, "Y_COORD": 134420.47868368998752, "ADDRESS_ID": 28161.0, "WARD": 6, "PRESENT09": "Yes", "PRESENT10": "Yes", "PRESENT11": "Yes", "PRESENT12": "Yes" }, "geometry": { "type": "Point", "coordinates": [ -77.017167997226935, 38.877614519693211 ] } }, 20 | { "type": "Feature", "properties": { "OBJECTID": 15, "STORENAME": "Safeway", "ADDRESS": "415 14th ST SE", "PHONE": 2025474333.0, "PRESENT90": "Yes", "PRESENT95": "Yes", "PRESENT00": "Yes", "PRESENT05": "Yes", "PRESENT08": "Yes", "NOTES": null, "X_COORD": 401167.04, "Y_COORD": 135078.34, "ADDRESS_ID": 26239.0, "WARD": 6, "PRESENT09": "Yes", "PRESENT10": "Yes", "PRESENT11": "Yes", "PRESENT12": "Yes" }, "geometry": { "type": "Point", "coordinates": [ -76.986549241210582, 38.883541278400266 ] } }, 21 | { "type": "Feature", "properties": { "OBJECTID": 16, "STORENAME": "Safeway", "ADDRESS": "4203 Davenport ST NW", "PHONE": 2023640290.0, "PRESENT90": "Yes", "PRESENT95": "Yes", "PRESENT00": "Yes", "PRESENT05": "Yes", "PRESENT08": "Yes", "NOTES": null, "X_COORD": 392852.16, "Y_COORD": 142717.87, "ADDRESS_ID": 301160.0, "WARD": 3, "PRESENT09": "Yes", "PRESENT10": "Yes", "PRESENT11": "Yes", "PRESENT12": "Yes" }, "geometry": { "type": "Point", "coordinates": [ -77.082462185119127, 38.952332366817046 ] } }, 22 | { "type": "Feature", "properties": { "OBJECTID": 17, "STORENAME": "Safeway", "ADDRESS": "4865 MacArthur Blvd NW", "PHONE": 2023375649.0, "PRESENT90": "No", "PRESENT95": "Yes", "PRESENT00": "Yes", "PRESENT05": "Yes", "PRESENT08": "Yes", "NOTES": null, "X_COORD": 391678.11, "Y_COORD": 138844.95, "ADDRESS_ID": 285004.0, "WARD": 3, "PRESENT09": "Yes", "PRESENT10": "Yes", "PRESENT11": "Yes", "PRESENT12": "Yes" }, "geometry": { "type": "Point", "coordinates": [ -77.095959822217281, 38.91743362119368 ] } }, 23 | { "type": "Feature", "properties": { "OBJECTID": 18, "STORENAME": "Safeway", "ADDRESS": "5545 Connecticut Ave NW", "PHONE": 2022446097.0, "PRESENT90": "No", "PRESENT95": "Yes", "PRESENT00": "Yes", "PRESENT05": "Yes", "PRESENT08": "Yes", "NOTES": null, "X_COORD": 393508.13, "Y_COORD": 144078.34, "ADDRESS_ID": 263999.0, "WARD": 3, "PRESENT09": "Yes", "PRESENT10": "Yes", "PRESENT11": "Yes", "PRESENT12": "Yes" }, "geometry": { "type": "Point", "coordinates": [ -77.074907366032946, 38.964592922283472 ] } }, 24 | { "type": "Feature", "properties": { "OBJECTID": 19, "STORENAME": "Safeway", "ADDRESS": "6500 Piney Branch Rd NW", "PHONE": 2027235644.0, "PRESENT90": "No", "PRESENT95": "No", "PRESENT00": "Yes", "PRESENT05": "Yes", "PRESENT08": "Yes", "NOTES": null, "X_COORD": 397699.34, "Y_COORD": 144623.03, "ADDRESS_ID": 285341.0, "WARD": 4, "PRESENT09": "Yes", "PRESENT10": "Yes", "PRESENT11": "Yes", "PRESENT12": "Yes" }, "geometry": { "type": "Point", "coordinates": [ -77.026548325875993, 38.96952060238862 ] } }, 25 | { "type": "Feature", "properties": { "OBJECTID": 20, "STORENAME": "Fresh and Greens", "ADDRESS": "4330 48th St NW", "PHONE": 2022446525.0, "PRESENT90": "No", "PRESENT95": "No", "PRESENT00": "Yes", "PRESENT05": "Yes", "PRESENT08": "Yes", "NOTES": "Same location as A&P", "X_COORD": 391761.15, "Y_COORD": 141987.3, "ADDRESS_ID": 269574.0, "WARD": 3, "PRESENT09": "Yes", "PRESENT10": "Yes", "PRESENT11": "Yes", "PRESENT12": "Yes" }, "geometry": { "type": "Point", "coordinates": [ -77.095040011113014, 38.945741638743712 ] } }, 26 | { "type": "Feature", "properties": { "OBJECTID": 21, "STORENAME": "Whole Foods", "ADDRESS": "2323 Wisconsin Ave NW", "PHONE": 2023335393.0, "PRESENT90": "No", "PRESENT95": "No", "PRESENT00": "Yes", "PRESENT05": "Yes", "PRESENT08": "Yes", "NOTES": "Georgetown", "X_COORD": 393789.84, "Y_COORD": 139230.75, "ADDRESS_ID": 284358.0, "WARD": 3, "PRESENT09": "Yes", "PRESENT10": "Yes", "PRESENT11": "Yes", "PRESENT12": "Yes" }, "geometry": { "type": "Point", "coordinates": [ -77.071612937546277, 38.92092649214446 ] } }, 27 | { "type": "Feature", "properties": { "OBJECTID": 22, "STORENAME": "Whole Foods", "ADDRESS": "4530 40th ST NW", "PHONE": 2022375800.0, "PRESENT90": "No", "PRESENT95": "No", "PRESENT00": "Yes", "PRESENT05": "Yes", "PRESENT08": "Yes", "NOTES": "Tenley Town location", "X_COORD": 393133.54, "Y_COORD": 142358.92, "ADDRESS_ID": 265175.0, "WARD": 3, "PRESENT09": "Yes", "PRESENT10": "Yes", "PRESENT11": "Yes", "PRESENT12": "Yes" }, "geometry": { "type": "Point", "coordinates": [ -77.079212408690225, 38.949101093009389 ] } }, 28 | { "type": "Feature", "properties": { "OBJECTID": 23, "STORENAME": "Whole Foods", "ADDRESS": "1440 P ST NW", "PHONE": 2023324300.0, "PRESENT90": "No", "PRESENT95": "No", "PRESENT00": "No", "PRESENT05": "Yes", "PRESENT08": "Yes", "NOTES": "Logan Circle", "X_COORD": 397088.79, "Y_COORD": 137959.45, "ADDRESS_ID": 279174.0, "WARD": 2, "PRESENT09": "Yes", "PRESENT10": "Yes", "PRESENT11": "Yes", "PRESENT12": "Yes" }, "geometry": { "type": "Point", "coordinates": [ -77.033565457030065, 38.909491319176411 ] } }, 29 | { "type": "Feature", "properties": { "OBJECTID": 24, "STORENAME": "Harris Teeter", "ADDRESS": "1631 Kalorama Road", "PHONE": 2029861415.0, "PRESENT90": "No", "PRESENT95": "No", "PRESENT00": "No", "PRESENT05": "No", "PRESENT08": "Yes", "NOTES": "Citadel", "X_COORD": 396714.04787499998929, "Y_COORD": 139412.47262, "ADDRESS_ID": 0.0, "WARD": 1, "PRESENT09": "Yes", "PRESENT10": "Yes", "PRESENT11": "Yes", "PRESENT12": "Yes" }, "geometry": { "type": "Point", "coordinates": [ -77.037893085031186, 38.922579307456168 ] } }, 30 | { "type": "Feature", "properties": { "OBJECTID": 25, "STORENAME": "Yes! Organic", "ADDRESS": "3809 12th Street NE", "PHONE": 2028327715.0, "PRESENT90": "No", "PRESENT95": "No", "PRESENT00": "No", "PRESENT05": "No", "PRESENT08": "Yes", "NOTES": "Brookland", "X_COORD": 400832.7305, "Y_COORD": 140992.28, "ADDRESS_ID": 0.0, "WARD": 5, "PRESENT09": "Yes", "PRESENT10": "Yes", "PRESENT11": "Yes", "PRESENT12": "Yes" }, "geometry": { "type": "Point", "coordinates": [ -76.990395165038422, 38.936816449852927 ] } }, 31 | { "type": "Feature", "properties": { "OBJECTID": 26, "STORENAME": "Yes! Organic", "ADDRESS": "658 Pennsylvania Avenue SE", "PHONE": 2025469850.0, "PRESENT90": "No", "PRESENT95": "No", "PRESENT00": "No", "PRESENT05": "No", "PRESENT08": "Yes", "NOTES": "Capitol Hill", "X_COORD": 400284.1605, "Y_COORD": 135264.75, "ADDRESS_ID": 0.0, "WARD": 6, "PRESENT09": "Yes", "PRESENT10": "Yes", "PRESENT11": "Yes", "PRESENT12": "Yes" }, "geometry": { "type": "Point", "coordinates": [ -76.996724821492023, 38.88522125973784 ] } }, 32 | { "type": "Feature", "properties": { "OBJECTID": 27, "STORENAME": "Yes! Organic", "ADDRESS": "1825 Columbia Road NW", "PHONE": 2024625150.0, "PRESENT90": "No", "PRESENT95": "No", "PRESENT00": "No", "PRESENT05": "No", "PRESENT08": "Yes", "NOTES": "Adams Morgan", "X_COORD": 396209.6995, "Y_COORD": 139325.82, "ADDRESS_ID": 0.0, "WARD": 1, "PRESENT09": "Yes", "PRESENT10": "Yes", "PRESENT11": "Yes", "PRESENT12": "Yes" }, "geometry": { "type": "Point", "coordinates": [ -77.043708672190917, 38.92179668216982 ] } }, 33 | { "type": "Feature", "properties": { "OBJECTID": 28, "STORENAME": "Yes! Organic", "ADDRESS": "3425 Connecticut Avenue", "PHONE": 2023631559.0, "PRESENT90": "No", "PRESENT95": "No", "PRESENT00": "No", "PRESENT05": "No", "PRESENT08": "Yes", "NOTES": "Cleveland Park", "X_COORD": 394989.6995, "Y_COORD": 140809.79, "ADDRESS_ID": 0.0, "WARD": 3, "PRESENT09": "Yes", "PRESENT10": "Yes", "PRESENT11": "Yes", "PRESENT12": "Yes" }, "geometry": { "type": "Point", "coordinates": [ -77.057788196297437, 38.935158634430572 ] } }, 34 | { "type": "Feature", "properties": { "OBJECTID": 29, "STORENAME": "Trader Joe's", "ADDRESS": "1101 25th St NW", "PHONE": 2022961921.0, "PRESENT90": "No", "PRESENT95": "No", "PRESENT00": "No", "PRESENT05": "No", "PRESENT08": "Yes", "NOTES": "West End", "X_COORD": 395401.607375, "Y_COORD": 137371.31812, "ADDRESS_ID": 0.0, "WARD": 2, "PRESENT09": "Yes", "PRESENT10": "Yes", "PRESENT11": "Yes", "PRESENT12": "Yes" }, "geometry": { "type": "Point", "coordinates": [ -77.053014270856096, 38.904186016138226 ] } }, 35 | { "type": "Feature", "properties": { "OBJECTID": 30, "STORENAME": "Dean & DeLuca", "ADDRESS": "3276 M Street NW", "PHONE": 2023422500.0, "PRESENT90": "No", "PRESENT95": "No", "PRESENT00": "No", "PRESENT05": "No", "PRESENT08": "Yes", "NOTES": "Georgetown", "X_COORD": 394348.57087, "Y_COORD": 137435.893, "ADDRESS_ID": 0.0, "WARD": 2, "PRESENT09": "Yes", "PRESENT10": "Yes", "PRESENT11": "Yes", "PRESENT12": "Yes" }, "geometry": { "type": "Point", "coordinates": [ -77.065155119400401, 38.904761589464826 ] } }, 36 | { "type": "Feature", "properties": { "OBJECTID": 31, "STORENAME": "Harris Teeter", "ADDRESS": "1350 Potomac Ave SE", "PHONE": 2025431040.0, "PRESENT90": "No", "PRESENT95": "No", "PRESENT00": "No", "PRESENT05": "No", "PRESENT08": "Yes", "NOTES": "Jenkins Row", "X_COORD": 401160.914850929984823, "Y_COORD": 134707.596780939988093, "ADDRESS_ID": 0.0, "WARD": 6, "PRESENT09": "Yes", "PRESENT10": "Yes", "PRESENT11": "Yes", "PRESENT12": "Yes" }, "geometry": { "type": "Point", "coordinates": [ -76.986620462810521, 38.880201487774819 ] } }, 37 | { "type": "Feature", "properties": { "OBJECTID": 32, "STORENAME": "Safeway", "ADDRESS": "490 L St NW", "PHONE": 2027192435.0, "PRESENT90": "No", "PRESENT95": "No", "PRESENT00": "No", "PRESENT05": "No", "PRESENT08": "Yes", "NOTES": "Mt. Vernon Square", "X_COORD": 398408.598557470017113, "Y_COORD": 137293.478171660011867, "ADDRESS_ID": 0.0, "WARD": 6, "PRESENT09": "Yes", "PRESENT10": "Yes", "PRESENT11": "Yes", "PRESENT12": "Yes" }, "geometry": { "type": "Point", "coordinates": [ -77.0183468824941, 38.903495393536986 ] } }, 38 | { "type": "Feature", "properties": { "OBJECTID": 33, "STORENAME": "Best Way", "ADDRESS": "3178 Mount Pleasant St NW", "PHONE": 2022653768.0, "PRESENT90": "Yes", "PRESENT95": "Yes", "PRESENT00": "Yes", "PRESENT05": "Yes", "PRESENT08": "Yes", "NOTES": null, "X_COORD": 396658.1595, "Y_COORD": 140340.12, "ADDRESS_ID": 0.0, "WARD": 1, "PRESENT09": "Yes", "PRESENT10": "Yes", "PRESENT11": "Yes", "PRESENT12": "Yes" }, "geometry": { "type": "Point", "coordinates": [ -77.038542097426955, 38.930935635067762 ] } }, 39 | { "type": "Feature", "properties": { "OBJECTID": 34, "STORENAME": "Yes! Organic", "ADDRESS": "2123 14th Street NW", "PHONE": 2022326603.0, "PRESENT90": "No", "PRESENT95": "No", "PRESENT00": "No", "PRESENT05": "No", "PRESENT08": "Yes", "NOTES": "U Street", "X_COORD": 397266.575375, "Y_COORD": 138954.47737499998766, "ADDRESS_ID": 0.0, "WARD": 1, "PRESENT09": "Yes", "PRESENT10": "Yes", "PRESENT11": "Yes", "PRESENT12": "Yes" }, "geometry": { "type": "Point", "coordinates": [ -77.031519601456182, 38.918455430094781 ] } }, 40 | { "type": "Feature", "properties": { "OBJECTID": 35, "STORENAME": "Capitol Super Market", "ADDRESS": "1231 11th st NW", "PHONE": 2022891336.0, "PRESENT90": "No", "PRESENT95": "No", "PRESENT00": "No", "PRESENT05": "No", "PRESENT08": "Yes", "NOTES": null, "X_COORD": 397682.9205, "Y_COORD": 137658.22137, "ADDRESS_ID": 0.0, "WARD": 2, "PRESENT09": "Yes", "PRESENT10": "Yes", "PRESENT11": "Yes", "PRESENT12": "Yes" }, "geometry": { "type": "Point", "coordinates": [ -77.026714278555346, 38.906779514933746 ] } }, 41 | { "type": "Feature", "properties": { "OBJECTID": 36, "STORENAME": "Yes! Organic", "ADDRESS": "4100 Georgia Avenue NW", "PHONE": 2022915790.0, "PRESENT90": "No", "PRESENT95": "No", "PRESENT00": "No", "PRESENT05": "No", "PRESENT08": "No", "NOTES": null, "X_COORD": 397786.398875, "Y_COORD": 141456.79025, "ADDRESS_ID": 0.0, "WARD": 4, "PRESENT09": "Yes", "PRESENT10": "Yes", "PRESENT11": "Yes", "PRESENT12": "Yes" }, "geometry": { "type": "Point", "coordinates": [ -77.025533496010311, 38.940998500472709 ] } }, 42 | { "type": "Feature", "properties": { "OBJECTID": 37, "STORENAME": "Harris Teeter", "ADDRESS": "1201 1st ST NE", "PHONE": 2029861415.0, "PRESENT90": "No", "PRESENT95": "No", "PRESENT00": "No", "PRESENT05": "No", "PRESENT08": "No", "NOTES": null, "X_COORD": 399523.590553049987648, "Y_COORD": 137573.976243370008888, "ADDRESS_ID": 0.0, "WARD": 6, "PRESENT09": "No", "PRESENT10": "No", "PRESENT11": "Yes", "PRESENT12": "Yes" }, "geometry": { "type": "Point", "coordinates": [ -77.005492604387257, 38.90602353051591 ] } }, 43 | { "type": "Feature", "properties": { "OBJECTID": 38, "STORENAME": "Target", "ADDRESS": "3100 14th Street Northwest", "PHONE": 2027773773.0, "PRESENT90": "No", "PRESENT95": "No", "PRESENT00": "No", "PRESENT05": "No", "PRESENT08": "No", "NOTES": null, "X_COORD": 397132.8695, "Y_COORD": 140139.22, "ADDRESS_ID": 306304.0, "WARD": 1, "PRESENT09": "No", "PRESENT10": "Yes", "PRESENT11": "Yes", "PRESENT12": "Yes" }, "geometry": { "type": "Point", "coordinates": [ -77.033066335783261, 38.929127543192692 ] } }, 44 | { "type": "Feature", "properties": { "OBJECTID": 39, "STORENAME": "Yes! Organic", "ADDRESS": "2323 Pennsylvania Ave S.E.", "PHONE": 2025821480.0, "PRESENT90": "No", "PRESENT95": "No", "PRESENT00": "No", "PRESENT05": "No", "PRESENT08": "No", "NOTES": null, "X_COORD": 402372.11875, "Y_COORD": 134025.28812, "ADDRESS_ID": 0.0, "WARD": 7, "PRESENT09": "No", "PRESENT10": "Yes", "PRESENT11": "Yes", "PRESENT12": "Yes" }, "geometry": { "type": "Point", "coordinates": [ -76.972663700561924, 38.874052549323238 ] } }, 45 | { "type": "Feature", "properties": { "OBJECTID": 40, "STORENAME": "Whole Foods", "ADDRESS": "2201 Eye Street NW", "PHONE": 2022961660.0, "PRESENT90": "No", "PRESENT95": "No", "PRESENT00": "No", "PRESENT05": "No", "PRESENT08": "No", "NOTES": "Foggy Bottom", "X_COORD": 395735.59, "Y_COORD": 137008.06, "ADDRESS_ID": 0.0, "WARD": 2, "PRESENT09": "No", "PRESENT10": "No", "PRESENT11": "Yes", "PRESENT12": "Yes" }, "geometry": { "type": "Point", "coordinates": [ -77.04916157401999, 38.900915342469943 ] } }, 46 | { "type": "Feature", "properties": { "OBJECTID": 41, "STORENAME": "Aldi", "ADDRESS": "901 17th St NE", "PHONE": 0.0, "PRESENT90": "No", "PRESENT95": "No", "PRESENT00": "No", "PRESENT05": "No", "PRESENT08": "No", "NOTES": null, "X_COORD": 0.0, "Y_COORD": 0.0, "ADDRESS_ID": 0.0, "WARD": 5, "PRESENT09": "No", "PRESENT10": "No", "PRESENT11": "Yes", "PRESENT12": "Yes" }, "geometry": { "type": "Point", "coordinates": [ -76.97871181937731, 38.901257146070037 ] } } 47 | ] 48 | } 49 | -------------------------------------------------------------------------------- /fire-stations.geojson: -------------------------------------------------------------------------------- 1 | { 2 | "type": "FeatureCollection", 3 | "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, 4 | 5 | "features": [ 6 | { "type": "Feature", "properties": { "OBJECTID_1": 1, "OBJECTID": 33.0, "NAME": "Engine 33 Station", "GIS_ID": "Fire_032", "SSL": null, "ADDRESS": "101 ATLANTIC STREET SE", "PHONE": "(202) 673-3233", "BFC": 0, "AMBULANCE": 33.0, "RESCSQUAD": 0.0, "MEDICUNIT": 25.0, "TRUCK": 8.0, "SPECIALTY": null, "DETAIL": null, "TYPE": "Other Station", "ENGINE": 33.0, "BATTALION": 3.0, "RENSTATUS": "OPEN", "AID": 294471.0, "REL_UNITS": null, "WEB_URL": "http:\/\/app.fems.dc.gov\/details.asp?cid=77" }, "geometry": { "type": "Point", "coordinates": [ -77.005147424003354, 38.83089499410552 ] } }, 7 | { "type": "Feature", "properties": { "OBJECTID_1": 2, "OBJECTID": 1.0, "NAME": "Engine 1 Station", "GIS_ID": "Fire_026", "SSL": "0050 0822", "ADDRESS": "2225 M STREET NW", "PHONE": "(202) 673-3201", "BFC": 0, "AMBULANCE": 0.0, "RESCSQUAD": 0.0, "MEDICUNIT": 1.0, "TRUCK": 2.0, "SPECIALTY": "Twinned Agent Unit 2", "DETAIL": null, "TYPE": "Other Station", "ENGINE": 1.0, "BATTALION": 6.0, "RENSTATUS": "OPEN", "AID": 294540.0, "REL_UNITS": null, "WEB_URL": "http:\/\/app.fems.dc.gov\/details.asp?cid=45" }, "geometry": { "type": "Point", "coordinates": [ -77.049798131959349, 38.905494289766672 ] } }, 8 | { "type": "Feature", "properties": { "OBJECTID_1": 3, "OBJECTID": 2.0, "NAME": "Engine 2 Station", "GIS_ID": "Fire_022", "SSL": "0488 0833", "ADDRESS": "500 F STREET NW", "PHONE": "(202) 673-3202", "BFC": 0, "AMBULANCE": 0.0, "RESCSQUAD": 1.0, "MEDICUNIT": 0.0, "TRUCK": 0.0, "SPECIALTY": "EMS 1-6, EMS 5, RS-1 Support Unit w\/small boat, FCU ,FFD", "DETAIL": "EMS Supervisor 1-6, EMS Supervisor 5, Office of the Firefighting DFC, Mobile Command Unit, Rescue Squad 1, RS-1 High-angle Rescue, Swift Water Rescu", "TYPE": "Other Station", "ENGINE": 2.0, "BATTALION": 6.0, "RENSTATUS": "OPEN", "AID": 299998.0, "REL_UNITS": null, "WEB_URL": "http:\/\/app.fems.dc.gov\/details.asp?cid=46" }, "geometry": { "type": "Point", "coordinates": [ -77.019486694363465, 38.897074068143667 ] } }, 9 | { "type": "Feature", "properties": { "OBJECTID_1": 4, "OBJECTID": 3.0, "NAME": "Engine 3 Station", "GIS_ID": "Fire_035", "SSL": "0630 0833", "ADDRESS": "439 NEW JERSEY AVENUE NW", "PHONE": "(202) 673-3203", "BFC": 0, "AMBULANCE": 0.0, "RESCSQUAD": 0.0, "MEDICUNIT": 3.0, "TRUCK": 0.0, "SPECIALTY": null, "DETAIL": null, "TYPE": "Other Station", "ENGINE": 3.0, "BATTALION": 6.0, "RENSTATUS": "OPEN", "AID": 237163.0, "REL_UNITS": null, "WEB_URL": "http:\/\/app.fems.dc.gov\/details.asp?cid=47" }, "geometry": { "type": "Point", "coordinates": [ -77.010900428414573, 38.895834462873708 ] } }, 10 | { "type": "Feature", "properties": { "OBJECTID_1": 5, "OBJECTID": 4.0, "NAME": "Engine 4 Station", "GIS_ID": "Fire_011", "SSL": "2882 1036", "ADDRESS": "2531 SHERMAN AVENUE NW", "PHONE": "(202) 673-3204", "BFC": 0, "AMBULANCE": 0.0, "RESCSQUAD": 0.0, "MEDICUNIT": 4.0, "TRUCK": 0.0, "SPECIALTY": "AIR 1", "DETAIL": "Safety Officer, Special Operations Office, Special Operations BC, Special Operations DC, Mask Room", "TYPE": "Other Station", "ENGINE": 4.0, "BATTALION": 4.0, "RENSTATUS": "OPEN", "AID": 232303.0, "REL_UNITS": null, "WEB_URL": "http:\/\/app.fems.dc.gov\/details.asp?cid=48" }, "geometry": { "type": "Point", "coordinates": [ -77.025025187837045, 38.923396559571543 ] } }, 11 | { "type": "Feature", "properties": { "OBJECTID_1": 6, "OBJECTID": 5.0, "NAME": "Engine 5 Station", "GIS_ID": "Fire_018", "SSL": "1277 0805", "ADDRESS": "3412 DENT PLACE NW", "PHONE": "(202) 673-3205", "BFC": 0, "AMBULANCE": 0.0, "RESCSQUAD": 0.0, "MEDICUNIT": 5.0, "TRUCK": 0.0, "SPECIALTY": "Rehab Unit, Rehab Support Unit, CU", "DETAIL": null, "TYPE": "Other Station", "ENGINE": 5.0, "BATTALION": 5.0, "RENSTATUS": "OPEN", "AID": 294568.0, "REL_UNITS": null, "WEB_URL": "http:\/\/app.fems.dc.gov\/details.asp?cid=49" }, "geometry": { "type": "Point", "coordinates": [ -77.068435882222815, 38.91143793533216 ] } }, 12 | { "type": "Feature", "properties": { "OBJECTID_1": 7, "OBJECTID": 6.0, "NAME": "Engine 6 Station", "GIS_ID": "Fire_028", "SSL": null, "ADDRESS": "1300 NEW JERSEY AVENUE NW", "PHONE": "(202) 673-3206", "BFC": 0, "AMBULANCE": 6.0, "RESCSQUAD": 0.0, "MEDICUNIT": 0.0, "TRUCK": 4.0, "SPECIALTY": null, "DETAIL": "EMS Equipment Office", "TYPE": "Other Station", "ENGINE": 6.0, "BATTALION": 1.0, "RENSTATUS": "OPEN", "AID": 294514.0, "REL_UNITS": null, "WEB_URL": "http:\/\/app.fems.dc.gov\/details.asp?cid=50" }, "geometry": { "type": "Point", "coordinates": [ -77.016077573516355, 38.907690572803475 ] } }, 13 | { "type": "Feature", "properties": { "OBJECTID_1": 8, "OBJECTID": 7.0, "NAME": "Engine 7 Station", "GIS_ID": "Fire_021", "SSL": null, "ADDRESS": "1101 HALF STREET SW", "PHONE": "(202) 673-3207", "BFC": 0, "AMBULANCE": 7.0, "RESCSQUAD": 0.0, "MEDICUNIT": 0.0, "TRUCK": 0.0, "SPECIALTY": null, "DETAIL": null, "TYPE": "Other Station", "ENGINE": 7.0, "BATTALION": 2.0, "RENSTATUS": "OPEN", "AID": 277735.0, "REL_UNITS": null, "WEB_URL": "http:\/\/app.fems.dc.gov\/details.asp?cid=51" }, "geometry": { "type": "Point", "coordinates": [ -77.011229779233645, 38.876928634217656 ] } }, 14 | { "type": "Feature", "properties": { "OBJECTID_1": 9, "OBJECTID": 8.0, "NAME": "Engine 8 Station", "GIS_ID": "Fire_019", "SSL": "1073 0806", "ADDRESS": "1520 C STREET SE", "PHONE": "(202) 673-3208", "BFC": 2, "AMBULANCE": 8.0, "RESCSQUAD": 0.0, "MEDICUNIT": 8.0, "TRUCK": 0.0, "SPECIALTY": "EMS 2, AIR 2,MEDIC UNIT 35,", "DETAIL": "Emergency Medical Supervisor 2", "TYPE": "Other Station", "ENGINE": 8.0, "BATTALION": 2.0, "RENSTATUS": "OPEN", "AID": 289723.0, "REL_UNITS": null, "WEB_URL": "http:\/\/app.fems.dc.gov\/details.asp?cid=52" }, "geometry": { "type": "Point", "coordinates": [ -76.982943582253156, 38.885539857826338 ] } }, 15 | { "type": "Feature", "properties": { "OBJECTID_1": 10, "OBJECTID": 9.0, "NAME": "Engine 9 Station", "GIS_ID": "Fire_025", "SSL": "0175 0826", "ADDRESS": "1617 U STREET NW", "PHONE": "(202) 673-3209", "BFC": 0, "AMBULANCE": 28.0, "RESCSQUAD": 0.0, "MEDICUNIT": 0.0, "TRUCK": 0.0, "SPECIALTY": null, "DETAIL": null, "TYPE": "Other Station", "ENGINE": 9.0, "BATTALION": 4.0, "RENSTATUS": "OPEN", "AID": 241846.0, "REL_UNITS": null, "WEB_URL": "http:\/\/app.fems.dc.gov\/details.asp?cid=53" }, "geometry": { "type": "Point", "coordinates": [ -77.037525534144407, 38.917296469331667 ] } }, 16 | { "type": "Feature", "properties": { "OBJECTID_1": 11, "OBJECTID": 10.0, "NAME": "Engine 10 Station", "GIS_ID": "Fire_029", "SSL": null, "ADDRESS": "1342 FLORIDA AVENUE NE", "PHONE": "(202) 673-3210", "BFC": 0, "AMBULANCE": 0.0, "RESCSQUAD": 0.0, "MEDICUNIT": 0.0, "TRUCK": 13.0, "SPECIALTY": null, "DETAIL": null, "TYPE": "Other Station", "ENGINE": 10.0, "BATTALION": 1.0, "RENSTATUS": "OPEN", "AID": 294519.0, "REL_UNITS": null, "WEB_URL": "http:\/\/app.fems.dc.gov\/details.asp?cid=54" }, "geometry": { "type": "Point", "coordinates": [ -76.986694200183038, 38.901587311968008 ] } }, 17 | { "type": "Feature", "properties": { "OBJECTID_1": 12, "OBJECTID": 11.0, "NAME": "Engine 11 Station", "GIS_ID": "Fire_012", "SSL": "2678 0844", "ADDRESS": "3420 14TH STREET NW", "PHONE": "(202) 673-3211", "BFC": 4, "AMBULANCE": 11.0, "RESCSQUAD": 0.0, "MEDICUNIT": 0.0, "TRUCK": 6.0, "SPECIALTY": "EMS 4-5", "DETAIL": "EMS Supervisor 4-5", "TYPE": "Other Station", "ENGINE": 11.0, "BATTALION": 4.0, "RENSTATUS": "OPEN", "AID": 234580.0, "REL_UNITS": null, "WEB_URL": "http:\/\/app.fems.dc.gov\/details.asp?cid=55" }, "geometry": { "type": "Point", "coordinates": [ -77.033062592163603, 38.932246490817178 ] } }, 18 | { "type": "Feature", "properties": { "OBJECTID_1": 13, "OBJECTID": 12.0, "NAME": "Engine 12 Station", "GIS_ID": "Fire_030", "SSL": null, "ADDRESS": "2225 5TH STREET NE", "PHONE": "(202) 673-3212", "BFC": 1, "AMBULANCE": 12.0, "RESCSQUAD": 0.0, "MEDICUNIT": 12.0, "TRUCK": 0.0, "SPECIALTY": "Rapid Response Non-Transport Medic 12, HazMat Unit, HazMat Support", "DETAIL": null, "TYPE": "Other Station", "ENGINE": 12.0, "BATTALION": 1.0, "RENSTATUS": "OPEN", "AID": 294541.0, "REL_UNITS": null, "WEB_URL": "http:\/\/app.fems.dc.gov\/details.asp?cid=56" }, "geometry": { "type": "Point", "coordinates": [ -76.999184504314997, 38.919913555740607 ] } }, 19 | { "type": "Feature", "properties": { "OBJECTID_1": 14, "OBJECTID": 14.0, "NAME": "Engine 14 Station", "GIS_ID": "Fire_002", "SSL": "PAR 01240155", "ADDRESS": "4801 NORTH CAPITOL STREET NE", "PHONE": "(202) 673-3214", "BFC": 0, "AMBULANCE": 0.0, "RESCSQUAD": 0.0, "MEDICUNIT": 14.0, "TRUCK": 0.0, "SPECIALTY": null, "DETAIL": null, "TYPE": "Other Station", "ENGINE": 14.0, "BATTALION": 1.0, "RENSTATUS": "OPEN", "AID": 288276.0, "REL_UNITS": null, "WEB_URL": "http:\/\/app.fems.dc.gov\/details.asp?cid=58" }, "geometry": { "type": "Point", "coordinates": [ -77.008293639333573, 38.94886630497475 ] } }, 20 | { "type": "Feature", "properties": { "OBJECTID_1": 15, "OBJECTID": 15.0, "NAME": "Engine 15 Station", "GIS_ID": "Fire_031", "SSL": null, "ADDRESS": "2101 14TH STREET SE", "PHONE": "(202) 673-3215", "BFC": 3, "AMBULANCE": 15.0, "RESCSQUAD": 3.0, "MEDICUNIT": 15.0, "TRUCK": 0.0, "SPECIALTY": "Cave-in Unit, RS-3 Support Unit w\/small boat", "DETAIL": "Rescue Squad 3, RS-3 Trench\/Collapse Rescue, Swift Water Rescue, HazMat Ops, Cave-in Unit Support Unit,", "TYPE": "Other Station", "ENGINE": 15.0, "BATTALION": 3.0, "RENSTATUS": "OPEN", "AID": 156246.0, "REL_UNITS": null, "WEB_URL": "http:\/\/app.fems.dc.gov\/details.asp?cid=59" }, "geometry": { "type": "Point", "coordinates": [ -76.986072848081108, 38.864865459690392 ] } }, 21 | { "type": "Feature", "properties": { "OBJECTID_1": 16, "OBJECTID": 16.0, "NAME": "Engine 16 Station", "GIS_ID": "Fire_024", "SSL": null, "ADDRESS": "1018 13TH STREET NW", "PHONE": "(202) 673-3216", "BFC": 6, "AMBULANCE": 16.0, "RESCSQUAD": 0.0, "MEDICUNIT": 0.0, "TRUCK": 3.0, "SPECIALTY": null, "DETAIL": "EMS DC's and BC's Office, EMS Quality Assurance Office", "TYPE": "Other Station", "ENGINE": 16.0, "BATTALION": 6.0, "RENSTATUS": "OPEN", "AID": 240645.0, "REL_UNITS": null, "WEB_URL": "http:\/\/app.fems.dc.gov\/details.asp?cid=60" }, "geometry": { "type": "Point", "coordinates": [ -77.030015614274802, 38.903310666175663 ] } }, 22 | { "type": "Feature", "properties": { "OBJECTID_1": 17, "OBJECTID": 17.0, "NAME": "Engine 17 Station", "GIS_ID": "Fire_008", "SSL": "3929 0018", "ADDRESS": "1227 MONROE STREET NE", "PHONE": "(202) 673-3217", "BFC": 0, "AMBULANCE": 0.0, "RESCSQUAD": 0.0, "MEDICUNIT": 0.0, "TRUCK": 0.0, "SPECIALTY": null, "DETAIL": null, "TYPE": "Other Station", "ENGINE": 17.0, "BATTALION": 1.0, "RENSTATUS": "OPEN", "AID": 294510.0, "REL_UNITS": null, "WEB_URL": "http:\/\/app.fems.dc.gov\/details.asp?cid=61" }, "geometry": { "type": "Point", "coordinates": [ -76.989928206519608, 38.932326221740411 ] } }, 23 | { "type": "Feature", "properties": { "OBJECTID_1": 18, "OBJECTID": 18.0, "NAME": "Engine 18 Station", "GIS_ID": "Fire_020", "SSL": "0925 0826", "ADDRESS": "414 8TH STREET SE", "PHONE": "(202) 673-3218", "BFC": 0, "AMBULANCE": 18.0, "RESCSQUAD": 0.0, "MEDICUNIT": 0.0, "TRUCK": 7.0, "SPECIALTY": null, "DETAIL": null, "TYPE": "Other Station", "ENGINE": 18.0, "BATTALION": 2.0, "RENSTATUS": "OPEN", "AID": 280007.0, "REL_UNITS": null, "WEB_URL": "http:\/\/app.fems.dc.gov\/details.asp?cid=62" }, "geometry": { "type": "Point", "coordinates": [ -76.99463683887987, 38.883259246668977 ] } }, 24 | { "type": "Feature", "properties": { "OBJECTID_1": 19, "OBJECTID": 19.0, "NAME": "Engine 19 Station", "GIS_ID": "Fire_005", "SSL": "5582 0800", "ADDRESS": "2813 PENNSYLVANIA AVENUE SE", "PHONE": "(202) 673-3219", "BFC": 0, "AMBULANCE": 19.0, "RESCSQUAD": 0.0, "MEDICUNIT": 19.0, "TRUCK": 0.0, "SPECIALTY": null, "DETAIL": null, "TYPE": "Other Station", "ENGINE": 19.0, "BATTALION": 3.0, "RENSTATUS": "OPEN", "AID": 44167.0, "REL_UNITS": null, "WEB_URL": "http:\/\/app.fems.dc.gov\/details.asp?cid=63" }, "geometry": { "type": "Point", "coordinates": [ -76.966987286894096, 38.871596039744333 ] } }, 25 | { "type": "Feature", "properties": { "OBJECTID_1": 20, "OBJECTID": 20.0, "NAME": "Engine 20 Station", "GIS_ID": "Fire_016", "SSL": "1783 0804", "ADDRESS": "4300 WISCONSIN AVENUE NW", "PHONE": "(202) 673-3220", "BFC": 5, "AMBULANCE": 20.0, "RESCSQUAD": 5.0, "MEDICUNIT": 0.0, "TRUCK": 12.0, "SPECIALTY": null, "DETAIL": null, "TYPE": "Other Station", "ENGINE": 20.0, "BATTALION": 5.0, "RENSTATUS": "OPEN", "AID": 222965.0, "REL_UNITS": null, "WEB_URL": "http:\/\/app.fems.dc.gov\/details.asp?cid=64" }, "geometry": { "type": "Point", "coordinates": [ -77.07842282793861, 38.944973579725392 ] } }, 26 | { "type": "Feature", "properties": { "OBJECTID_1": 21, "OBJECTID": 21.0, "NAME": "Engine 21 Station", "GIS_ID": "Fire_013", "SSL": "2583 0063", "ADDRESS": "1763 LANIER PLACE NW", "PHONE": "(202) 673-3221", "BFC": 0, "AMBULANCE": 0.0, "RESCSQUAD": 0.0, "MEDICUNIT": 21.0, "TRUCK": 0.0, "SPECIALTY": null, "DETAIL": null, "TYPE": "Other Station", "ENGINE": 21.0, "BATTALION": 5.0, "RENSTATUS": "OPEN", "AID": 236004.0, "REL_UNITS": "Engine 28", "WEB_URL": "http:\/\/app.fems.dc.gov\/details.asp?cid=65" }, "geometry": { "type": "Point", "coordinates": [ -77.042215461127057, 38.924771148178912 ] } }, 27 | { "type": "Feature", "properties": { "OBJECTID_1": 22, "OBJECTID": 22.0, "NAME": "Engine 22 Station", "GIS_ID": "Fire_001", "SSL": "PAR 00870005", "ADDRESS": "5760 GEORGIA AVENUE NW", "PHONE": "(202) 673-3222", "BFC": 0, "AMBULANCE": 22.0, "RESCSQUAD": 0.0, "MEDICUNIT": 0.0, "TRUCK": 11.0, "SPECIALTY": null, "DETAIL": null, "TYPE": "Other Station", "ENGINE": 22.0, "BATTALION": 4.0, "RENSTATUS": "OPEN", "AID": 294612.0, "REL_UNITS": null, "WEB_URL": "http:\/\/app.fems.dc.gov\/details.asp?cid=66" }, "geometry": { "type": "Point", "coordinates": [ -77.028338794074358, 38.959981077443054 ] } }, 28 | { "type": "Feature", "properties": { "OBJECTID_1": 23, "OBJECTID": 23.0, "NAME": "Engine 23 Station", "GIS_ID": "Fire_027", "SSL": "0079 0005", "ADDRESS": "2119 G STREET NW", "PHONE": "(202) 673-3223", "BFC": 0, "AMBULANCE": 23.0, "RESCSQUAD": 0.0, "MEDICUNIT": 0.0, "TRUCK": 0.0, "SPECIALTY": null, "DETAIL": null, "TYPE": "Other Station", "ENGINE": 23.0, "BATTALION": 6.0, "RENSTATUS": "OPEN", "AID": 242505.0, "REL_UNITS": null, "WEB_URL": "http:\/\/app.fems.dc.gov\/details.asp?cid=67" }, "geometry": { "type": "Point", "coordinates": [ -77.047624792973721, 38.898582543543711 ] } }, 29 | { "type": "Feature", "properties": { "OBJECTID_1": 24, "OBJECTID": 24.0, "NAME": "Engine 24 Station", "GIS_ID": "Fire_010", "SSL": "3002 0064", "ADDRESS": "5101 GEORGIA AVENUE NW", "PHONE": "(202) 673-3224", "BFC": 0, "AMBULANCE": 0.0, "RESCSQUAD": 2.0, "MEDICUNIT": 24.0, "TRUCK": 0.0, "SPECIALTY": "RS-2 Support Unit w\/small boat, CAR43, CAR44", "DETAIL": "RS-2 Confined Space Rescue, Swift Water Rescue, HazMat Ops, Office of the Fire Investigators", "TYPE": "Other Station", "ENGINE": 24.0, "BATTALION": 4.0, "RENSTATUS": "OPEN", "AID": 251752.0, "REL_UNITS": null, "WEB_URL": "http:\/\/app.fems.dc.gov\/details.asp?cid=68" }, "geometry": { "type": "Point", "coordinates": [ -77.027032270385334, 38.95214419705281 ] } }, 30 | { "type": "Feature", "properties": { "OBJECTID_1": 25, "OBJECTID": 25.0, "NAME": "Engine 25 Station", "GIS_ID": "Fire_003", "SSL": null, "ADDRESS": "3203 MARTIN LUTHER KING JR AVENUE SE", "PHONE": "(202) 673-3225", "BFC": 0, "AMBULANCE": 25.0, "RESCSQUAD": 0.0, "MEDICUNIT": 0.0, "TRUCK": 0.0, "SPECIALTY": null, "DETAIL": null, "TYPE": "Other Station", "ENGINE": 25.0, "BATTALION": 3.0, "RENSTATUS": "OPEN", "AID": 278344.0, "REL_UNITS": null, "WEB_URL": "http:\/\/app.fems.dc.gov\/details.asp?cid=69" }, "geometry": { "type": "Point", "coordinates": [ -77.000780073377484, 38.843156332407716 ] } }, 31 | { "type": "Feature", "properties": { "OBJECTID_1": 26, "OBJECTID": 26.0, "NAME": "Engine 26 Station", "GIS_ID": "Fire_009", "SSL": "3956 0802", "ADDRESS": "1340 RHODE ISLAND AVENUE NE", "PHONE": "(202) 673-3226", "BFC": 0, "AMBULANCE": 0.0, "RESCSQUAD": 0.0, "MEDICUNIT": 26.0, "TRUCK": 15.0, "SPECIALTY": null, "DETAIL": null, "TYPE": "Other Station", "ENGINE": 26.0, "BATTALION": 1.0, "RENSTATUS": "OPEN", "AID": 294518.0, "REL_UNITS": null, "WEB_URL": "http:\/\/app.fems.dc.gov\/details.asp?cid=70" }, "geometry": { "type": "Point", "coordinates": [ -76.986768180795181, 38.924786580683694 ] } }, 32 | { "type": "Feature", "properties": { "OBJECTID_1": 27, "OBJECTID": 27.0, "NAME": "Engine 27 Station", "GIS_ID": "Fire_007", "SSL": "5076 0800", "ADDRESS": "4201 MINNESOTA AVENUE NE", "PHONE": "(202) 673-3227", "BFC": 0, "AMBULANCE": 27.0, "RESCSQUAD": 0.0, "MEDICUNIT": 27.0, "TRUCK": 0.0, "SPECIALTY": null, "DETAIL": null, "TYPE": "Other Station", "ENGINE": 27.0, "BATTALION": 2.0, "RENSTATUS": "OPEN", "AID": 294591.0, "REL_UNITS": null, "WEB_URL": "http:\/\/app.fems.dc.gov\/details.asp?cid=71" }, "geometry": { "type": "Point", "coordinates": [ -76.943247690616587, 38.901084321573528 ] } }, 33 | { "type": "Feature", "properties": { "OBJECTID_1": 28, "OBJECTID": 28.0, "NAME": "Engine 28 Station", "GIS_ID": "Fire_014", "SSL": "2068 0809", "ADDRESS": "3522 CONNECTICUT AVENUE NW", "PHONE": "(202) 673-3228", "BFC": 0, "AMBULANCE": 0.0, "RESCSQUAD": 0.0, "MEDICUNIT": 0.0, "TRUCK": 0.0, "SPECIALTY": null, "DETAIL": null, "TYPE": "Other Station", "ENGINE": 28.0, "BATTALION": 5.0, "RENSTATUS": "CLOSED", "AID": 220960.0, "REL_UNITS": null, "WEB_URL": "http:\/\/app.fems.dc.gov\/details.asp?cid=72" }, "geometry": { "type": "Point", "coordinates": [ -77.059403570168868, 38.936344758335885 ] } }, 34 | { "type": "Feature", "properties": { "OBJECTID_1": 29, "OBJECTID": 29.0, "NAME": "Engine 29 Station", "GIS_ID": "Fire_017", "SSL": "1372 0808", "ADDRESS": "4811 MACARTHUR BOULEVARD NW", "PHONE": "(202) 673-3229", "BFC": 0, "AMBULANCE": 0.0, "RESCSQUAD": 0.0, "MEDICUNIT": 0.0, "TRUCK": 5.0, "SPECIALTY": null, "DETAIL": null, "TYPE": "Other Station", "ENGINE": 29.0, "BATTALION": 5.0, "RENSTATUS": "OPEN", "AID": 284959.0, "REL_UNITS": null, "WEB_URL": "http:\/\/app.fems.dc.gov\/details.asp?cid=73" }, "geometry": { "type": "Point", "coordinates": [ -77.09352362952248, 38.915565015395586 ] } }, 35 | { "type": "Feature", "properties": { "OBJECTID_1": 30, "OBJECTID": 30.0, "NAME": "Engine 30 Station", "GIS_ID": "Fire_006", "SSL": "5140 0810", "ADDRESS": "50 49TH STREET NE", "PHONE": "(202) 673-3230", "BFC": 0, "AMBULANCE": 30.0, "RESCSQUAD": 0.0, "MEDICUNIT": 30.0, "TRUCK": 17.0, "SPECIALTY": null, "DETAIL": null, "TYPE": "Other Station", "ENGINE": 30.0, "BATTALION": 2.0, "RENSTATUS": "OPEN", "AID": 156317.0, "REL_UNITS": null, "WEB_URL": "http:\/\/app.fems.dc.gov\/details.asp?cid=74" }, "geometry": { "type": "Point", "coordinates": [ -76.933396361306308, 38.890695085319173 ] } }, 36 | { "type": "Feature", "properties": { "OBJECTID_1": 31, "OBJECTID": 31.0, "NAME": "Engine 31 Station", "GIS_ID": "Fire_015", "SSL": "1983 0807", "ADDRESS": "4930 CONNECTICUT AVENUE NW", "PHONE": "(202) 673-3231", "BFC": 0, "AMBULANCE": 0.0, "RESCSQUAD": 0.0, "MEDICUNIT": 31.0, "TRUCK": 14.0, "SPECIALTY": null, "DETAIL": null, "TYPE": "Other Station", "ENGINE": 31.0, "BATTALION": 5.0, "RENSTATUS": "OPEN", "AID": 294604.0, "REL_UNITS": null, "WEB_URL": "http:\/\/app.fems.dc.gov\/details.asp?cid=75" }, "geometry": { "type": "Point", "coordinates": [ -77.06991020274036, 38.954240210690664 ] } }, 37 | { "type": "Feature", "properties": { "OBJECTID_1": 32, "OBJECTID": 32.0, "NAME": "Engine 32 Station", "GIS_ID": "Fire_004", "SSL": "5845 0833", "ADDRESS": "2425 IRVING STREET SE", "PHONE": "(202) 673-3232", "BFC": 0, "AMBULANCE": 32.0, "RESCSQUAD": 0.0, "MEDICUNIT": 0.0, "TRUCK": 16.0, "SPECIALTY": "EMS 3", "DETAIL": "Emergency Medical Supervisor 3", "TYPE": "Other Station", "ENGINE": 32.0, "BATTALION": 3.0, "RENSTATUS": "OPEN", "AID": 47304.0, "REL_UNITS": null, "WEB_URL": "http:\/\/app.fems.dc.gov\/details.asp?cid=76" }, "geometry": { "type": "Point", "coordinates": [ -76.971365911508414, 38.85263997351904 ] } }, 38 | { "type": "Feature", "properties": { "OBJECTID_1": 33, "OBJECTID": 34.0, "NAME": "Fire Boats 1, 2, and 3", "GIS_ID": "Fire_033", "SSL": null, "ADDRESS": "550 WATER STREET SW", "PHONE": "(202) 673-3200", "BFC": 0, "AMBULANCE": 0.0, "RESCSQUAD": 0.0, "MEDICUNIT": 0.0, "TRUCK": 0.0, "SPECIALTY": "Fire Boat Support Unit", "DETAIL": null, "TYPE": "Other Station", "ENGINE": 0.0, "BATTALION": 6.0, "RENSTATUS": "OPEN", "AID": 294491.0, "REL_UNITS": null, "WEB_URL": "http:\/\/app.fems.dc.gov\/details.asp?cid=78" }, "geometry": { "type": "Point", "coordinates": [ -77.020849176738196, 38.87387472748275 ] } }, 39 | { "type": "Feature", "properties": { "OBJECTID_1": 34, "OBJECTID": 35.0, "NAME": "HQ Fire and Emergency Medical Servic", "GIS_ID": "Fire_034", "SSL": null, "ADDRESS": "1923 VERMONT AVENUE NW", "PHONE": "(202) 673-3320", "BFC": 0, "AMBULANCE": 0.0, "RESCSQUAD": 0.0, "MEDICUNIT": 0.0, "TRUCK": 0.0, "SPECIALTY": null, "DETAIL": "Old Grimke School", "TYPE": "HeadQuarters", "ENGINE": 0.0, "BATTALION": 4.0, "RENSTATUS": "OPEN", "AID": 239514.0, "REL_UNITS": null, "WEB_URL": "http:\/\/app.fems.dc.gov\/details.asp?cid=83" }, "geometry": { "type": "Point", "coordinates": [ -77.025366440350069, 38.916291979417934 ] } }, 40 | { "type": "Feature", "properties": { "OBJECTID_1": 35, "OBJECTID": 13.0, "NAME": "Engine 13 Station", "GIS_ID": "Fire_023", "SSL": "0494 0028", "ADDRESS": "450 6TH STREET SW", "PHONE": "(202) 673-3213", "BFC": 0, "AMBULANCE": 13.0, "RESCSQUAD": 0.0, "MEDICUNIT": 0.0, "TRUCK": 10.0, "SPECIALTY": "Foam Unit 1 & 2, Twinned Agent Unit 1, Truck 10 w\/135 foot ladder", "DETAIL": null, "TYPE": "Other Station", "ENGINE": 13.0, "BATTALION": 6.0, "RENSTATUS": "OPEN", "AID": 294488.0, "REL_UNITS": null, "WEB_URL": "http:\/\/app.fems.dc.gov\/details.asp?cid=57" }, "geometry": { "type": "Point", "coordinates": [ -77.019392655940365, 38.883606384340887 ] } } 41 | ] 42 | } 43 | -------------------------------------------------------------------------------- /metro-stations.geojson: -------------------------------------------------------------------------------- 1 | { 2 | "type": "FeatureCollection", 3 | "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, 4 | 5 | "features": [ 6 | { "type": "Feature", "properties": { "OBJECTID_1": 29, "OBJECTID_2": 34.0, "OBJECTID": 34.0, "GIS_ID": "mstn_081", "NAME": "Van Dorn Street", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=94", "ADDRESS": "5690 EISENHOWER AVENUE, ALEXANDRIA, VA", "LINE": "blue" }, "geometry": { "type": "Point", "coordinates": [ -77.129111523705149, 38.79930767201779 ] } }, 7 | { "type": "Feature", "properties": { "OBJECTID_1": 30, "OBJECTID_2": 35.0, "OBJECTID": 35.0, "GIS_ID": "mstn_083", "NAME": "Franconia-Springfield", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=95", "ADDRESS": "6880 FRONTIER DRIVE, SPRINGFIELD, VA", "LINE": "blue" }, "geometry": { "type": "Point", "coordinates": [ -77.167970180426664, 38.766521892689916 ] } }, 8 | { "type": "Feature", "properties": { "OBJECTID_1": 31, "OBJECTID_2": 37.0, "OBJECTID": 37.0, "GIS_ID": "mstn_014", "NAME": "Federal Center SW", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=58", "ADDRESS": "401 3RD STREET SW, WASHINGTON, DC", "LINE": "blue, orange" }, "geometry": { "type": "Point", "coordinates": [ -77.015868216945208, 38.885072355144786 ] } }, 9 | { "type": "Feature", "properties": { "OBJECTID_1": 32, "OBJECTID_2": 38.0, "OBJECTID": 38.0, "GIS_ID": "mstn_021", "NAME": "Judiciary Sq", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=23", "ADDRESS": "450 F STREET NW, WASHINGTON, DC", "LINE": "red" }, "geometry": { "type": "Point", "coordinates": [ -77.016638956625869, 38.896090317663166 ] } }, 10 | { "type": "Feature", "properties": { "OBJECTID_1": 33, "OBJECTID_2": 39.0, "OBJECTID": 39.0, "GIS_ID": "mstn_005", "NAME": "Capitol South", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=59", "ADDRESS": "355 1ST STREET SE, WASHINGTON, DC", "LINE": "blue, orange" }, "geometry": { "type": "Point", "coordinates": [ -77.005139419927374, 38.885062500925002 ] } }, 11 | { "type": "Feature", "properties": { "OBJECTID_1": 34, "OBJECTID_2": 41.0, "OBJECTID": 41.0, "GIS_ID": "mstn_024", "NAME": "Metro Center", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=1", "ADDRESS": "607 13TH STREET NW, WASHINGTON, DC", "LINE": "red, blue, orange" }, "geometry": { "type": "Point", "coordinates": [ -77.028077997180688, 38.898314473213183 ] } }, 12 | { "type": "Feature", "properties": { "OBJECTID_1": 35, "OBJECTID_2": 42.0, "OBJECTID": 42.0, "GIS_ID": "mstn_019", "NAME": "Gallery Pl-Chinatown", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=21", "ADDRESS": "630 H STREET NW, WASHINGTON, DC", "LINE": "red, green, yellow" }, "geometry": { "type": "Point", "coordinates": [ -77.021915390423786, 38.898316809796611 ] } }, 13 | { "type": "Feature", "properties": { "OBJECTID_1": 36, "OBJECTID_2": 43.0, "OBJECTID": 43.0, "GIS_ID": "mstn_026", "NAME": "Mt Vernon Sq - 7th St Convention Center", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=70", "ADDRESS": "700 M STREET NW, WASHINGTON, DC", "LINE": "green, yellow" }, "geometry": { "type": "Point", "coordinates": [ -77.021914380386491, 38.906436814951725 ] } }, 14 | { "type": "Feature", "properties": { "OBJECTID_1": 37, "OBJECTID_2": 44.0, "OBJECTID": 44.0, "GIS_ID": "mstn_036", "NAME": "U St\/African-Amer Civil War Memorial\/Cardozo", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=73", "ADDRESS": "1300 U STREET NW, WASHINGTON, DC", "LINE": "green, yellow" }, "geometry": { "type": "Point", "coordinates": [ -77.027495892948906, 38.917002399244261 ] } }, 15 | { "type": "Feature", "properties": { "OBJECTID_1": 38, "OBJECTID_2": 46.0, "OBJECTID": 46.0, "GIS_ID": "mstn_037", "NAME": "Union Station", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=25", "ADDRESS": "701 1ST STREET NE, WASHINGTON, DC", "LINE": "red" }, "geometry": { "type": "Point", "coordinates": [ -77.007414292199854, 38.897766039235243 ] } }, 16 | { "type": "Feature", "properties": { "OBJECTID_1": 39, "OBJECTID_2": 47.0, "OBJECTID": 47.0, "GIS_ID": "mstn_008", "NAME": "Congress Heights", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=86", "ADDRESS": "1290 ALABAMA AVENUE SE, WASHINGTON, DC", "LINE": "green" }, "geometry": { "type": "Point", "coordinates": [ -76.988511932607153, 38.845657702875108 ] } }, 17 | { "type": "Feature", "properties": { "OBJECTID_1": 40, "OBJECTID_2": 48.0, "OBJECTID": 48.0, "GIS_ID": "mstn_074", "NAME": "Naylor Road", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=87", "ADDRESS": "3101 BRANCH AVENUE, TEMPLE HILLS, MD", "LINE": "green" }, "geometry": { "type": "Point", "coordinates": [ -76.956262709453142, 38.851301383586701 ] } }, 18 | { "type": "Feature", "properties": { "OBJECTID_1": 41, "OBJECTID_2": 49.0, "OBJECTID": 49.0, "GIS_ID": "mstn_075", "NAME": "Suitland", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=88", "ADDRESS": "4500 SILVER HILL ROAD, SUITLAND, MD", "LINE": "green" }, "geometry": { "type": "Point", "coordinates": [ -76.931870158952989, 38.843964554416793 ] } }, 19 | { "type": "Feature", "properties": { "OBJECTID_1": 42, "OBJECTID_2": 51.0, "OBJECTID": 51.0, "GIS_ID": "mstn_077", "NAME": "Branch Ave", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=89", "ADDRESS": "4704 OLD SOPER ROAD, SUITLAND, MD", "LINE": "green" }, "geometry": { "type": "Point", "coordinates": [ -76.911464217738839, 38.826446348320779 ] } }, 20 | { "type": "Feature", "properties": { "OBJECTID_1": 43, "OBJECTID_2": 52.0, "OBJECTID": 52.0, "GIS_ID": "mstn_078", "NAME": "Braddock Road", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=47", "ADDRESS": "700 N. WEST ST., ALEXANDRIA, VA", "LINE": "blue, yellow" }, "geometry": { "type": "Point", "coordinates": [ -77.053667574062644, 38.814143667289009 ] } }, 21 | { "type": "Feature", "properties": { "OBJECTID_1": 44, "OBJECTID_2": 53.0, "OBJECTID": 53.0, "GIS_ID": "mstn_079", "NAME": "King St - Old Town", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=48", "ADDRESS": "1900 KING STREET, ALEXANDRIA, VA", "LINE": "blue, yellow" }, "geometry": { "type": "Point", "coordinates": [ -77.060811208545985, 38.806586117247996 ] } }, 22 | { "type": "Feature", "properties": { "OBJECTID_1": 45, "OBJECTID_2": 54.0, "OBJECTID": 54.0, "GIS_ID": "mstn_080", "NAME": "Eisenhower Ave", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=49", "ADDRESS": "2400 EISENHOWER AVENUE, ALEXANDRIA, VA", "LINE": "yellow" }, "geometry": { "type": "Point", "coordinates": [ -77.070874389314582, 38.800425449701244 ] } }, 23 | { "type": "Feature", "properties": { "OBJECTID_1": 46, "OBJECTID_2": 55.0, "OBJECTID": 55.0, "GIS_ID": "mstn_082", "NAME": "Huntington", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=50", "ADDRESS": "2701 HUNTINGTON AVENUE, ALEXANDRIA, VA", "LINE": "yellow" }, "geometry": { "type": "Point", "coordinates": [ -77.075205789148995, 38.793915852906736 ] } }, 24 | { "type": "Feature", "properties": { "OBJECTID_1": 47, "OBJECTID_2": 56.0, "OBJECTID": 56.0, "GIS_ID": "mstn_001", "NAME": "Anacostia", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=85", "ADDRESS": "1101 HOWARD ROAD SE, WASHINGTON, DC", "LINE": "green" }, "geometry": { "type": "Point", "coordinates": [ -76.995370738754374, 38.862963116801595 ] } }, 25 | { "type": "Feature", "properties": { "OBJECTID_1": 48, "OBJECTID_2": 57.0, "OBJECTID": 57.0, "GIS_ID": "mstn_011", "NAME": "Eastern Market", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=60", "ADDRESS": "701 PENNSYLVANIA AVENUE SE, WASHINGTON, DC", "LINE": "blue, orange" }, "geometry": { "type": "Point", "coordinates": [ -76.996001126716422, 38.884622260842676 ] } }, 26 | { "type": "Feature", "properties": { "OBJECTID_1": 49, "OBJECTID_2": 58.0, "OBJECTID": 58.0, "GIS_ID": "mstn_029", "NAME": "Potomac Ave", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=61", "ADDRESS": "700 14TH STREET SE, WASHINGTON, DC", "LINE": "blue, orange" }, "geometry": { "type": "Point", "coordinates": [ -76.98549531965503, 38.881263273633166 ] } }, 27 | { "type": "Feature", "properties": { "OBJECTID_1": 50, "OBJECTID_2": 59.0, "OBJECTID": 59.0, "GIS_ID": "mstn_033", "NAME": "Stadium Armory", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=63", "ADDRESS": "192 19TH STREET SE, WASHINGTON, DC", "LINE": "blue, orange" }, "geometry": { "type": "Point", "coordinates": [ -76.977088901442215, 38.886709089842839 ] } }, 28 | { "type": "Feature", "properties": { "OBJECTID_1": 51, "OBJECTID_2": 60.0, "OBJECTID": 60.0, "GIS_ID": "mstn_030", "NAME": "Rhode Island Ave", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=26", "ADDRESS": "919 RHODE ISLAND AVENUE NE, WASHINGTON, DC", "LINE": "red" }, "geometry": { "type": "Point", "coordinates": [ -76.995936916664107, 38.921059689186336 ] } }, 29 | { "type": "Feature", "properties": { "OBJECTID_1": 52, "OBJECTID_2": 61.0, "OBJECTID": 61.0, "GIS_ID": "mstn_025", "NAME": "Minnesota Ave", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=64", "ADDRESS": "400 MINNESOTA AVENUE NE, WASHINGTON, DC", "LINE": "orange" }, "geometry": { "type": "Point", "coordinates": [ -76.946747733640166, 38.899191223089012 ] } }, 30 | { "type": "Feature", "properties": { "OBJECTID_1": 53, "OBJECTID_2": 62.0, "OBJECTID": 62.0, "GIS_ID": "mstn_038", "NAME": "Van Ness-UDC", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=9", "ADDRESS": "4200 CONNECTICUT AVENUE NW, WASHINGTON, DC", "LINE": "red" }, "geometry": { "type": "Point", "coordinates": [ -77.062986180519047, 38.943265288322451 ] } }, 31 | { "type": "Feature", "properties": { "OBJECTID_1": 54, "OBJECTID_2": 63.0, "OBJECTID": 63.0, "GIS_ID": "mstn_006", "NAME": "Cleveland Park", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=8", "ADDRESS": "3599 CONNECTICUT AVENUE NW, WASHINGTON, DC", "LINE": "red" }, "geometry": { "type": "Point", "coordinates": [ -77.058042519133451, 38.934762890805423 ] } }, 32 | { "type": "Feature", "properties": { "OBJECTID_1": 55, "OBJECTID_2": 64.0, "OBJECTID": 64.0, "GIS_ID": "mstn_007", "NAME": "Columbia Heights", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=75", "ADDRESS": "3030 14TH STREET NW, WASHINGTON, DC", "LINE": "green, yellow" }, "geometry": { "type": "Point", "coordinates": [ -77.032552117711731, 38.927837967523303 ] } }, 33 | { "type": "Feature", "properties": { "OBJECTID_1": 84, "OBJECTID_2": 74.0, "OBJECTID": 74.0, "GIS_ID": "mstn_053", "NAME": "College Park-U of Md", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=79", "ADDRESS": "4931 CALVERT ROAD, COLLEGE PARK, MD", "LINE": "green" }, "geometry": { "type": "Point", "coordinates": [ -76.928124981870738, 38.978633633966858 ] } }, 34 | { "type": "Feature", "properties": { "OBJECTID_1": 85, "OBJECTID_2": 79.0, "OBJECTID": 79.0, "GIS_ID": "mstn_084", "NAME": "Capitol Heights", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=91", "ADDRESS": "133 CENTRAL AVENUE, CAPITOL HEIGHTS, MD", "LINE": "blue" }, "geometry": { "type": "Point", "coordinates": [ -76.911808114522216, 38.889465856872334 ] } }, 35 | { "type": "Feature", "properties": { "OBJECTID_1": 86, "OBJECTID_2": 84.0, "OBJECTID": 84.0, "GIS_ID": "mstn_085", "NAME": "Morgan Boulevard", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=110", "ADDRESS": "300 GARRETT MORGAN BLVD., LANDOVER, MD", "LINE": "blue" }, "geometry": { "type": "Point", "coordinates": [ -76.868074768139039, 38.893834928214737 ] } }, 36 | { "type": "Feature", "properties": { "OBJECTID_1": 56, "OBJECTID_2": 65.0, "OBJECTID": 65.0, "GIS_ID": "mstn_020", "NAME": "Georgia Ave Petworth", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=76", "ADDRESS": "3700 GEORGIA AVENUE NW, WASHINGTON, DC", "LINE": "green, yellow" }, "geometry": { "type": "Point", "coordinates": [ -77.023460904081375, 38.937434630144779 ] } }, 37 | { "type": "Feature", "properties": { "OBJECTID_1": 57, "OBJECTID_2": 66.0, "OBJECTID": 66.0, "GIS_ID": "mstn_034", "NAME": "Takoma", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=29", "ADDRESS": "327 CEDAR STREET NW, WASHINGTON, DC", "LINE": "red" }, "geometry": { "type": "Point", "coordinates": [ -77.018176698710633, 38.97607853106706 ] } }, 38 | { "type": "Feature", "properties": { "OBJECTID_1": 58, "OBJECTID_2": 67.0, "OBJECTID": 67.0, "GIS_ID": "mstn_044", "NAME": "Glenmont", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=34", "ADDRESS": "12501 GEORGIA AVENUE, SILVER SPRING, MD", "LINE": "red" }, "geometry": { "type": "Point", "coordinates": [ -77.053557359359772, 39.061783765530329 ] } }, 39 | { "type": "Feature", "properties": { "OBJECTID_1": 59, "OBJECTID_2": 68.0, "OBJECTID": 68.0, "GIS_ID": "mstn_046", "NAME": "Wheaton", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=33", "ADDRESS": "11171 GEORGIA AVENUE, SILVER SPRING, MD", "LINE": "red" }, "geometry": { "type": "Point", "coordinates": [ -77.050107053526517, 39.037527143674417 ] } }, 40 | { "type": "Feature", "properties": { "OBJECTID_1": 60, "OBJECTID_2": 69.0, "OBJECTID": 69.0, "GIS_ID": "mstn_048", "NAME": "Forest Glen", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=32", "ADDRESS": "9730 GEORGIA AVENUE, FOREST GLEN, MD", "LINE": "red" }, "geometry": { "type": "Point", "coordinates": [ -77.042916554896138, 39.014954275278349 ] } }, 41 | { "type": "Feature", "properties": { "OBJECTID_1": 61, "OBJECTID_2": 71.0, "OBJECTID": 71.0, "GIS_ID": "mstn_051", "NAME": "Silver Spring", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=31", "ADDRESS": "8400 COLESVILLE ROAD, SILVER SPRING, MD", "LINE": "red" }, "geometry": { "type": "Point", "coordinates": [ -77.031017826818911, 38.993949374768448 ] } }, 42 | { "type": "Feature", "properties": { "OBJECTID_1": 62, "OBJECTID_2": 72.0, "OBJECTID": 72.0, "GIS_ID": "mstn_004", "NAME": "Brookland-CUA", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=27", "ADDRESS": "801 MICHIGAN AVENUE NE, WASHINGTON, DC", "LINE": "red" }, "geometry": { "type": "Point", "coordinates": [ -76.994534285100485, 38.933210991353711 ] } }, 43 | { "type": "Feature", "properties": { "OBJECTID_1": 63, "OBJECTID_2": 73.0, "OBJECTID": 73.0, "GIS_ID": "mstn_017", "NAME": "Fort Totten", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=28", "ADDRESS": "550 GALLOWAY STREET NE, WASHINGTON, DC", "LINE": "red, green,yellow" }, "geometry": { "type": "Point", "coordinates": [ -77.002203076808343, 38.951846767589863 ] } }, 44 | { "type": "Feature", "properties": { "OBJECTID_1": 64, "OBJECTID_2": 75.0, "OBJECTID": 75.0, "GIS_ID": "mstn_054", "NAME": "Prince George's Plaza", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=78", "ADDRESS": "3575 EAST WEST HIGHWAY, HYATTSVILLE, MD", "LINE": "green" }, "geometry": { "type": "Point", "coordinates": [ -76.955881507881827, 38.965385445855823 ] } }, 45 | { "type": "Feature", "properties": { "OBJECTID_1": 65, "OBJECTID_2": 76.0, "OBJECTID": 76.0, "GIS_ID": "mstn_055", "NAME": "West Hyattsville", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=77", "ADDRESS": "2700 HAMILTON ST., HYATTSVILLE, MD", "LINE": "green" }, "geometry": { "type": "Point", "coordinates": [ -76.969576675103596, 38.955040170722334 ] } }, 46 | { "type": "Feature", "properties": { "OBJECTID_1": 66, "OBJECTID_2": 77.0, "OBJECTID": 77.0, "GIS_ID": "mstn_003", "NAME": "Benning Road", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=90", "ADDRESS": "4500 BENNING ROAD NE, WASHINGTON, DC", "LINE": "blue" }, "geometry": { "type": "Point", "coordinates": [ -76.938364868124154, 38.890975676002689 ] } }, 47 | { "type": "Feature", "properties": { "OBJECTID_1": 67, "OBJECTID_2": 78.0, "OBJECTID": 78.0, "GIS_ID": "mstn_062", "NAME": "Addison Road Seat Pleasant", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=92", "ADDRESS": "100 ADDISON ROAD S., CAPITOL HEIGHTS, MD", "LINE": "blue" }, "geometry": { "type": "Point", "coordinates": [ -76.894107910008088, 38.886747816832674 ] } }, 48 | { "type": "Feature", "properties": { "OBJECTID_1": 68, "OBJECTID_2": 80.0, "OBJECTID": 80.0, "GIS_ID": "mstn_009", "NAME": "Deanwood", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=65", "ADDRESS": "4720 MINNESOTA AVENUE NE, WASHINGTON, DC", "LINE": "orange" }, "geometry": { "type": "Point", "coordinates": [ -76.93525678304978, 38.908178496517216 ] } }, 49 | { "type": "Feature", "properties": { "OBJECTID_1": 69, "OBJECTID_2": 81.0, "OBJECTID": 81.0, "GIS_ID": "mstn_056", "NAME": "New Carrollton", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=68", "ADDRESS": "4700 GARDEN CITY DRIVE, NEW CARROLLTON, MD", "LINE": "orange" }, "geometry": { "type": "Point", "coordinates": [ -76.871841286556716, 38.947784855832978 ] } }, 50 | { "type": "Feature", "properties": { "OBJECTID_1": 70, "OBJECTID_2": 82.0, "OBJECTID": 82.0, "GIS_ID": "mstn_057", "NAME": "Landover", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=67", "ADDRESS": "3000 PENNSY DRIVE, HYATTSVILLE, MD", "LINE": "orange" }, "geometry": { "type": "Point", "coordinates": [ -76.891197967609301, 38.933506234453759 ] } }, 51 | { "type": "Feature", "properties": { "OBJECTID_1": 71, "OBJECTID_2": 83.0, "OBJECTID": 83.0, "GIS_ID": "mstn_058", "NAME": "Cheverly", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=66", "ADDRESS": "5501 COLUMBIA PARK, CHEVERLY, MD \r\n", "LINE": "orange" }, "geometry": { "type": "Point", "coordinates": [ -76.916628044053667, 38.916631854659755 ] } }, 52 | { "type": "Feature", "properties": { "OBJECTID_1": 72, "OBJECTID_2": 85.0, "OBJECTID": 85.0, "GIS_ID": "mstn_084", "NAME": "Largo Town Center", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=109", "ADDRESS": "LARGO TOWN CENTER, 9000 LOTTSFORD ROAD, LARGO, MD", "LINE": "blue" }, "geometry": { "type": "Point", "coordinates": [ -76.842037520224778, 38.905068807210085 ] } }, 53 | { "type": "Feature", "properties": { "OBJECTID_1": 73, "OBJECTID_2": 86.0, "OBJECTID": 86.0, "GIS_ID": "mstn_028", "NAME": "NoMa - Gallaudet U", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=108", "ADDRESS": "200 FLORIDA AVENUE NE, WASHINGTON, DC", "LINE": "red" }, "geometry": { "type": "Point", "coordinates": [ -77.003020447276228, 38.9070162121509 ] } }, 54 | { "type": "Feature", "properties": { "OBJECTID_1": 74, "OBJECTID_2": 14.0, "OBJECTID": 14.0, "GIS_ID": "mstn_060", "NAME": "Rosslyn", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=41", "ADDRESS": "1850 N. MOORE STREET, ARLINGTON, VA", "LINE": "blue, orange" }, "geometry": { "type": "Point", "coordinates": [ -77.070908685385035, 38.895979096283092 ] } }, 55 | { "type": "Feature", "properties": { "OBJECTID_1": 75, "OBJECTID_2": 18.0, "OBJECTID": 18.0, "GIS_ID": "mstn_065", "NAME": "Arlington|Cemetery", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=42", "ADDRESS": "1000 NORTH MEMORIAL DRIVE, ARLINGTON, VA", "LINE": "blue" }, "geometry": { "type": "Point", "coordinates": [ -77.062810129140374, 38.884686858522919 ] } }, 56 | { "type": "Feature", "properties": { "OBJECTID_1": 76, "OBJECTID_2": 23.0, "OBJECTID": 23.0, "GIS_ID": "mstn_010", "NAME": "Dupont Circle", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=6", "ADDRESS": "1525 20TH STREET NW, WASHINGTON, DC", "LINE": "red" }, "geometry": { "type": "Point", "coordinates": [ -77.04341435972708, 38.909598057571763 ] } }, 57 | { "type": "Feature", "properties": { "OBJECTID_1": 77, "OBJECTID_2": 27.0, "OBJECTID": 27.0, "GIS_ID": "mstn_070", "NAME": "Pentagon", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=43", "ADDRESS": "2 SOUTH ROTARY ROAD, ARLINGTON, VA", "LINE": "blue, yellow" }, "geometry": { "type": "Point", "coordinates": [ -77.053715673431938, 38.869462701258364 ] } }, 58 | { "type": "Feature", "properties": { "OBJECTID_1": 78, "OBJECTID_2": 32.0, "OBJECTID": 32.0, "GIS_ID": "mstn_072", "NAME": "Crystal City", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=45", "ADDRESS": "1750 SOUTH CLARK ST., ARLINGTON, VA", "LINE": "blue, yellow" }, "geometry": { "type": "Point", "coordinates": [ -77.050289809708573, 38.857904320437974 ] } }, 59 | { "type": "Feature", "properties": { "OBJECTID_1": 79, "OBJECTID_2": 36.0, "OBJECTID": 36.0, "GIS_ID": "mstn_027", "NAME": "Navy Yard - Ballpark", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=84", "ADDRESS": "200 M STREET SE, WASHINGTON, DC", "LINE": "green" }, "geometry": { "type": "Point", "coordinates": [ -77.005085651369441, 38.876481084906793 ] } }, 60 | { "type": "Feature", "properties": { "OBJECTID_1": 80, "OBJECTID_2": 40.0, "OBJECTID": 40.0, "GIS_ID": "mstn_023", "NAME": "McPherson Sq", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=36", "ADDRESS": "1400 I STREET NW, WASHINGTON, DC", "LINE": "blue, orange" }, "geometry": { "type": "Point", "coordinates": [ -77.033634172125119, 38.90133279688736 ] } }, 61 | { "type": "Feature", "properties": { "OBJECTID_1": 81, "OBJECTID_2": 45.0, "OBJECTID": 45.0, "GIS_ID": "mstn_031", "NAME": "Shaw-Howard Univ", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=72", "ADDRESS": "1701 8TH STREET NW, WASHINGTON, DC", "LINE": "green, yellow" }, "geometry": { "type": "Point", "coordinates": [ -77.021911700785637, 38.913476871164647 ] } }, 62 | { "type": "Feature", "properties": { "OBJECTID_1": 82, "OBJECTID_2": 50.0, "OBJECTID": 50.0, "GIS_ID": "mstn_076", "NAME": "Southern Ave", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=107", "ADDRESS": "1411 SOUTHERN AVENUE, TEMPLE HILLS, MD", "LINE": "green" }, "geometry": { "type": "Point", "coordinates": [ -76.975054138872835, 38.841085780329024 ] } }, 63 | { "type": "Feature", "properties": { "OBJECTID_1": 83, "OBJECTID_2": 70.0, "OBJECTID": 70.0, "GIS_ID": "mstn_049", "NAME": "Greenbelt", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=80", "ADDRESS": "5717 GREENBELT METRO DRIVE, GREENBELT, MD", "LINE": "green" }, "geometry": { "type": "Point", "coordinates": [ -76.911057573134926, 39.011145860514269 ] } }, 64 | { "type": "Feature", "properties": { "OBJECTID_1": 1, "OBJECTID_2": 1.0, "OBJECTID": 1.0, "GIS_ID": "mstn_035", "NAME": "Tenleytown-AU", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=10", "ADDRESS": "4501 WISCONSIN AVENUE NW, WASHINGTON, DC", "LINE": "red" }, "geometry": { "type": "Point", "coordinates": [ -77.079587325532529, 38.948851435144867 ] } }, 65 | { "type": "Feature", "properties": { "OBJECTID_1": 2, "OBJECTID_2": 2.0, "OBJECTID": 2.0, "GIS_ID": "mstn_059", "NAME": "West Falls Church VT\/UVA", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=101", "ADDRESS": "7040 HAYCOCK ROAD, FALLS CHURCH, VA", "LINE": "orange" }, "geometry": { "type": "Point", "coordinates": [ -77.189094822597582, 38.900780551032852 ] } }, 66 | { "type": "Feature", "properties": { "OBJECTID_1": 3, "OBJECTID_2": 3.0, "OBJECTID": 3.0, "GIS_ID": "mstn_067", "NAME": "Dunn Loring Merrifield", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=102", "ADDRESS": "2700 GALLOWS ROAD, VIENNA, VA", "LINE": "orange" }, "geometry": { "type": "Point", "coordinates": [ -77.227160672115161, 38.883625135954759 ] } }, 67 | { "type": "Feature", "properties": { "OBJECTID_1": 4, "OBJECTID_2": 4.0, "OBJECTID": 4.0, "GIS_ID": "mstn_069", "NAME": "Vienna Fairfax-GMU", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=103", "ADDRESS": "2900 NUTLEY ST., FAIRFAX, VA", "LINE": "orange" }, "geometry": { "type": "Point", "coordinates": [ -77.272622256927747, 38.877601123856635 ] } }, 68 | { "type": "Feature", "properties": { "OBJECTID_1": 5, "OBJECTID_2": 5.0, "OBJECTID": 5.0, "GIS_ID": "mstn_018", "NAME": "Friendship Heights", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=11", "ADDRESS": "5337 WISCONSIN AVENUE NW, WASHINGTON, DC", "LINE": "red" }, "geometry": { "type": "Point", "coordinates": [ -77.084995805039512, 38.959483873675715 ] } }, 69 | { "type": "Feature", "properties": { "OBJECTID_1": 6, "OBJECTID_2": 6.0, "OBJECTID": 6.0, "GIS_ID": "mstn_041", "NAME": "Shady Grove", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=18", "ADDRESS": "15903 SOMERVILLE DRIVE, DERWOOD, MD", "LINE": "red" }, "geometry": { "type": "Point", "coordinates": [ -77.164627334378423, 39.11992732498129 ] } }, 70 | { "type": "Feature", "properties": { "OBJECTID_1": 7, "OBJECTID_2": 7.0, "OBJECTID": 7.0, "GIS_ID": "mstn_042", "NAME": "Rockville", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=17", "ADDRESS": "251 HUNGERFORD DRIVE, ROCKVILLE, MD", "LINE": "red" }, "geometry": { "type": "Point", "coordinates": [ -77.146125339284836, 39.084321607556745 ] } }, 71 | { "type": "Feature", "properties": { "OBJECTID_1": 8, "OBJECTID_2": 8.0, "OBJECTID": 8.0, "GIS_ID": "mstn_043", "NAME": "Twinbrook", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=16", "ADDRESS": "1600 CHAPMAN AVENUE, ROCKVILLE, MD", "LINE": "red" }, "geometry": { "type": "Point", "coordinates": [ -77.120817951768743, 39.062467651700409 ] } }, 72 | { "type": "Feature", "properties": { "OBJECTID_1": 9, "OBJECTID_2": 9.0, "OBJECTID": 9.0, "GIS_ID": "mstn_045", "NAME": "White Flint", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=15", "ADDRESS": "5500 MARINELLI ROAD, ROCKVILLE, MD", "LINE": "red" }, "geometry": { "type": "Point", "coordinates": [ -77.112829859036395, 39.048151357325018 ] } }, 73 | { "type": "Feature", "properties": { "OBJECTID_1": 10, "OBJECTID_2": 10.0, "OBJECTID": 10.0, "GIS_ID": "mstn_047", "NAME": "Grosvenor-Strathmore", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=14", "ADDRESS": "10300 ROCKVILLE PIKE, BETHESDA, MD", "LINE": "red" }, "geometry": { "type": "Point", "coordinates": [ -77.10384972001367, 39.02926895002534 ] } }, 74 | { "type": "Feature", "properties": { "OBJECTID_1": 11, "OBJECTID_2": 11.0, "OBJECTID": 11.0, "GIS_ID": "mstn_050", "NAME": "Medical Center", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=13", "ADDRESS": "8810 ROCKVILLE PIKE, BETHESDA, MD", "LINE": "red" }, "geometry": { "type": "Point", "coordinates": [ -77.096952290544053, 39.000056484346423 ] } }, 75 | { "type": "Feature", "properties": { "OBJECTID_1": 12, "OBJECTID_2": 12.0, "OBJECTID": 12.0, "GIS_ID": "mstn_052", "NAME": "Bethesda", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=12", "ADDRESS": "7450 WISCONSIN AVENUE, BETHESDA, MD", "LINE": "red" }, "geometry": { "type": "Point", "coordinates": [ -77.094129192226532, 38.984393660394474 ] } }, 76 | { "type": "Feature", "properties": { "OBJECTID_1": 13, "OBJECTID_2": 13.0, "OBJECTID": 13.0, "GIS_ID": "mstn_016", "NAME": "Foggy Bottom GWU", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=40", "ADDRESS": "2301 I STREET NW, WASHINGTON, DC", "LINE": "blue, orange" }, "geometry": { "type": "Point", "coordinates": [ -77.050277739061016, 38.900698009227014 ] } }, 77 | { "type": "Feature", "properties": { "OBJECTID_1": 14, "OBJECTID_2": 15.0, "OBJECTID": 15.0, "GIS_ID": "mstn_061", "NAME": "Court House", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=96", "ADDRESS": "2100 WILSON BLVD, ARLINGTON, VA", "LINE": "orange" }, "geometry": { "type": "Point", "coordinates": [ -77.087131231051799, 38.890175531218517 ] } }, 78 | { "type": "Feature", "properties": { "OBJECTID_1": 15, "OBJECTID_2": 16.0, "OBJECTID": 16.0, "GIS_ID": "mstn_063", "NAME": "Clarendon", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=97", "ADDRESS": "3100 WILSON BLVD, ARLINGTON, VA", "LINE": "orange" }, "geometry": { "type": "Point", "coordinates": [ -77.095394098356067, 38.886704839074675 ] } }, 79 | { "type": "Feature", "properties": { "OBJECTID_1": 16, "OBJECTID_2": 17.0, "OBJECTID": 17.0, "GIS_ID": "mstn_064", "NAME": "East Falls Church", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=100", "ADDRESS": "2001 N. SYCAMORE ST., ARLINGTON, VA", "LINE": "orange" }, "geometry": { "type": "Point", "coordinates": [ -77.156883019991511, 38.885953166372609 ] } }, 80 | { "type": "Feature", "properties": { "OBJECTID_1": 17, "OBJECTID_2": 19.0, "OBJECTID": 19.0, "GIS_ID": "mstn_066", "NAME": "Virginia Square-GMU", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=98", "ADDRESS": "3600 FAIRFAX DRIVE, ARLINGTON, VA", "LINE": "orange" }, "geometry": { "type": "Point", "coordinates": [ -77.102977294211172, 38.883366151803408 ] } }, 81 | { "type": "Feature", "properties": { "OBJECTID_1": 18, "OBJECTID_2": 20.0, "OBJECTID": 20.0, "GIS_ID": "mstn_068", "NAME": "Ballston-MU", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=99", "ADDRESS": "4230 FAIRFAX DRIVE, ARLINGTON, VA", "LINE": "orange" }, "geometry": { "type": "Point", "coordinates": [ -77.113168835055873, 38.882182873810734 ] } }, 82 | { "type": "Feature", "properties": { "OBJECTID_1": 19, "OBJECTID_2": 21.0, "OBJECTID": 21.0, "GIS_ID": "mstn_013", "NAME": "Farragut West", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=38", "ADDRESS": "900 18TH STREET NW, WASHINGTON, DC", "LINE": "blue, orange" }, "geometry": { "type": "Point", "coordinates": [ -77.0406954151549, 38.901312894179839 ] } }, 83 | { "type": "Feature", "properties": { "OBJECTID_1": 20, "OBJECTID_2": 22.0, "OBJECTID": 22.0, "GIS_ID": "mstn_012", "NAME": "Farragut North", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=4", "ADDRESS": "1001 CONNECTICUT AVENUE NW, WASHINGTON, DC", "LINE": "red" }, "geometry": { "type": "Point", "coordinates": [ -77.039700827247032, 38.903201946268432 ] } }, 84 | { "type": "Feature", "properties": { "OBJECTID_1": 21, "OBJECTID_2": 24.0, "OBJECTID": 24.0, "GIS_ID": "mstn_040", "NAME": "Woodley Park-Zoo Adams Morgan", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=7", "ADDRESS": "2700 24TH STREET NW, WASHINGTON, DC", "LINE": "red" }, "geometry": { "type": "Point", "coordinates": [ -77.052418020798711, 38.92508513710051 ] } }, 85 | { "type": "Feature", "properties": { "OBJECTID_1": 22, "OBJECTID_2": 25.0, "OBJECTID": 25.0, "GIS_ID": "mstn_022", "NAME": "L'Enfant Plaza", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=82", "ADDRESS": "600 MARYLAND AVENUE SW, WASHINGTON, DC", "LINE": "green, yellow, orange, blue" }, "geometry": { "type": "Point", "coordinates": [ -77.021908484095349, 38.884837727911972 ] } }, 86 | { "type": "Feature", "properties": { "OBJECTID_1": 23, "OBJECTID_2": 26.0, "OBJECTID": 26.0, "GIS_ID": "mstn_032", "NAME": "Smithsonian", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=54", "ADDRESS": "1200 INDEPENDENCE AVENUE SW, WASHINGTON, DC", "LINE": "blue, orange" }, "geometry": { "type": "Point", "coordinates": [ -77.028066234286015, 38.888018702051426 ] } }, 87 | { "type": "Feature", "properties": { "OBJECTID_1": 24, "OBJECTID_2": 28.0, "OBJECTID": 28.0, "GIS_ID": "mstn_071", "NAME": "Pentagon City", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=44", "ADDRESS": "1250 SOUTH HAYES ST., ARLINGTON, VA", "LINE": "blue, yellow" }, "geometry": { "type": "Point", "coordinates": [ -77.059538921544572, 38.861882386754488 ] } }, 88 | { "type": "Feature", "properties": { "OBJECTID_1": 25, "OBJECTID_2": 29.0, "OBJECTID": 29.0, "GIS_ID": "mstn_015", "NAME": "Federal Triangle", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=53", "ADDRESS": "302 12TH STREET NW, WASHINGTON, DC", "LINE": "blue, orange" }, "geometry": { "type": "Point", "coordinates": [ -77.028131998405357, 38.893180871854618 ] } }, 89 | { "type": "Feature", "properties": { "OBJECTID_1": 26, "OBJECTID_2": 30.0, "OBJECTID": 30.0, "GIS_ID": "mstn_002", "NAME": "Archives-Navy Mem'l", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=81", "ADDRESS": "701 PENNSYLVANIA AVENUE NW, WASHINGTON, DC", "LINE": "green, yellow" }, "geometry": { "type": "Point", "coordinates": [ -77.021914387999189, 38.893665223522078 ] } }, 90 | { "type": "Feature", "properties": { "OBJECTID_1": 27, "OBJECTID_2": 31.0, "OBJECTID": 31.0, "GIS_ID": "mstn_039", "NAME": "Waterfront", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=83", "ADDRESS": "399 M STREET SW, WASHINGTON, DC", "LINE": "green" }, "geometry": { "type": "Point", "coordinates": [ -77.01750520880347, 38.876461866896108 ] } }, 91 | { "type": "Feature", "properties": { "OBJECTID_1": 28, "OBJECTID_2": 33.0, "OBJECTID": 33.0, "GIS_ID": "mstn_073", "NAME": "Ronald Reagan Washington National Airport", "WEB_URL": "http:\/\/www.wmata.com\/rail\/station_detail.cfm?station_id=93", "ADDRESS": "2400 S. SMITH BLVD., ARLINGTON, VA", "LINE": "blue, yellow" }, "geometry": { "type": "Point", "coordinates": [ -77.044042294383217, 38.85341638599062 ] } } 92 | ] 93 | } 94 | -------------------------------------------------------------------------------- /dc-circulator-stops.geojson: -------------------------------------------------------------------------------- 1 | { 2 | "type": "FeatureCollection", 3 | "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, 4 | 5 | "features": [ 6 | { "type": "Feature", "properties": { "LINE": "Georgetown - Union Station", "STOP": "7TH STREET AND MASSACHUSETTS AVENUE NW", "POINT_X": 398116.655688, "POINT_Y": 137147.65519 }, "geometry": { "type": "Point", "coordinates": [ -77.021712220511233, 38.902181191914622 ] } }, 7 | { "type": "Feature", "properties": { "LINE": "Georgetown - Union Station", "STOP": "5TH STREET AND MASSACHUSETTS AVENUE NW", "POINT_X": 398340.2325, "POINT_Y": 137028.809 }, "geometry": { "type": "Point", "coordinates": [ -77.019134417963429, 38.901111033789412 ] } }, 8 | { "type": "Feature", "properties": { "LINE": "Georgetown - Union Station", "STOP": "5TH STREET AND MASSACHUSETTS AVENUE NW", "POINT_X": 398374.21862, "POINT_Y": 137032.496313 }, "geometry": { "type": "Point", "coordinates": [ -77.018742621994093, 38.901144313929869 ] } }, 9 | { "type": "Feature", "properties": { "LINE": "Georgetown - Union Station", "STOP": "NEW JERSEY AVENUE AND MASSACHUSETTS AVENUE NW", "POINT_X": 398863.176625, "POINT_Y": 136819.802625 }, "geometry": { "type": "Point", "coordinates": [ -77.013069269635949, 38.899222329426088 ] } }, 10 | { "type": "Feature", "properties": { "LINE": "Georgetown - Union Station", "STOP": "NEW JERSEY AVENUE AND MASSACHUSETTS AVENUE NW", "POINT_X": 398932.005375, "POINT_Y": 136745.765875 }, "geometry": { "type": "Point", "coordinates": [ -77.012833490827163, 38.89886025946403 ] } }, 11 | { "type": "Feature", "properties": { "LINE": "Georgetown - Union Station", "STOP": "NORTH CAPITOL STREET AND MASSACHUSETTS AVENUE NW", "POINT_X": 399201.827125, "POINT_Y": 136662.0015 }, "geometry": { "type": "Point", "coordinates": [ -77.009201208085656, 38.897807904637247 ] } }, 12 | { "type": "Feature", "properties": { "LINE": "Georgetown - Union Station", "STOP": "1ST STREET AND MASSACHUSETTS AVENUE NE", "POINT_X": 399302.602312, "POINT_Y": 136558.87937 }, "geometry": { "type": "Point", "coordinates": [ -77.008039383304464, 38.896879028857498 ] } }, 13 | { "type": "Feature", "properties": { "LINE": "Georgetown - Union Station", "STOP": "UNION STATION", "POINT_X": 399501.495, "POINT_Y": 136850.84869 }, "geometry": { "type": "Point", "coordinates": [ -77.006132393027471, 38.89827791574691 ] } }, 14 | { "type": "Feature", "properties": { "LINE": "Georgetown - Union Station", "STOP": "7TH STREET AND MASSACHUSETTS AVENUE NW", "POINT_X": 398167.1945, "POINT_Y": 137105.52581 }, "geometry": { "type": "Point", "coordinates": [ -77.021129469118307, 38.901801782378278 ] } }, 15 | { "type": "Feature", "properties": { "LINE": "Georgetown - Union Station", "STOP": "17TH STREET AND K STREET NW", "POINT_X": 396558.5495, "POINT_Y": 137179.31319 }, "geometry": { "type": "Point", "coordinates": [ -77.039675075385944, 38.902461659121933 ] } }, 16 | { "type": "Feature", "properties": { "LINE": "Dupont Circle - Rosslyn", "STOP": "19TH STREET AND N STREET NW", "POINT_X": 396225.547312, "POINT_Y": 137740.74069 }, "geometry": { "type": "Point", "coordinates": [ -77.043517206287675, 38.907517827352173 ] } }, 17 | { "type": "Feature", "properties": { "LINE": "Dupont Circle - Rosslyn", "STOP": "22ND STREET AND NEW HAMPSHIRE AVENUE NW", "POINT_X": 395872.576125, "POINT_Y": 137472.565187 }, "geometry": { "type": "Point", "coordinates": [ -77.047585142844753, 38.905100422760121 ] } }, 18 | { "type": "Feature", "properties": { "LINE": "Dupont Circle - Rosslyn", "STOP": "22ND STREET AND NEW HAMPSHIRE AVENUE NW", "POINT_X": 395877.680125, "POINT_Y": 137509.716187 }, "geometry": { "type": "Point", "coordinates": [ -77.047526521737836, 38.905435115874944 ] } }, 19 | { "type": "Feature", "properties": { "LINE": "Dupont Circle - Rosslyn", "STOP": "24TH STREET AND M STREET NW", "POINT_X": 395573.00481299997773, "POINT_Y": 137500.19969 }, "geometry": { "type": "Point", "coordinates": [ -77.051039083236248, 38.905347906222069 ] } }, 20 | { "type": "Feature", "properties": { "LINE": "Dupont Circle - Rosslyn", "STOP": "24TH STREET AND L STREET NW", "POINT_X": 395552.630313, "POINT_Y": 137328.65119 }, "geometry": { "type": "Point", "coordinates": [ -77.051267900404312, 38.903676603493018 ] } }, 21 | { "type": "Feature", "properties": { "LINE": "Dupont Circle - Rosslyn", "STOP": "WISCONSIN AVENUE AND M STREET NW", "POINT_X": 394516.69912, "POINT_Y": 137492.77181 }, "geometry": { "type": "Point", "coordinates": [ -77.063217229702019, 38.905275038513849 ] } }, 22 | { "type": "Feature", "properties": { "LINE": "Dupont Circle - Rosslyn", "STOP": "33RD STREET AND M STREET NW", "POINT_X": 394289.445125, "POINT_Y": 137483.46481199999107 }, "geometry": { "type": "Point", "coordinates": [ -77.065837173315771, 38.905189750771598 ] } }, 23 | { "type": "Feature", "properties": { "LINE": "Dupont Circle - Rosslyn", "STOP": "ROSSLYN", "POINT_X": 393792.53862, "POINT_Y": 136610.19419 }, "geometry": { "type": "Point", "coordinates": [ -77.071558130346318, 38.897319651372008 ] } }, 24 | { "type": "Feature", "properties": { "LINE": "Dupont Circle - Rosslyn", "STOP": "POTOMAC STREET AND M STREET NW", "POINT_X": 394321.531625, "POINT_Y": 137465.5225 }, "geometry": { "type": "Point", "coordinates": [ -77.065467098791601, 38.905028328053376 ] } }, 25 | { "type": "Feature", "properties": { "LINE": "Dupont Circle - Rosslyn", "STOP": "34TH STREET AND M STREET NW", "POINT_X": 394152.20881, "POINT_Y": 137460.34 }, "geometry": { "type": "Point", "coordinates": [ -77.067419177771214, 38.904980532106528 ] } }, 26 | { "type": "Feature", "properties": { "LINE": "Dupont Circle - Rosslyn", "STOP": "26TH STREET AND M STREET NW", "POINT_X": 395086.8785, "POINT_Y": 137499.246 }, "geometry": { "type": "Point", "coordinates": [ -77.056643653383787, 38.905336732251683 ] } }, 27 | { "type": "Feature", "properties": { "LINE": "Dupont Circle - Rosslyn", "STOP": "30TH STREET AND M STREET NW", "POINT_X": 394834.293812, "POINT_Y": 137495.40687499998603 }, "geometry": { "type": "Point", "coordinates": [ -77.059555686733361, 38.905300699940014 ] } }, 28 | { "type": "Feature", "properties": { "LINE": "Dupont Circle - Rosslyn", "STOP": "THOMAS JEFFERSON STREET AND M STREET NW", "POINT_X": 394754.737375, "POINT_Y": 137476.420313 }, "geometry": { "type": "Point", "coordinates": [ -77.060472751635572, 38.905129191227083 ] } }, 29 | { "type": "Feature", "properties": { "LINE": "Dupont Circle - Rosslyn", "STOP": "WISCONSIN AVENUE AND M STREET NW", "POINT_X": 394594.361, "POINT_Y": 137471.445313 }, "geometry": { "type": "Point", "coordinates": [ -77.06232169477336, 38.905083403026161 ] } }, 30 | { "type": "Feature", "properties": { "LINE": "Dupont Circle - Rosslyn", "STOP": "28TH STREET AND PENNSYLVANIA AVENUE NW", "POINT_X": 395040.64487, "POINT_Y": 137448.205125 }, "geometry": { "type": "Point", "coordinates": [ -77.057176314738115, 38.904876678622735 ] } }, 31 | { "type": "Feature", "properties": { "LINE": "Georgetown - Union Station", "STOP": "WISCONSIN AVENUE AND M STREET NW", "POINT_X": 394562.178313, "POINT_Y": 137456.98487 }, "geometry": { "type": "Point", "coordinates": [ -77.062692614862158, 38.904952939860294 ] } }, 32 | { "type": "Feature", "properties": { "LINE": "Georgetown - Union Station", "STOP": "WISCONSIN AVENUE AND M STREET NW", "POINT_X": 394622.27231, "POINT_Y": 137202.319125 }, "geometry": { "type": "Point", "coordinates": [ -77.061997797711228, 38.902659191311834 ] } }, 33 | { "type": "Feature", "properties": { "LINE": "Georgetown - Union Station", "STOP": "30TH STREET AND K STREET NW", "POINT_X": 394897.00131, "POINT_Y": 137207.93181 }, "geometry": { "type": "Point", "coordinates": [ -77.058830593110429, 38.902711390222478 ] } }, 34 | { "type": "Feature", "properties": { "LINE": "Union Station - Navy Yard", "STOP": "MASSACHUSETTS AVENUE AND COLUMBUS CIRCLE", "POINT_X": 399497.662313, "POINT_Y": 136853.172125 }, "geometry": { "type": "Point", "coordinates": [ -77.005168716869846, 38.89596899165182 ] } }, 35 | { "type": "Feature", "properties": { "LINE": "Potomac Ave Metro to Skyland", "STOP": "POTOMAC AVENUE and PENNSYLVANIA AVENUE SE", "POINT_X": 401267.970464, "POINT_Y": 134738.88745 }, "geometry": { "type": "Point", "coordinates": [ -76.985712632944384, 38.880512384767108 ] } }, 36 | { "type": "Feature", "properties": { "LINE": "Potomac Ave Metro to Skyland", "STOP": "PENNSYLVANIA AVENUE AND E STREET SE", "POINT_X": 400752.53796, "POINT_Y": 135009.33534 }, "geometry": { "type": "Point", "coordinates": [ -76.991326673485361, 38.882920110076789 ] } }, 37 | { "type": "Feature", "properties": { "LINE": "Potomac Ave Metro to Skyland", "STOP": "8TH STREET AND G STREET SE", "POINT_X": 400426.590856, "POINT_Y": 134847.52738 }, "geometry": { "type": "Point", "coordinates": [ -76.995083455758163, 38.881462700154977 ] } }, 38 | { "type": "Feature", "properties": { "LINE": "Potomac Ave Metro to Skyland", "STOP": "8TH STREET AND L STREET SE", "POINT_X": 400426.236495, "POINT_Y": 134440.404691 }, "geometry": { "type": "Point", "coordinates": [ -76.995087794867558, 38.877760560819524 ] } }, 39 | { "type": "Feature", "properties": { "LINE": "Potomac Ave Metro to Skyland", "STOP": "GOOD HOPE ROAD AND MLK JR AVENUE SE", "POINT_X": 400976.38609, "POINT_Y": 133289.23014 }, "geometry": { "type": "Point", "coordinates": [ -76.987848425190592, 38.86720678653959 ] } }, 40 | { "type": "Feature", "properties": { "LINE": "Potomac Ave Metro to Skyland", "STOP": "GOOD HOPE ROAD AND 14TH STREET SE", "POINT_X": 401277.370807, "POINT_Y": 133212.997191 }, "geometry": { "type": "Point", "coordinates": [ -76.985220904355884, 38.866700380351993 ] } }, 41 | { "type": "Feature", "properties": { "LINE": "Potomac Ave Metro to Skyland", "STOP": "GOOD HOPE ROAD AND 18TH STREET SE", "POINT_X": 401848.13458, "POINT_Y": 133082.113428 }, "geometry": { "type": "Point", "coordinates": [ -76.979092750557939, 38.865613938190897 ] } }, 42 | { "type": "Feature", "properties": { "LINE": "Potomac Ave Metro to Skyland", "STOP": "GOOD HOPE ROAD AND 25TH STREET SE", "POINT_X": 402694.580857, "POINT_Y": 132548.83517 }, "geometry": { "type": "Point", "coordinates": [ -76.968953433459063, 38.86075112832178 ] } }, 43 | { "type": "Feature", "properties": { "LINE": "Potomac Ave Metro to Skyland", "STOP": "ALABAMA AVENUE AND 30TH STREET SE", "POINT_X": 403039.78591, "POINT_Y": 132526.396379 }, "geometry": { "type": "Point", "coordinates": [ -76.964976131521979, 38.860547864743737 ] } }, 44 | { "type": "Feature", "properties": { "LINE": "Potomac Ave Metro to Skyland", "STOP": "NAYLOR ROAD AND GOOD HOPE ROAD SE", "POINT_X": 402791.075145, "POINT_Y": 132487.97576 }, "geometry": { "type": "Point", "coordinates": [ -76.968259534588924, 38.859781711664439 ] } }, 45 | { "type": "Feature", "properties": { "LINE": "Potomac Ave Metro to Skyland", "STOP": "GOOD HOPE ROAD AND 25TH STREET SE", "POINT_X": 402642.03983, "POINT_Y": 132630.46576 }, "geometry": { "type": "Point", "coordinates": [ -76.969558490211767, 38.861486650564515 ] } }, 46 | { "type": "Feature", "properties": { "LINE": "Potomac Ave Metro to Skyland", "STOP": "GOOD HOPE ROAD AND 18TH STREET SE", "POINT_X": 401792.17677, "POINT_Y": 133108.65882 }, "geometry": { "type": "Point", "coordinates": [ -76.979349341452206, 38.865796553968046 ] } }, 47 | { "type": "Feature", "properties": { "LINE": "Potomac Ave Metro to Skyland", "STOP": "GOOD HOPE ROAD AND 14TH STREET SE", "POINT_X": 401303.604186, "POINT_Y": 133219.87081 }, "geometry": { "type": "Point", "coordinates": [ -76.985200603182605, 38.86685384393887 ] } }, 48 | { "type": "Feature", "properties": { "LINE": "Potomac Ave Metro to Skyland", "STOP": "8TH STREET AND L STREET SE", "POINT_X": 400444.92735, "POINT_Y": 134446.6747 }, "geometry": { "type": "Point", "coordinates": [ -76.994872383465079, 38.877851653444992 ] } }, 49 | { "type": "Feature", "properties": { "LINE": "Potomac Ave Metro to Skyland", "STOP": "8TH STREET AND G STREET SE", "POINT_X": 400445.742198, "POINT_Y": 134809.16369 }, "geometry": { "type": "Point", "coordinates": [ -76.994862757974531, 38.881117095666738 ] } }, 50 | { "type": "Feature", "properties": { "LINE": "Potomac Ave Metro to Skyland", "STOP": "PENNSYLVANIA AVENUE AND 12TH STREET SE", "POINT_X": 400835.90808, "POINT_Y": 134919.38652 }, "geometry": { "type": "Point", "coordinates": [ -76.990365906085998, 38.882109741127188 ] } }, 51 | { "type": "Feature", "properties": { "LINE": "Potomac Ave Metro to Skyland", "STOP": "MLK JR BLVD AND PLEASANT STREET SE", "POINT_X": 0.0, "POINT_Y": 0.0 }, "geometry": { "type": "Point", "coordinates": [ -76.99010134779067, 38.864040351446434 ] } }, 52 | { "type": "Feature", "properties": { "LINE": "Potomac Ave Metro to Skyland", "STOP": "MLK JR BLVD AND W STREET SE", "POINT_X": 0.0, "POINT_Y": 0.0 }, "geometry": { "type": "Point", "coordinates": [ -76.989803771788615, 38.865005535176834 ] } }, 53 | { "type": "Feature", "properties": { "LINE": "Potomac Ave Metro to Skyland", "STOP": "SHANNON PLACE AND HOWARD ROAD SE", "POINT_X": 0.0, "POINT_Y": 0.0 }, "geometry": { "type": "Point", "coordinates": [ -76.994942313256871, 38.862427103863212 ] } }, 54 | { "type": "Feature", "properties": { "LINE": "Potomac Ave Metro to Skyland", "STOP": "SHANNON PLACE AND HOWARD ROAD SE", "POINT_X": 0.0, "POINT_Y": 0.0 }, "geometry": { "type": "Point", "coordinates": [ -76.995010269536863, 38.862279564113891 ] } }, 55 | { "type": "Feature", "properties": { "LINE": "Potomac Ave Metro to Skyland", "STOP": "8TH STREET AND D STREET SE", "POINT_X": 0.0, "POINT_Y": 0.0 }, "geometry": { "type": "Point", "coordinates": [ -76.995084689421176, 38.883463597377563 ] } }, 56 | { "type": "Feature", "properties": { "LINE": "Potomac Ave Metro to Skyland", "STOP": "8TH TSREET AND E STREET SE", "POINT_X": 0.0, "POINT_Y": 0.0 }, "geometry": { "type": "Point", "coordinates": [ -76.994871319802812, 38.882829561719468 ] } }, 57 | { "type": "Feature", "properties": { "LINE": "Union Station - Navy Yard", "STOP": "D STREET AND PENNSYLVANIA AVENUE SE", "POINT_X": 399848.14769, "POINT_Y": 135479.15687499998603 }, "geometry": { "type": "Point", "coordinates": [ -77.001908501787284, 38.887211454127922 ] } }, 58 | { "type": "Feature", "properties": { "LINE": "Union Station - Navy Yard", "STOP": "4TH STREET AND M STREET SE", "POINT_X": 399935.353688, "POINT_Y": 134281.464 }, "geometry": { "type": "Point", "coordinates": [ -77.000745008300981, 38.876363480556208 ] } }, 59 | { "type": "Feature", "properties": { "LINE": "Union Station - Navy Yard", "STOP": "NEW JERSEY AVENUE AND M STREET SE", "POINT_X": 399580.493688, "POINT_Y": 134307.553125 }, "geometry": { "type": "Point", "coordinates": [ -77.004834563675999, 38.876598404024229 ] } }, 60 | { "type": "Feature", "properties": { "LINE": "Union Station - Navy Yard", "STOP": "1ST STREET AND I STREET SE", "POINT_X": 399499.53612, "POINT_Y": 134492.210813 }, "geometry": { "type": "Point", "coordinates": [ -77.005767686450028, 38.878261830908187 ] } }, 61 | { "type": "Feature", "properties": { "LINE": "Union Station - Navy Yard", "STOP": "G STREET AND PENNSYLVANIA AVENUE SE", "POINT_X": 400351.38619, "POINT_Y": 135215.8465 }, "geometry": { "type": "Point", "coordinates": [ -76.995950016334902, 38.884780694014715 ] } }, 62 | { "type": "Feature", "properties": { "LINE": "Union Station - Navy Yard", "STOP": "NEW JERSEY AVENUE AND M STREET SE", "POINT_X": 399618.729813, "POINT_Y": 134336.304313 }, "geometry": { "type": "Point", "coordinates": [ -77.004393930758539, 38.876857423495615 ] } }, 63 | { "type": "Feature", "properties": { "LINE": "Woodley Park - Adams Morgan - McPherson Square", "STOP": "14TH STREET AND RHODE ISLAND AVENUE NW", "POINT_X": 397238.126875, "POINT_Y": 137931.688312 }, "geometry": { "type": "Point", "coordinates": [ -77.031843532095678, 38.909241714334279 ] } }, 64 | { "type": "Feature", "properties": { "LINE": "Woodley Park - Adams Morgan - McPherson Square", "STOP": "14TH STREET AND P STREET NW", "POINT_X": 397217.126125, "POINT_Y": 138004.736688 }, "geometry": { "type": "Point", "coordinates": [ -77.03208596016978, 38.909899692861742 ] } }, 65 | { "type": "Feature", "properties": { "LINE": "Woodley Park - Adams Morgan - McPherson Square", "STOP": "14TH STREET AND U STREET NW", "POINT_X": 397241.201125, "POINT_Y": 138843.295313 }, "geometry": { "type": "Point", "coordinates": [ -77.031811749618981, 38.917453786262818 ] } }, 66 | { "type": "Feature", "properties": { "LINE": "Woodley Park - Adams Morgan - McPherson Square", "STOP": "14TH STREET AND U STREET NW", "POINT_X": 397214.7035, "POINT_Y": 138815.3825 }, "geometry": { "type": "Point", "coordinates": [ -77.032117180851898, 38.917202254869309 ] } }, 67 | { "type": "Feature", "properties": { "LINE": "Woodley Park - Adams Morgan - McPherson Square", "STOP": "14TH STREET AND COLUMBIA ROAD NW", "POINT_X": 397129.619125, "POINT_Y": 139963.162 }, "geometry": { "type": "Point", "coordinates": [ -77.033103085750781, 38.927541547353307 ] } }, 68 | { "type": "Feature", "properties": { "LINE": "Woodley Park - Adams Morgan - McPherson Square", "STOP": "14TH STREET AND IRVING STREET NW", "POINT_X": 397148.79462, "POINT_Y": 140109.30481 }, "geometry": { "type": "Point", "coordinates": [ -77.032904674791808, 38.928733985861847 ] } }, 69 | { "type": "Feature", "properties": { "LINE": "Woodley Park - Adams Morgan - McPherson Square", "STOP": "IRVING STREET AND MOUNT PLEASANT STREET NW", "POINT_X": 396774.035, "POINT_Y": 140077.44581 }, "geometry": { "type": "Point", "coordinates": [ -77.037204448209792, 38.928569818023391 ] } }, 70 | { "type": "Feature", "properties": { "LINE": "Woodley Park - Adams Morgan - McPherson Square", "STOP": "15TH STREET AND COLUMBIA ROAD NW", "POINT_X": 396878.408125, "POINT_Y": 139887.679313 }, "geometry": { "type": "Point", "coordinates": [ -77.035999869639852, 38.926860719174002 ] } }, 71 | { "type": "Feature", "properties": { "LINE": "Woodley Park - Adams Morgan - McPherson Square", "STOP": "COLUMBIA ROAD AND ONTARIO ROAD NW", "POINT_X": 396523.692, "POINT_Y": 139627.324312 }, "geometry": { "type": "Point", "coordinates": [ -77.040089326933696, 38.924514027550607 ] } }, 72 | { "type": "Feature", "properties": { "LINE": "Woodley Park - Adams Morgan - McPherson Square", "STOP": "COLUMBIA ROAD AND ONTARIO ROAD NW", "POINT_X": 396494.12487, "POINT_Y": 139579.47437 }, "geometry": { "type": "Point", "coordinates": [ -77.040430055205718, 38.924082862653073 ] } }, 73 | { "type": "Feature", "properties": { "LINE": "Woodley Park - Adams Morgan - McPherson Square", "STOP": "18TH STREET AND CALVERT STREET NW", "POINT_X": 396278.44769, "POINT_Y": 139474.866375 }, "geometry": { "type": "Point", "coordinates": [ -77.042916695702161, 38.923139633521536 ] } }, 74 | { "type": "Feature", "properties": { "LINE": "Woodley Park - Adams Morgan - McPherson Square", "STOP": "CALVERT STREET AND CLIFFBOURNE PLACE NW", "POINT_X": 396191.21181, "POINT_Y": 139478.24581 }, "geometry": { "type": "Point", "coordinates": [ -77.042894775144035, 38.92288595822501 ] } }, 75 | { "type": "Feature", "properties": { "LINE": "Woodley Park - Adams Morgan - McPherson Square", "STOP": "24TH STREET AND CONNECTICUT AVENUE NW", "POINT_X": 395471.741125, "POINT_Y": 139625.185625 }, "geometry": { "type": "Point", "coordinates": [ -77.052220572314994, 38.924489970408153 ] } }, 76 | { "type": "Feature", "properties": { "LINE": "Union Station - Navy Yard", "STOP": "D STREET AND PENNSYLVANIA AVENUE SE", "POINT_X": 399848.14769, "POINT_Y": 135479.15687499998603 }, "geometry": { "type": "Point", "coordinates": [ -77.001908501787284, 38.887211454127922 ] } }, 77 | { "type": "Feature", "properties": { "LINE": "Union Station - Navy Yard", "STOP": "D STREET AND PENNSYLVANIA AVENUE SE", "POINT_X": 399848.14769, "POINT_Y": 135479.15687499998603 }, "geometry": { "type": "Point", "coordinates": [ -76.999568920937634, 38.885861938727857 ] } }, 78 | { "type": "Feature", "properties": { "LINE": "Georgetown - Union Station", "STOP": "22ND STREET AND PENNSYLVANIA AVENUE NW", "POINT_X": 395788.096688, "POINT_Y": 137142.68512 }, "geometry": { "type": "Point", "coordinates": [ -77.04906728133129, 38.902321809056282 ] } }, 79 | { "type": "Feature", "properties": { "LINE": "Georgetown - Union Station", "STOP": "WISCONSIN AVENUE AND 34TH STREET NW", "POINT_X": 394216.65962, "POINT_Y": 138453.19531 }, "geometry": { "type": "Point", "coordinates": [ -77.066863918306055, 38.913872991902387 ] } }, 80 | { "type": "Feature", "properties": { "LINE": "Georgetown - Union Station", "STOP": "35TH STREET AND WISCONSIN AVENUE NW", "POINT_X": 394138.5195, "POINT_Y": 138630.146688 }, "geometry": { "type": "Point", "coordinates": [ -77.069530539059429, 38.917620053288779 ] } }, 81 | { "type": "Feature", "properties": { "LINE": "Woodley Park - Adams Morgan - McPherson Square", "STOP": "14TH STREET AND I STREET NW", "POINT_X": 397249.40081, "POINT_Y": 137062.939813 }, "geometry": { "type": "Point", "coordinates": [ -77.031710067831611, 38.901415759766714 ] } }, 82 | { "type": "Feature", "properties": { "LINE": "Georgetown - Union Station", "STOP": "Q STREET AND WISCONSIN AVENUE NW", "POINT_X": 394343.6195, "POINT_Y": 138136.615625 }, "geometry": { "type": "Point", "coordinates": [ -77.065217975086838, 38.911073907579926 ] } }, 83 | { "type": "Feature", "properties": { "LINE": "Georgetown - Union Station", "STOP": "N STREET AND WISCONSIN AVENUE NW", "POINT_X": 394544.86812, "POINT_Y": 137650.67631199999596 }, "geometry": { "type": "Point", "coordinates": [ -77.062893722334991, 38.906697672256961 ] } }, 84 | { "type": "Feature", "properties": { "LINE": "Georgetown - Union Station", "STOP": "14TH STREET AND K STREET NW", "POINT_X": 397173.36287, "POINT_Y": 137195.54312 }, "geometry": { "type": "Point", "coordinates": [ -77.032181670446846, 38.902685624291706 ] } }, 85 | { "type": "Feature", "properties": { "LINE": "Georgetown - Union Station", "STOP": "CONNECTICUT AVENUE AND K STREET NW", "POINT_X": 396597.81662, "POINT_Y": 137195.895312 }, "geometry": { "type": "Point", "coordinates": [ -77.039222462953049, 38.902611189625382 ] } }, 86 | { "type": "Feature", "properties": { "LINE": "Woodley Park - Adams Morgan - McPherson Square", "STOP": "14TH STREET AND K STREET NW", "POINT_X": 397240.23631, "POINT_Y": 137159.7825 }, "geometry": { "type": "Point", "coordinates": [ -77.031816109151052, 38.90228812434259 ] } }, 87 | { "type": "Feature", "properties": { "LINE": "Georgetown - Union Station", "STOP": "19TH STREET AND K STREET NW", "POINT_X": 396245.17462, "POINT_Y": 137195.521875 }, "geometry": { "type": "Point", "coordinates": [ -77.043287934250316, 38.902606389939919 ] } }, 88 | { "type": "Feature", "properties": { "LINE": "Georgetown - Union Station", "STOP": "22ND STREET AND PENNSYLVANIA AVENUE NW", "POINT_X": 395788.096688, "POINT_Y": 137142.68512 }, "geometry": { "type": "Point", "coordinates": [ -77.049250986094123, 38.902050312798011 ] } }, 89 | { "type": "Feature", "properties": { "LINE": "Georgetown - Union Station", "STOP": "K STREET AND 24TH STREET NW", "POINT_X": 395529.494, "POINT_Y": 137205.512 }, "geometry": { "type": "Point", "coordinates": [ -77.051237950118903, 38.9030527604992 ] } }, 90 | { "type": "Feature", "properties": { "LINE": "Georgetown - Union Station", "STOP": "WISCONSIN AVENUE AND 34TH STREET NW", "POINT_X": 394216.65962, "POINT_Y": 138453.19531 }, "geometry": { "type": "Point", "coordinates": [ -77.066684486233754, 38.913924937428199 ] } }, 91 | { "type": "Feature", "properties": { "LINE": "Georgetown - Union Station", "STOP": "16TH STREET AND K STREET NW", "POINT_X": 396792.05387, "POINT_Y": 137194.483 }, "geometry": { "type": "Point", "coordinates": [ -77.036983170097486, 38.90259919734487 ] } }, 92 | { "type": "Feature", "properties": { "LINE": "Georgetown - Union Station", "STOP": "21ST STREET AND K STREET NW", "POINT_X": 395947.72119, "POINT_Y": 137149.3915 }, "geometry": { "type": "Point", "coordinates": [ -77.046716887526685, 38.902189510271903 ] } }, 93 | { "type": "Feature", "properties": { "LINE": "Georgetown - Union Station", "STOP": "WHITEHAVEN PARKWAY AND WISCONSIN AVENUE NW", "POINT_X": 394138.5195, "POINT_Y": 138630.146688 }, "geometry": { "type": "Point", "coordinates": [ -77.068474028696897, 38.916811601070464 ] } }, 94 | { "type": "Feature", "properties": { "LINE": "Union Station - Navy Yard", "STOP": "1ST STREET AND MARYLAND AVENUE NE", "POINT_X": 399473.21831, "POINT_Y": 135891.84012 }, "geometry": { "type": "Point", "coordinates": [ -77.006072063746899, 38.890870212439935 ] } }, 95 | { "type": "Feature", "properties": { "LINE": "Union Station - Navy Yard", "STOP": "1ST STREET AND MARYLAND AVENUE NE", "POINT_X": 399493.03037, "POINT_Y": 135864.319125 }, "geometry": { "type": "Point", "coordinates": [ -77.005843675391333, 38.890622304647529 ] } }, 96 | { "type": "Feature", "properties": { "LINE": "Union Station - Navy Yard", "STOP": "2ND STREET AND INDEPENDENCE AVENUE SE", "POINT_X": 399680.074625, "POINT_Y": 135516.91512 }, "geometry": { "type": "Point", "coordinates": [ -77.003687514883808, 38.88749284677349 ] } }, 97 | { "type": "Feature", "properties": { "LINE": "Union Station - Navy Yard", "STOP": "D STREET AND PENNSYLVANIA AVENUE SE", "POINT_X": 399848.14769, "POINT_Y": 135479.15687499998603 }, "geometry": { "type": "Point", "coordinates": [ -76.999911393925032, 38.886388180369288 ] } }, 98 | { "type": "Feature", "properties": { "LINE": "Union Station - Navy Yard", "STOP": "D STREET AND PENNSYLVANIA AVENUE SE", "POINT_X": 400383.59787, "POINT_Y": 135156.90981 }, "geometry": { "type": "Point", "coordinates": [ -76.995578785898246, 38.884249756291055 ] } }, 99 | { "type": "Feature", "properties": { "LINE": "Union Station - Navy Yard", "STOP": "8TH STREET AND G STREET SE", "POINT_X": 400426.678687, "POINT_Y": 134848.08181 }, "geometry": { "type": "Point", "coordinates": [ -76.995082446936379, 38.881415765848267 ] } }, 100 | { "type": "Feature", "properties": { "LINE": "Union Station - Navy Yard", "STOP": "8TH STREET AND G STREET SE", "POINT_X": 400445.238312, "POINT_Y": 134809.15281 }, "geometry": { "type": "Point", "coordinates": [ -76.99486856853207, 38.881070838973329 ] } }, 101 | { "type": "Feature", "properties": { "LINE": "Union Station - Navy Yard", "STOP": "8TH STREET AND L STREET SE", "POINT_X": 400444.84012, "POINT_Y": 134447.836125 }, "geometry": { "type": "Point", "coordinates": [ -76.994873392795867, 38.877798648101461 ] } }, 102 | { "type": "Feature", "properties": { "LINE": "Union Station - Navy Yard", "STOP": "8TH STREET AND L STREET SE", "POINT_X": 400426.225, "POINT_Y": 134441.50369 }, "geometry": { "type": "Point", "coordinates": [ -76.995087924335849, 38.877805080306373 ] } }, 103 | { "type": "Feature", "properties": { "LINE": "Union Station - Navy Yard", "STOP": "600 M STREET SE (NAVY YARD ENTRANCE)", "POINT_X": 400207.03869, "POINT_Y": 134307.886375 }, "geometry": { "type": "Point", "coordinates": [ -76.997614000716794, 38.87660148176667 ] } }, 104 | { "type": "Feature", "properties": { "LINE": "Union Station - Navy Yard", "STOP": "600 M STREET SE (NAVY YARD ENTRANCE)", "POINT_X": 400229.29331199999433, "POINT_Y": 134283.59581 }, "geometry": { "type": "Point", "coordinates": [ -76.997357537336612, 38.876382657248101 ] } }, 105 | { "type": "Feature", "properties": { "LINE": "Union Station - Navy Yard", "STOP": "4TH STREET AND M STREET SE", "POINT_X": 399965.98219, "POINT_Y": 134306.67819 }, "geometry": { "type": "Point", "coordinates": [ -77.000392035251267, 38.876590621651665 ] } }, 106 | { "type": "Feature", "properties": { "LINE": "Woodley Park - Adams Morgan - McPherson Square", "STOP": "24TH STREET AND CONNECTICUT AVENUE NW", "POINT_X": 395444.29887499997858, "POINT_Y": 139600.819 }, "geometry": { "type": "Point", "coordinates": [ -77.05253687874341, 38.924270326288905 ] } }, 107 | { "type": "Feature", "properties": { "LINE": "Georgetown - Union Station", "STOP": "34TH STREET AND WISCONSIN AVENUE NW", "POINT_X": 394097.524687, "POINT_Y": 138672.483875 }, "geometry": { "type": "Point", "coordinates": [ -77.068023681931251, 38.915889322283476 ] } }, 108 | { "type": "Feature", "properties": { "LINE": "Georgetown - Union Station", "STOP": "Q STREET AND WISCONSIN AVENUE NW", "POINT_X": 394333.122313, "POINT_Y": 138126.757875 }, "geometry": { "type": "Point", "coordinates": [ -77.065338926095677, 38.910985038014616 ] } }, 109 | { "type": "Feature", "properties": { "LINE": "Georgetown - Union Station", "STOP": "WISCONSIN AVENUE AND DUMBARTON STREET NW", "POINT_X": 394502.733, "POINT_Y": 137714.439125 }, "geometry": { "type": "Point", "coordinates": [ -77.063225721791497, 38.907009249521252 ] } }, 110 | { "type": "Feature", "properties": { "LINE": "Georgetown - Union Station", "STOP": "WISCONSIN AVENUE AND M STREET NW", "POINT_X": 394597.00169, "POINT_Y": 137471.48912 }, "geometry": { "type": "Point", "coordinates": [ -77.062211141982942, 38.905083856624316 ] } }, 111 | { "type": "Feature", "properties": { "LINE": "Dupont Circle - Rosslyn", "STOP": "31ST STREET AND M STREET NW", "POINT_X": 394655.244125, "POINT_Y": 137493.00512 }, "geometry": { "type": "Point", "coordinates": [ -77.061619940288566, 38.905277993637206 ] } }, 112 | { "type": "Feature", "properties": { "LINE": "Georgetown - Union Station", "STOP": "THOMAS JEFFERSON STREET AND M STREET NW", "POINT_X": 394761.144313, "POINT_Y": 137476.57112499998766 }, "geometry": { "type": "Point", "coordinates": [ -77.060358833104402, 38.90513060870817 ] } }, 113 | { "type": "Feature", "properties": { "LINE": "Georgetown - Union Station", "STOP": "28TH STREET AND PENNSYLVANIA AVENUE NW", "POINT_X": 395037.834875, "POINT_Y": 137450.10381 }, "geometry": { "type": "Point", "coordinates": [ -77.05720872488628, 38.904893766803006 ] } }, 114 | { "type": "Feature", "properties": { "LINE": "Georgetown - Union Station", "STOP": "26TH STREET AND PENNSYLVANIA AVENUE NW", "POINT_X": 395292.011125, "POINT_Y": 137332.90781 }, "geometry": { "type": "Point", "coordinates": [ -77.054277528189814, 38.903839422405497 ] } }, 115 | { "type": "Feature", "properties": { "LINE": "Georgetown - Union Station", "STOP": "24TH STREET AND K STREET NW", "POINT_X": 395588.668812, "POINT_Y": 137156.75031 }, "geometry": { "type": "Point", "coordinates": [ -77.050856286216742, 38.902254072484261 ] } }, 116 | { "type": "Feature", "properties": { "LINE": "Georgetown - Union Station", "STOP": "21ST STREET AND PENNSYLVANIA AVENUE NW", "POINT_X": 395928.923, "POINT_Y": 137049.463687 }, "geometry": { "type": "Point", "coordinates": [ -77.046933011005521, 38.901289238255131 ] } }, 117 | { "type": "Feature", "properties": { "LINE": "Georgetown - Union Station", "STOP": "19TH STREET AND K STREET NW", "POINT_X": 396209.51337, "POINT_Y": 137178.93569 }, "geometry": { "type": "Point", "coordinates": [ -77.043698967458326, 38.902456822646414 ] } }, 118 | { "type": "Feature", "properties": { "LINE": "Georgetown - Union Station", "STOP": "16TH STREET AND K STREET NW", "POINT_X": 396810.91119, "POINT_Y": 137178.310375 }, "geometry": { "type": "Point", "coordinates": [ -77.036765696368533, 38.902453577236976 ] } }, 119 | { "type": "Feature", "properties": { "LINE": "Georgetown - Union Station", "STOP": "14TH STREET AND K STREET NW", "POINT_X": 397209.93487, "POINT_Y": 137178.716187 }, "geometry": { "type": "Point", "coordinates": [ -77.032242742411583, 38.902398204897572 ] } }, 120 | { "type": "Feature", "properties": { "LINE": "Woodley Park - Adams Morgan - McPherson Square", "STOP": "13TH STREET AND K STREET NW", "POINT_X": 397401.71231, "POINT_Y": 137174.1755 }, "geometry": { "type": "Point", "coordinates": [ -77.029760408175861, 38.902914214128266 ] } }, 121 | { "type": "Feature", "properties": { "LINE": "Georgetown - Union Station", "STOP": "13TH STREET AND K STREET NW", "POINT_X": 397490.966812, "POINT_Y": 137177.635125 }, "geometry": { "type": "Point", "coordinates": [ -77.028925612238396, 38.902449698549717 ] } }, 122 | { "type": "Feature", "properties": { "LINE": "Georgetown - Union Station", "STOP": "13TH STREET AND K STREET NW", "POINT_X": 397483.896687, "POINT_Y": 137194.942313 }, "geometry": { "type": "Point", "coordinates": [ -77.029007184198164, 38.902605587610864 ] } }, 123 | { "type": "Feature", "properties": { "LINE": "Georgetown - Union Station", "STOP": "11TH STREET AND K STREET NW", "POINT_X": 397692.318, "POINT_Y": 137175.990625 }, "geometry": { "type": "Point", "coordinates": [ -77.026604311778442, 38.902435435983065 ] } }, 124 | { "type": "Feature", "properties": { "LINE": "Georgetown - Union Station", "STOP": "9TH STREET AND NEW YORK AVENUE NW", "POINT_X": 397867.38737, "POINT_Y": 137139.084688 }, "geometry": { "type": "Point", "coordinates": [ -77.024585894840811, 38.902103416394397 ] } }, 125 | { "type": "Feature", "properties": { "LINE": "Georgetown - Union Station", "STOP": "9TH STREET AND NEW YORK AVENUE NW", "POINT_X": 397879.137813, "POINT_Y": 137110.996688 }, "geometry": { "type": "Point", "coordinates": [ -77.024450342812983, 38.901850418150339 ] } }, 126 | { "type": "Feature", "properties": { "LINE": "Georgetown - Union Station", "STOP": "MASSACHUSETTS AVENUE AND COLUMBUS CIRCLE", "POINT_X": 399497.662313, "POINT_Y": 136853.172125 }, "geometry": { "type": "Point", "coordinates": [ -77.005182850009277, 38.895974134802003 ] } }, 127 | { "type": "Feature", "properties": { "LINE": "Union Station - Navy Yard", "STOP": "8TH STREET AND E STREET SE", "POINT_X": 400426.678687, "POINT_Y": 134848.08181 }, "geometry": { "type": "Point", "coordinates": [ -76.994880825032226, 38.882653850191097 ] } }, 128 | { "type": "Feature", "properties": { "LINE": "Potomac Ave Metro to Skyland", "STOP": "GOOD HOPE ROAD AND MARBURY PLAZA SE", "POINT_X": 0.0, "POINT_Y": 0.0 }, "geometry": { "type": "Point", "coordinates": [ -76.975266485457524, 38.86416561038115 ] } }, 129 | { "type": "Feature", "properties": { "LINE": "Potomac Ave Metro to Skyland", "STOP": "GOOD HOPE ROAD AND MARBURY PLAZA SE", "POINT_X": 0.0, "POINT_Y": 0.0 }, "geometry": { "type": "Point", "coordinates": [ -76.97502200313815, 38.863914362625678 ] } }, 130 | { "type": "Feature", "properties": { "LINE": "Union Station - Navy Yard", "STOP": "1ST STREET AND MASSACHUSETTS AVENUE NE", "POINT_X": 399302.602, "POINT_Y": 136558.879 }, "geometry": { "type": "Point", "coordinates": [ -77.008057444973431, 38.896897656345814 ] } } 131 | ] 132 | } 133 | -------------------------------------------------------------------------------- /gas-stations.geojson: -------------------------------------------------------------------------------- 1 | { 2 | "type": "FeatureCollection", 3 | "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, 4 | 5 | "features": [ 6 | { "type": "Feature", "properties": { "ADDRESS": "1 FLORIDA AVENUE NE", "ZIP_CODE": "20002", "FULL_SERVI": 0, "ADDRID": 76011, "NAME": "Exxon of Florida Avenue", "PHONE": "2026351659", "GIS_ID": "Gas_1", "X": 399271.99, "Y": 138041.65 }, "geometry": { "type": "Point", "coordinates": [ -77.008596642314885, 38.910329122924892 ] } }, 7 | { "type": "Feature", "properties": { "ADDRESS": "1020 MICHIGAN AVENUE NE", "ZIP_CODE": "20017", "FULL_SERVI": 0, "ADDRID": 75356, "NAME": "Brookland Exxon", "PHONE": "2025269430", "GIS_ID": "Gas_4", "X": 400615.35, "Y": 140897.96 }, "geometry": { "type": "Point", "coordinates": [ -76.99289895564641, 38.935903935051385 ] } }, 8 | { "type": "Feature", "properties": { "ADDRESS": "1201 BLADENSBURG ROAD NE", "ZIP_CODE": "20002", "FULL_SERVI": 0, "ADDRID": 285912, "NAME": "Bladensburg BP", "PHONE": "2023960545", "GIS_ID": "Gas_6", "X": 401789.79, "Y": 137553.17 }, "geometry": { "type": "Point", "coordinates": [ -76.979263910015078, 38.905931661659075 ] } }, 9 | { "type": "Feature", "properties": { "ADDRESS": "1201 PENNSYLVANIA AVENUE SE", "ZIP_CODE": "20003", "FULL_SERVI": 0, "ADDRID": 72104, "NAME": "P & A Exxon Service Center", "PHONE": "2025466146", "GIS_ID": "Gas_7", "X": 400879.47, "Y": 134866.83 }, "geometry": { "type": "Point", "coordinates": [ -76.990001431428311, 38.881780278278079 ] } }, 10 | { "type": "Feature", "properties": { "ADDRESS": "1231 NEW YORK AVENUE NE", "ZIP_CODE": "20002", "FULL_SERVI": 0, "ADDRID": 70390, "NAME": "New York Avenue BP", "PHONE": "2028321777", "GIS_ID": "Gas_8", "X": 400990.13, "Y": 138465.79 }, "geometry": { "type": "Point", "coordinates": [ -76.988688058943922, 38.914065820715727 ] } }, 11 | { "type": "Feature", "properties": { "ADDRESS": "1248 PENNSYLVANIA AVENUE SE", "ZIP_CODE": "20003", "FULL_SERVI": 0, "ADDRID": 69747, "NAME": "G & K Sunoco", "PHONE": "2025473124", "GIS_ID": "Gas_11", "X": 400984.74, "Y": 134913.48 }, "geometry": { "type": "Point", "coordinates": [ -76.988630671524433, 38.881880136976626 ] } }, 12 | { "type": "Feature", "properties": { "ADDRESS": "1301 13TH STREET NW", "ZIP_CODE": "20005", "FULL_SERVI": 0, "ADDRID": 240902, "NAME": "Logan Circle BP", "PHONE": "2022653005", "GIS_ID": "Gas_12", "X": 397453.66, "Y": 137737.92 }, "geometry": { "type": "Point", "coordinates": [ -77.029376003473629, 38.907503224835466 ] } }, 13 | { "type": "Feature", "properties": { "ADDRESS": "1317 9TH STREET NW", "ZIP_CODE": "20001", "FULL_SERVI": 0, "ADDRID": 239903, "NAME": "Amazing Inc. BP", "PHONE": "2029861300", "GIS_ID": "Gas_13", "X": 397948.96, "Y": 137768.3 }, "geometry": { "type": "Point", "coordinates": [ -77.023654972972452, 38.907813464435364 ] } }, 14 | { "type": "Feature", "properties": { "ADDRESS": "1396 FLORIDA AVENUE NE", "ZIP_CODE": "20002", "FULL_SERVI": 0, "ADDRID": 286118, "NAME": "Casey's BP", "PHONE": "2023963690", "GIS_ID": "Gas_15", "X": 401269.14, "Y": 137028.84 }, "geometry": { "type": "Point", "coordinates": [ -76.985328114696614, 38.901066547591704 ] } }, 15 | { "type": "Feature", "properties": { "ADDRESS": "1400 W STREET NW", "ZIP_CODE": "20009", "FULL_SERVI": 0, "ADDRID": 242884, "NAME": "Lowest Price", "PHONE": "2023283990", "GIS_ID": "Gas_16", "X": 397183.25, "Y": 139013.59 }, "geometry": { "type": "Point", "coordinates": [ -77.03247392957806, 38.919034702694496 ] } }, 16 | { "type": "Feature", "properties": { "ADDRESS": "1442 U STREET NW", "ZIP_CODE": "20009", "FULL_SERVI": 0, "ADDRID": 279190, "NAME": "Capitol Hill Gas Station", "PHONE": "2022652444", "GIS_ID": "Gas_17", "X": 397062.21, "Y": 138763.27 }, "geometry": { "type": "Point", "coordinates": [ -77.03411149078994, 38.916742341383667 ] } }, 17 | { "type": "Feature", "properties": { "ADDRESS": "1535 KENILWORTH AVENUE NE", "ZIP_CODE": "20019", "FULL_SERVI": 0, "ADDRID": 60958, "NAME": "Kenilworth BP", "PHONE": "2023993418", "GIS_ID": "Gas_18", "X": 405626.31, "Y": 138072.93 }, "geometry": { "type": "Point", "coordinates": [ -76.935067580885814, 38.910416893341662 ] } }, 18 | { "type": "Feature", "properties": { "ADDRESS": "1576 WISCONSIN AVENUE NW", "ZIP_CODE": "20007", "FULL_SERVI": 0, "ADDRID": 272739, "NAME": "Lowest Price", "PHONE": "2023338245", "GIS_ID": "Gas_19", "X": 394333.02, "Y": 138075.11 }, "geometry": { "type": "Point", "coordinates": [ -77.065159317635903, 38.910583178159015 ] } }, 19 | { "type": "Feature", "properties": { "ADDRESS": "1601 WISCONSIN AVENUE NW", "ZIP_CODE": "20007", "FULL_SERVI": 1, "ADDRID": 272965, "NAME": "Georgetown Exxon", "PHONE": "2023330538", "GIS_ID": "Gas_20", "X": 394386.76, "Y": 138099.29 }, "geometry": { "type": "Point", "coordinates": [ -77.064870318922473, 38.910606760661487 ] } }, 20 | { "type": "Feature", "properties": { "ADDRESS": "1636 BLADENSBURG ROAD NE", "ZIP_CODE": "20002", "FULL_SERVI": 0, "ADDRID": 58756, "NAME": "Yellow Cab Company of DC", "PHONE": "2025467900", "GIS_ID": "Gas_21", "X": 402016.57, "Y": 138293.6 }, "geometry": { "type": "Point", "coordinates": [ -76.976985693036511, 38.912538846216428 ] } }, 21 | { "type": "Feature", "properties": { "ADDRESS": "1739 NEW JERSEY AVENUE NW", "ZIP_CODE": "20001", "FULL_SERVI": 0, "ADDRID": 237208, "NAME": "New Jersy Avenue Hess", "PHONE": "2026676165", "GIS_ID": "Gas_22", "X": 398499.6, "Y": 138421.89 }, "geometry": { "type": "Point", "coordinates": [ -77.017346755071117, 38.913680073375765 ] } }, 22 | { "type": "Feature", "properties": { "ADDRESS": "1765 NEW YORK AVENUE NE", "ZIP_CODE": "20002", "FULL_SERVI": 0, "ADDRID": 286472, "NAME": "Parkway Shell", "PHONE": "2022693048", "GIS_ID": "Gas_23", "X": 401805.94, "Y": 138780.45 }, "geometry": { "type": "Point", "coordinates": [ -76.979143725843926, 38.916868385614066 ] } }, 23 | { "type": "Feature", "properties": { "ADDRESS": "1801 NEW YORK AVENUE NE", "ZIP_CODE": "20002", "FULL_SERVI": 0, "ADDRID": 289241, "NAME": "New York Avenue Hess", "PHONE": "2028320698", "GIS_ID": "Gas_24", "X": 401951.12, "Y": 138763.81 }, "geometry": { "type": "Point", "coordinates": [ -76.97731584013512, 38.916954382601801 ] } }, 24 | { "type": "Feature", "properties": { "ADDRESS": "1827 ADAMS MILL ROAD NW", "ZIP_CODE": "20009", "FULL_SERVI": 1, "ADDRID": 300759, "NAME": "Rock Creek Exxon", "PHONE": "2022340422", "GIS_ID": "Gas_25", "X": 396258.37, "Y": 139511.69 }, "geometry": { "type": "Point", "coordinates": [ -77.042965675732376, 38.923420050191623 ] } }, 25 | { "type": "Feature", "properties": { "ADDRESS": "1830 RHODE ISLAND AVENUE NE", "ZIP_CODE": "20018", "FULL_SERVI": 0, "ADDRID": 286501, "NAME": "Rhode Island Shell", "PHONE": "2025266314", "GIS_ID": "Gas_26", "X": 401940.83, "Y": 140097.14 }, "geometry": { "type": "Point", "coordinates": [ -76.977255629303414, 38.928824685690692 ] } }, 26 | { "type": "Feature", "properties": { "ADDRESS": "1905 9TH STREET NE", "ZIP_CODE": "20018", "FULL_SERVI": 0, "ADDRID": 54411, "NAME": "Freedom Citgo", "PHONE": "2028328930", "GIS_ID": "Gas_27", "X": 400570.42, "Y": 138804.19 }, "geometry": { "type": "Point", "coordinates": [ -76.993249425970959, 38.916674770411397 ] } }, 27 | { "type": "Feature", "properties": { "ADDRESS": "1925 BLADENSBURG ROAD NE", "ZIP_CODE": "20002", "FULL_SERVI": 0, "ADDRID": 286540, "NAME": "Bladensburg Exxon", "PHONE": "2025266986", "GIS_ID": "Gas_28", "X": 402409.45, "Y": 138788.91 }, "geometry": { "type": "Point", "coordinates": [ -76.972248042109584, 38.916980691690753 ] } }, 28 | { "type": "Feature", "properties": { "ADDRESS": "1950 BENNING ROAD NE", "ZIP_CODE": "20002", "FULL_SERVI": 0, "ADDRID": 290018, "NAME": "Benning Road BP", "PHONE": "2023998880", "GIS_ID": "Gas_29", "X": 402218.06, "Y": 136775.31 }, "geometry": { "type": "Point", "coordinates": [ -76.974417447400612, 38.89882518082338 ] } }, 29 | { "type": "Feature", "properties": { "ADDRESS": "200 MASSACHUSETTS AVENUE NE", "ZIP_CODE": "20001", "FULL_SERVI": 1, "ADDRID": 286572, "NAME": "Congressional Exxon of Capitol Hill", "PHONE": "2025439456", "GIS_ID": "Gas_30", "X": 399732.41, "Y": 136402.39 }, "geometry": { "type": "Point", "coordinates": [ -77.003252659228252, 38.895397165201366 ] } }, 30 | { "type": "Feature", "properties": { "ADDRESS": "2150 M STREET NW", "ZIP_CODE": "20037", "FULL_SERVI": 0, "ADDRID": 279561, "NAME": "KM Exxon #5", "PHONE": "2022939389", "GIS_ID": "Gas_31", "X": 395796.25, "Y": 137458.42 }, "geometry": { "type": "Point", "coordinates": [ -77.048463222519729, 38.904972189962088 ] } }, 31 | { "type": "Feature", "properties": { "ADDRESS": "22 FLORIDA AVENUE NW", "ZIP_CODE": "20001", "FULL_SERVI": 0, "ADDRID": 301035, "NAME": "Lowest Price", "PHONE": "2023322511", "GIS_ID": "Gas_32", "X": 399064.22, "Y": 138163.47 }, "geometry": { "type": "Point", "coordinates": [ -77.010679289247065, 38.91129622342708 ] } }, 32 | { "type": "Feature", "properties": { "ADDRESS": "2200 P STREET NW", "ZIP_CODE": "20037", "FULL_SERVI": 1, "ADDRID": 225947, "NAME": "Embassy Mobile", "PHONE": "2026598560", "GIS_ID": "Gas_33", "X": 395736.26, "Y": 137939.57 }, "geometry": { "type": "Point", "coordinates": [ -77.049156637902385, 38.9093440536221 ] } }, 33 | { "type": "Feature", "properties": { "ADDRESS": "2210 BLADENSBURG ROAD NE", "ZIP_CODE": "20018", "FULL_SERVI": 0, "ADDRID": 50359, "NAME": "Kazco", "PHONE": "2026351373", "GIS_ID": "Gas_35", "X": 402542.49, "Y": 139128.18 }, "geometry": { "type": "Point", "coordinates": [ -76.970798154765617, 38.919934430567118 ] } }, 34 | { "type": "Feature", "properties": { "ADDRESS": "2230 NEW YORK AVENUE NE", "ZIP_CODE": "20002", "FULL_SERVI": 0, "ADDRID": 286747, "NAME": "New York Avenue Exxon", "PHONE": "3015264534", "GIS_ID": "Gas_36", "X": 402327.58, "Y": 138872.09 }, "geometry": { "type": "Point", "coordinates": [ -76.972883610602722, 38.917661798626966 ] } }, 35 | { "type": "Feature", "properties": { "ADDRESS": "2300 PENNSYLVANIA AVENUE SE", "ZIP_CODE": "20020", "FULL_SERVI": 0, "ADDRID": 48967, "NAME": "Capitol Hill Citgo", "PHONE": "2025817080", "GIS_ID": "Gas_37", "X": 402440.86, "Y": 134080.79 }, "geometry": { "type": "Point", "coordinates": [ -76.972014728732518, 38.874509453645473 ] } }, 36 | { "type": "Feature", "properties": { "ADDRESS": "2300 SOUTH DAKOTA AVENUE NE", "ZIP_CODE": "20018", "FULL_SERVI": 0, "ADDRID": 286779, "NAME": "South Dakota Shell", "PHONE": "2028328913", "GIS_ID": "Gas_38", "X": 403508.36, "Y": 139221.18 }, "geometry": { "type": "Point", "coordinates": [ -76.95960640537848, 38.920895952638283 ] } }, 37 | { "type": "Feature", "properties": { "ADDRESS": "2305 PENNSYLVANIA AVENUE SE", "ZIP_CODE": "20020", "FULL_SERVI": 0, "ADDRID": 300688, "NAME": "Signature Pennsylvania Avenue Sunoco", "PHONE": "2025824710", "GIS_ID": "Gas_39", "X": 402315.89, "Y": 134031.68 }, "geometry": { "type": "Point", "coordinates": [ -76.973132381654011, 38.874257379041502 ] } }, 38 | { "type": "Feature", "properties": { "ADDRESS": "2350 SOUTH DAKOTA AVENUE NE", "ZIP_CODE": "20018", "FULL_SERVI": 0, "ADDRID": 48031, "NAME": "South Dakota Shell", "PHONE": "7035363388", "GIS_ID": "Gas_40", "X": 403421.32, "Y": 139305.56 }, "geometry": { "type": "Point", "coordinates": [ -76.960554770503734, 38.921609988129227 ] } }, 39 | { "type": "Feature", "properties": { "ADDRESS": "2420 NEW YORK AVENUE NE", "ZIP_CODE": "20002", "FULL_SERVI": 0, "ADDRID": 287042, "NAME": "New York Avenue Citgo", "PHONE": "2025263677", "GIS_ID": "Gas_41", "X": 402499.1, "Y": 138877.37 }, "geometry": { "type": "Point", "coordinates": [ -76.971238861424368, 38.917760278556131 ] } }, 40 | { "type": "Feature", "properties": { "ADDRESS": "2500 PENNSYLVANIA AVENUE SE", "ZIP_CODE": null, "FULL_SERVI": 0, "ADDRID": 46707, "NAME": "Pennsylvania Avenue BP", "PHONE": "2025845456", "GIS_ID": "Gas_42", "X": 402601.89, "Y": 133973.12 }, "geometry": { "type": "Point", "coordinates": [ -76.970006043180447, 38.873588269519324 ] } }, 41 | { "type": "Feature", "properties": { "ADDRESS": "2501 PENNSYLVANIA AVENUE SE", "ZIP_CODE": "20020", "FULL_SERVI": 0, "ADDRID": 46734, "NAME": "Shell Food Mart", "PHONE": "2025822825", "GIS_ID": "Gas_43", "X": 402552.27, "Y": 133906.58 }, "geometry": { "type": "Point", "coordinates": [ -76.970612513918297, 38.873082025458849 ] } }, 42 | { "type": "Feature", "properties": { "ADDRESS": "2600 14TH STREET NW", "ZIP_CODE": "20009", "FULL_SERVI": 0, "ADDRID": 234256, "NAME": "14th Street BP", "PHONE": "2022324976", "GIS_ID": "Gas_44", "X": 397171.45, "Y": 139552.36 }, "geometry": { "type": "Point", "coordinates": [ -77.032425192464359, 38.923826031974073 ] } }, 43 | { "type": "Feature", "properties": { "ADDRESS": "264 MISSOURI AVENUE NW", "ZIP_CODE": "20011", "FULL_SERVI": 1, "ADDRID": 243503, "NAME": "Miller Brothers Exxon", "PHONE": "2022912914", "GIS_ID": "Gas_45", "X": 398623.02, "Y": 143204.19 }, "geometry": { "type": "Point", "coordinates": [ -77.015748734290995, 38.956711570037754 ] } }, 44 | { "type": "Feature", "properties": { "ADDRESS": "2643 VIRGINIA AVENUE NW", "ZIP_CODE": "20037", "FULL_SERVI": 0, "ADDRID": 279605, "NAME": "Watergate Chevron", "PHONE": "2029656277", "GIS_ID": "Gas_46", "X": 395167.32, "Y": 136961.87 }, "geometry": { "type": "Point", "coordinates": [ -77.055863556006599, 38.900518066736794 ] } }, 45 | { "type": "Feature", "properties": { "ADDRESS": "2651 BENNING ROAD NE", "ZIP_CODE": "20002", "FULL_SERVI": 0, "ADDRID": 300608, "NAME": "Stadium Exxon II Inc.", "PHONE": "2023966125", "GIS_ID": "Gas_47", "X": 402588.33, "Y": 136617.67 }, "geometry": { "type": "Point", "coordinates": [ -76.970030546714952, 38.897539800423637 ] } }, 46 | { "type": "Feature", "properties": { "ADDRESS": "2708 VIRGINIA AVENUE NW", "ZIP_CODE": "20037", "FULL_SERVI": 0, "ADDRID": 279611, "NAME": "Watergate Exxon", "PHONE": "2023387739", "GIS_ID": "Gas_48", "X": 395085.45, "Y": 136949.97 }, "geometry": { "type": "Point", "coordinates": [ -77.056676431907789, 38.900412460945397 ] } }, 47 | { "type": "Feature", "properties": { "ADDRESS": "2713 GOOD HOPE ROAD SE", "ZIP_CODE": "20020", "FULL_SERVI": 0, "ADDRID": 287193, "NAME": "Good Hope Auto Center", "PHONE": "2025813753", "GIS_ID": "Gas_49", "X": 402725.07, "Y": 132479.58 }, "geometry": { "type": "Point", "coordinates": [ -76.968496892618617, 38.860092750035037 ] } }, 48 | { "type": "Feature", "properties": { "ADDRESS": "2715 PENNSYLVANIA AVENUE NW", "ZIP_CODE": "20007", "FULL_SERVI": 1, "ADDRID": 273871, "NAME": "Georgetown Getty", "PHONE": "2023380400", "GIS_ID": "Gas_50", "X": 395101.04, "Y": 137462.21 }, "geometry": { "type": "Point", "coordinates": [ -77.056710617760132, 38.905058503846718 ] } }, 49 | { "type": "Feature", "properties": { "ADDRESS": "2801 ALABAMA AVENUE SE", "ZIP_CODE": "20020", "FULL_SERVI": 0, "ADDRID": 278264, "NAME": "Hillcrest BP", "PHONE": "2025831100", "GIS_ID": "Gas_51", "X": 402801.49, "Y": 132432.38 }, "geometry": { "type": "Point", "coordinates": [ -76.96782199297995, 38.859764362166317 ] } }, 50 | { "type": "Feature", "properties": { "ADDRESS": "2830 SHERMAN AVENUE NW", "ZIP_CODE": "20001", "FULL_SERVI": 0, "ADDRID": 284520, "NAME": "Sherman Apex Pertroleum", "PHONE": "2024626972", "GIS_ID": "Gas_52", "X": 397718.52, "Y": 139858.53 }, "geometry": { "type": "Point", "coordinates": [ -77.026348078826047, 38.926596815959108 ] } }, 51 | { "type": "Feature", "properties": { "ADDRESS": "3011 MARTIN LUTHER KING JR AVENUE SE", "ZIP_CODE": "20032", "FULL_SERVI": 0, "ADDRID": 301041, "NAME": "Martin Luther King Chevron", "PHONE": "2025263600", "GIS_ID": "Gas_53", "X": 400144.92, "Y": 130737.57 }, "geometry": { "type": "Point", "coordinates": [ -76.998237270632799, 38.844463402001466 ] } }, 52 | { "type": "Feature", "properties": { "ADDRESS": "306 RHODE ISLAND AVENUE NW", "ZIP_CODE": "20001", "FULL_SERVI": 0, "ADDRID": 230006, "NAME": "Rhode Island Avenue BP", "PHONE": "2022342973", "GIS_ID": "Gas_54", "X": 398606.63, "Y": 138466.5 }, "geometry": { "type": "Point", "coordinates": [ -77.016066098846551, 38.914063225052224 ] } }, 53 | { "type": "Feature", "properties": { "ADDRESS": "3201 PENNSYLVANIA AVENUE SE", "ZIP_CODE": "20020", "FULL_SERVI": 0, "ADDRID": 38863, "NAME": "Hillcrest Exxon", "PHONE": "2025814550", "GIS_ID": "Gas_55", "X": 403475.48, "Y": 133436.58 }, "geometry": { "type": "Point", "coordinates": [ -76.959923000281947, 38.868722678769409 ] } }, 54 | { "type": "Feature", "properties": { "ADDRESS": "3355 BENNING ROAD NE", "ZIP_CODE": "20019", "FULL_SERVI": 0, "ADDRID": 287842, "NAME": "Benning Road Shell", "PHONE": "2023985920", "GIS_ID": "Gas_56", "X": 403564.16, "Y": 136494.29 }, "geometry": { "type": "Point", "coordinates": [ -76.958811808497558, 38.89631210862899 ] } }, 55 | { "type": "Feature", "properties": { "ADDRESS": "339 PENNSYLVANIA AVENUE SE", "ZIP_CODE": "20003", "FULL_SERVI": 1, "ADDRID": 278384, "NAME": "Capitol Hill Exxon", "PHONE": "2025474054", "GIS_ID": "Gas_57", "X": 399924.17, "Y": 135379.94 }, "geometry": { "type": "Point", "coordinates": [ -77.000885378374861, 38.886199513412166 ] } }, 56 | { "type": "Feature", "properties": { "ADDRESS": "3426 18TH STREET NE", "ZIP_CODE": "20018", "FULL_SERVI": 0, "ADDRID": 34566, "NAME": "K & J Auto Care Inc.", "PHONE": "2022692495", "GIS_ID": "Gas_58", "X": 401736.33, "Y": 140539.34 }, "geometry": { "type": "Point", "coordinates": [ -76.979970007638045, 38.932842314461581 ] } }, 57 | { "type": "Feature", "properties": { "ADDRESS": "3426 GEORGIA AVENUE NW", "ZIP_CODE": "20010", "FULL_SERVI": 0, "ADDRID": 242835, "NAME": "J & K BP", "PHONE": "2028290962", "GIS_ID": "Gas_59", "X": 397899.19, "Y": 140540.23 }, "geometry": { "type": "Point", "coordinates": [ -77.024178221977564, 38.932771432951668 ] } }, 58 | { "type": "Feature", "properties": { "ADDRESS": "3535 CONNECTICUT AVENUE NW", "ZIP_CODE": "20008", "FULL_SERVI": 0, "ADDRID": 219266, "NAME": "KM Exxon #14", "PHONE": "2023649958", "GIS_ID": "Gas_60", "X": 394924.23, "Y": 140965.37 }, "geometry": { "type": "Point", "coordinates": [ -77.058565978987048, 38.936564325926469 ] } }, 59 | { "type": "Feature", "properties": { "ADDRESS": "3540 14TH STREET NW", "ZIP_CODE": "20010", "FULL_SERVI": 0, "ADDRID": 234782, "NAME": "Columbia Heights Exxon", "PHONE": "2022340026", "GIS_ID": "Gas_61", "X": 397127.41, "Y": 140821.36 }, "geometry": { "type": "Point", "coordinates": [ -77.033085560228912, 38.935327017652909 ] } }, 60 | { "type": "Feature", "properties": { "ADDRESS": "3607 M STREET NW", "ZIP_CODE": "20007", "FULL_SERVI": 0, "ADDRID": 274933, "NAME": "Key Bridge Exxon", "PHONE": "2029653760", "GIS_ID": "Gas_62", "X": 393850.94, "Y": 137492.93 }, "geometry": { "type": "Point", "coordinates": [ -77.070902939001883, 38.905270951338146 ] } }, 61 | { "type": "Feature", "properties": { "ADDRESS": "3701 12TH STREET NE", "ZIP_CODE": "20017", "FULL_SERVI": 0, "ADDRID": 300854, "NAME": "Patti's BP", "PHONE": "2022694488", "GIS_ID": "Gas_63", "X": 400791.42, "Y": 140767.5 }, "geometry": { "type": "Point", "coordinates": [ -76.990872176514415, 38.934792670678775 ] } }, 62 | { "type": "Feature", "properties": { "ADDRESS": "3820 MINNESOTA AVENUE NE", "ZIP_CODE": "20019", "FULL_SERVI": 0, "ADDRID": 30064, "NAME": "Minnesota Avenue Citgo", "PHONE": "2023885722", "GIS_ID": "Gas_64", "X": 404209.53, "Y": 136090.5 }, "geometry": { "type": "Point", "coordinates": [ -76.95143565515562, 38.892697648354734 ] } }, 63 | { "type": "Feature", "properties": { "ADDRESS": "3825 ALABAMA AVENUE SE", "ZIP_CODE": "20020", "FULL_SERVI": 0, "ADDRID": 300855, "NAME": "Fort Davis Exxon", "PHONE": "2025815700", "GIS_ID": "Gas_65", "X": 404323.09, "Y": 133087.22 }, "geometry": { "type": "Point", "coordinates": [ -76.950391642601375, 38.865576542360856 ] } }, 64 | { "type": "Feature", "properties": { "ADDRESS": "3830 MINNESOTA AVENUE NE", "ZIP_CODE": "20019", "FULL_SERVI": 0, "ADDRID": 301051, "NAME": "Minnesota Avenue Shell", "PHONE": "2023963600", "GIS_ID": "Gas_66", "X": 404218.72, "Y": 136090.68 }, "geometry": { "type": "Point", "coordinates": [ -76.951184593301107, 38.892945951795909 ] } }, 65 | { "type": "Feature", "properties": { "ADDRESS": "3900 MARTIN LUTHER KING JR AVENUE SW", "ZIP_CODE": "20032", "FULL_SERVI": 0, "ADDRID": 300857, "NAME": "SW Liberty Service Station", "PHONE": "2025749413", "GIS_ID": "Gas_67", "X": 399239.26, "Y": 129402.54 }, "geometry": { "type": "Point", "coordinates": [ -77.008760548647942, 38.832415755220666 ] } }, 66 | { "type": "Feature", "properties": { "ADDRESS": "400 RHODE ISLAND AVENUE NE", "ZIP_CODE": "20002", "FULL_SERVI": 1, "ADDRID": 288064, "NAME": "Rhode Island BP", "PHONE": "2026354545", "GIS_ID": "Gas_69", "X": 399979.85, "Y": 139150.19 }, "geometry": { "type": "Point", "coordinates": [ -77.000269605258026, 38.920137703432765 ] } }, 67 | { "type": "Feature", "properties": { "ADDRESS": "4000 GEORGIA AVENUE NW", "ZIP_CODE": "20011", "FULL_SERVI": 0, "ADDRID": 223657, "NAME": "Shell Gas Station", "PHONE": "2027234000", "GIS_ID": "Gas_70", "X": 397781.23, "Y": 141348.38 }, "geometry": { "type": "Point", "coordinates": [ -77.025435543525646, 38.940165387775757 ] } }, 68 | { "type": "Feature", "properties": { "ADDRESS": "4100 HUNT PLACE NE", "ZIP_CODE": "20019", "FULL_SERVI": 0, "ADDRID": 288109, "NAME": "Minnesota Avenue Exxon", "PHONE": "2023983125", "GIS_ID": "Gas_71", "X": 404910.56, "Y": 137005.15 }, "geometry": { "type": "Point", "coordinates": [ -76.943748968134798, 38.90071035679042 ] } }, 69 | { "type": "Feature", "properties": { "ADDRESS": "4101 ALABAMA AVENUE SE", "ZIP_CODE": "20019", "FULL_SERVI": 0, "ADDRID": 278474, "NAME": "Fort Dupont BP", "PHONE": "2025843200", "GIS_ID": "Gas_72", "X": 404817.2, "Y": 133610.24 }, "geometry": { "type": "Point", "coordinates": [ -76.944489379449536, 38.87030472386175 ] } }, 70 | { "type": "Feature", "properties": { "ADDRESS": "4140 GEORGIA AVENUE NW", "ZIP_CODE": "20011", "FULL_SERVI": 0, "ADDRID": 284837, "NAME": "Georgia Avenue Shell", "PHONE": "2027227391", "GIS_ID": "Gas_73", "X": 397755.34, "Y": 141501.89 }, "geometry": { "type": "Point", "coordinates": [ -77.025696841821627, 38.941551827035134 ] } }, 71 | { "type": "Feature", "properties": { "ADDRESS": "420 RHODE ISLAND AVENUE NW", "ZIP_CODE": "20001", "FULL_SERVI": 0, "ADDRID": 300859, "NAME": "Lowest Price", "PHONE": "2022324097", "GIS_ID": "Gas_74", "X": 398424.15, "Y": 138382.74 }, "geometry": { "type": "Point", "coordinates": [ -77.018171336707312, 38.913312008171957 ] } }, 72 | { "type": "Feature", "properties": { "ADDRESS": "4225 CONNECTICUT AVENUE NW", "ZIP_CODE": "20008", "FULL_SERVI": 0, "ADDRID": 221312, "NAME": "Lowest Price", "PHONE": "2029665995", "GIS_ID": "Gas_75", "X": 394543.86, "Y": 141795.78 }, "geometry": { "type": "Point", "coordinates": [ -77.062993848039028, 38.944051257279746 ] } }, 73 | { "type": "Feature", "properties": { "ADDRESS": "4321 NANNIE HELEN BURROUGHS AVENUE NE", "ZIP_CODE": "20019", "FULL_SERVI": 0, "ADDRID": 288163, "NAME": "Compass Shell", "PHONE": "2023987750", "GIS_ID": "Gas_77", "X": 405190.06, "Y": 136980.05 }, "geometry": { "type": "Point", "coordinates": [ -76.940167706562065, 38.900662259359983 ] } }, 74 | { "type": "Feature", "properties": { "ADDRESS": "45 FLORIDA AVENUE NE", "ZIP_CODE": "20002", "FULL_SERVI": 0, "ADDRID": 288234, "NAME": "BP", "PHONE": "2025297400", "GIS_ID": "Gas_78", "X": 399371.56, "Y": 137994.94 }, "geometry": { "type": "Point", "coordinates": [ -77.007315646724507, 38.909832490169933 ] } }, 75 | { "type": "Feature", "properties": { "ADDRESS": "4501 14TH STREET NW", "ZIP_CODE": "20011", "FULL_SERVI": 0, "ADDRID": 255205, "NAME": "Davis Exxon", "PHONE": "2022919485", "GIS_ID": "Gas_79", "X": 397206.1, "Y": 141935.56 }, "geometry": { "type": "Point", "coordinates": [ -77.032421289883189, 38.945274069486999 ] } }, 76 | { "type": "Feature", "properties": { "ADDRESS": "4501 BENNING ROAD NE", "ZIP_CODE": "20019", "FULL_SERVI": 0, "ADDRID": 20633, "NAME": "East Capitol Exxon", "PHONE": "2023975340", "GIS_ID": "Gas_80", "X": 405369.4, "Y": 135814.27 }, "geometry": { "type": "Point", "coordinates": [ -76.938129167474855, 38.890160464560367 ] } }, 77 | { "type": "Feature", "properties": { "ADDRESS": "4519 BENNING ROAD SE", "ZIP_CODE": "20019", "FULL_SERVI": 0, "ADDRID": 278509, "NAME": "Lowest Price", "PHONE": "2025831216", "GIS_ID": "Gas_81", "X": 405402.53, "Y": 135708.11 }, "geometry": { "type": "Point", "coordinates": [ -76.937693127569446, 38.889289293887899 ] } }, 78 | { "type": "Feature", "properties": { "ADDRESS": "4650 SOUTH CAPITOL STREET SE", "ZIP_CODE": "20032", "FULL_SERVI": 0, "ADDRID": 18486, "NAME": "Eastover Exxon", "PHONE": "2025620493", "GIS_ID": "Gas_82", "X": 399799.04, "Y": 128306.4 }, "geometry": { "type": "Point", "coordinates": [ -77.002237272063454, 38.822303934034473 ] } }, 79 | { "type": "Feature", "properties": { "ADDRESS": "4700 SOUTH CAPITOL STREET SE", "ZIP_CODE": "20032", "FULL_SERVI": 0, "ADDRID": 276660, "NAME": "South Capitol Mini Mart Shell", "PHONE": "2025620661", "GIS_ID": "Gas_83", "X": 399899.15, "Y": 128235.73 }, "geometry": { "type": "Point", "coordinates": [ -77.001236864166657, 38.821795564597601 ] } }, 80 | { "type": "Feature", "properties": { "ADDRESS": "4812 MACARTHUR BOULEVARD NW", "ZIP_CODE": "20007", "FULL_SERVI": 1, "ADDRID": 284961, "NAME": "Parker's Exxon", "PHONE": "2023373144", "GIS_ID": "Gas_84", "X": 391666.99, "Y": 138719.1 }, "geometry": { "type": "Point", "coordinates": [ -77.096045459668773, 38.916352253265202 ] } }, 81 | { "type": "Feature", "properties": { "ADDRESS": "4861 MASSACHUSETTS AVENUE NW", "ZIP_CODE": "20016", "FULL_SERVI": 1, "ADDRID": 269571, "NAME": "Spring Valley Exxon", "PHONE": "2023622639", "GIS_ID": "Gas_85", "X": 391636.09, "Y": 142029.74 }, "geometry": { "type": "Point", "coordinates": [ -77.096408673689041, 38.94596245516086 ] } }, 82 | { "type": "Feature", "properties": { "ADDRESS": "4900 WISCONSIN AVENUE NW", "ZIP_CODE": "20016", "FULL_SERVI": 0, "ADDRID": 266055, "NAME": "Capital BP", "PHONE": "2022449548", "GIS_ID": "Gas_86", "X": 392844.45, "Y": 142848.5 }, "geometry": { "type": "Point", "coordinates": [ -77.082286372803836, 38.953497188313378 ] } }, 83 | { "type": "Feature", "properties": { "ADDRESS": "4925 SOUTH DAKOTA AVENUE NE", "ZIP_CODE": "20017", "FULL_SERVI": 0, "ADDRID": 301164, "NAME": "Dakota BP", "PHONE": "2028328050", "GIS_ID": "Gas_87", "X": 400656.03, "Y": 142416.61 }, "geometry": { "type": "Point", "coordinates": [ -76.992367360774537, 38.949951739089201 ] } }, 84 | { "type": "Feature", "properties": { "ADDRESS": "4940 CONNECTICUT AVENUE NW", "ZIP_CODE": "20007", "FULL_SERVI": 0, "ADDRID": 222125, "NAME": "Precision Automotive", "PHONE": "2029660408", "GIS_ID": "Gas_88", "X": 393927.74, "Y": 142950.13 }, "geometry": { "type": "Point", "coordinates": [ -77.069899822356206, 38.954460802389079 ] } }, 85 | { "type": "Feature", "properties": { "ADDRESS": "5001 CONNECTICUT AVENUE NW", "ZIP_CODE": "20008", "FULL_SERVI": 1, "ADDRID": 262740, "NAME": "Connecticut Avenue BP", "PHONE": "2022446975", "GIS_ID": "Gas_90", "X": 393982.19, "Y": 143026.88 }, "geometry": { "type": "Point", "coordinates": [ -77.069472424755489, 38.954995787964712 ] } }, 86 | { "type": "Feature", "properties": { "ADDRESS": "5001 GEORGIA AVENUE NW", "ZIP_CODE": "20011", "FULL_SERVI": 0, "ADDRID": 251856, "NAME": "Lowest Price", "PHONE": "2025459570", "GIS_ID": "Gas_91", "X": 397667.49, "Y": 142573.02 }, "geometry": { "type": "Point", "coordinates": [ -77.02697498532936, 38.951046876644114 ] } }, 87 | { "type": "Feature", "properties": { "ADDRESS": "5030 CONNECTICUT AVENUE NW", "ZIP_CODE": "20008", "FULL_SERVI": 0, "ADDRID": 301055, "NAME": "KM Exxon #3", "PHONE": "2023645145", "GIS_ID": "Gas_92", "X": 393879.02, "Y": 143051.86 }, "geometry": { "type": "Point", "coordinates": [ -77.070513905783642, 38.955463448572502 ] } }, 88 | { "type": "Feature", "properties": { "ADDRESS": "520 FLORIDA AVENUE NE", "ZIP_CODE": "20002", "FULL_SERVI": 0, "ADDRID": 277678, "NAME": "Florida Avenue Hess", "PHONE": "2025476441", "GIS_ID": "Gas_93", "X": 400116.36, "Y": 137641.11 }, "geometry": { "type": "Point", "coordinates": [ -76.998656868103424, 38.906628760670429 ] } }, 89 | { "type": "Feature", "properties": { "ADDRESS": "5207 NANNIE HELEN BURROUGHS AVENUE NE", "ZIP_CODE": "20019", "FULL_SERVI": 0, "ADDRID": 288552, "NAME": "Sonny's BP Inc.", "PHONE": "2023992122", "GIS_ID": "Gas_94", "X": 406479.18, "Y": 136684.81 }, "geometry": { "type": "Point", "coordinates": [ -76.925375277553044, 38.898069945239186 ] } }, 90 | { "type": "Feature", "properties": { "ADDRESS": "5420 NEW HAMPSHIRE AVENUE NW", "ZIP_CODE": "20011", "FULL_SERVI": 0, "ADDRID": 245909, "NAME": "Lowest Price", "PHONE": "2027228863", "GIS_ID": "Gas_95", "X": 399138.49, "Y": 143158.25 }, "geometry": { "type": "Point", "coordinates": [ -77.009837907855299, 38.956435807270573 ] } }, 91 | { "type": "Feature", "properties": { "ADDRESS": "5501 SOUTH DAKOTA AVENUE NE", "ZIP_CODE": "20011", "FULL_SERVI": 1, "ADDRID": 155992, "NAME": "Brown & Vaz's Exxon", "PHONE": "2028326220", "GIS_ID": "Gas_96", "X": 399976.58, "Y": 143101.45 }, "geometry": { "type": "Point", "coordinates": [ -77.000269752475901, 38.955818369396134 ] } }, 92 | { "type": "Feature", "properties": { "ADDRESS": "5521 CONNECTICUT AVENUE NW", "ZIP_CODE": "20015", "FULL_SERVI": 1, "ADDRID": 264023, "NAME": "Circle Exxon", "PHONE": "2023646364", "GIS_ID": "Gas_97", "X": 393561.42, "Y": 143989.76 }, "geometry": { "type": "Point", "coordinates": [ -77.074324722426041, 38.963796550203945 ] } }, 93 | { "type": "Feature", "properties": { "ADDRESS": "5831 GEORGIA AVENUE NW", "ZIP_CODE": "20011", "FULL_SERVI": 1, "ADDRID": 285276, "NAME": "Missouri Exxon", "PHONE": "3015892978", "GIS_ID": "Gas_98", "X": 397597.19, "Y": 143640.41 }, "geometry": { "type": "Point", "coordinates": [ -77.027723340322709, 38.96066311623153 ] } }, 94 | { "type": "Feature", "properties": { "ADDRESS": "6201 NEW HAMPSHIRE AVENUE NE", "ZIP_CODE": "20011", "FULL_SERVI": 0, "ADDRID": 3716, "NAME": "Eastern Avenue Shell", "PHONE": "2025295466", "GIS_ID": "Gas_99", "X": 399792.04, "Y": 144146.29 }, "geometry": { "type": "Point", "coordinates": [ -77.002412484124847, 38.965259266528989 ] } }, 95 | { "type": "Feature", "properties": { "ADDRESS": "6300 GEORGIA AVENUE NW", "ZIP_CODE": "20011", "FULL_SERVI": 1, "ADDRID": 253249, "NAME": "Georgia Avenue BP", "PHONE": "2027265300", "GIS_ID": "Gas_100", "X": 397576.26, "Y": 144292.03 }, "geometry": { "type": "Point", "coordinates": [ -77.027993393882483, 38.966600991199087 ] } }, 96 | { "type": "Feature", "properties": { "ADDRESS": "6350 GEORGIA AVENUE NW", "ZIP_CODE": "20011", "FULL_SERVI": 0, "ADDRID": 259632, "NAME": "Putnams Exxon In", "PHONE": "2027239379", "GIS_ID": "Gas_101", "X": 397583.18, "Y": 144325.44 }, "geometry": { "type": "Point", "coordinates": [ -77.027824047978612, 38.966959276571714 ] } }, 97 | { "type": "Feature", "properties": { "ADDRESS": "6401 GEORGIA AVENUE NW", "ZIP_CODE": "20008", "FULL_SERVI": 0, "ADDRID": 254025, "NAME": "Pattie's BP #2", "PHONE": "2027236825", "GIS_ID": "Gas_102", "X": 397672.39, "Y": 144402.23 }, "geometry": { "type": "Point", "coordinates": [ -77.026826963758623, 38.96754558086765 ] } }, 98 | { "type": "Feature", "properties": { "ADDRESS": "6419 GEORGIA AVENUE NW", "ZIP_CODE": "20011", "FULL_SERVI": 1, "ADDRID": 254024, "NAME": "J & K Shell", "PHONE": "2027290762", "GIS_ID": "Gas_103", "X": 397655.63, "Y": 144467.06 }, "geometry": { "type": "Point", "coordinates": [ -77.027083258298234, 38.968120265715072 ] } }, 99 | { "type": "Feature", "properties": { "ADDRESS": "7000 BLAIR ROAD NW", "ZIP_CODE": "20012", "FULL_SERVI": 0, "ADDRID": 249127, "NAME": "Takoma Metro BP", "PHONE": "2028827850", "GIS_ID": "Gas_104", "X": 398346.95, "Y": 145235.41 }, "geometry": { "type": "Point", "coordinates": [ -77.019004302028847, 38.975015977998503 ] } }, 100 | { "type": "Feature", "properties": { "ADDRESS": "7401 GEORGIA AVENUE NW", "ZIP_CODE": "20012", "FULL_SERVI": 0, "ADDRID": 253740, "NAME": "Walter Reed Exxon", "PHONE": "2027267327", "GIS_ID": "Gas_105", "X": 397741.14, "Y": 145748.22 }, "geometry": { "type": "Point", "coordinates": [ -77.026089166258515, 38.979687232873381 ] } }, 101 | { "type": "Feature", "properties": { "ADDRESS": "7605 GEORGIA AVENUE NW", "ZIP_CODE": "20002", "FULL_SERVI": 0, "ADDRID": 253716, "NAME": "Georgia Avenue BP", "PHONE": "2027237588", "GIS_ID": "Gas_106", "X": 397738.2, "Y": 146033.75 }, "geometry": { "type": "Point", "coordinates": [ -77.026128795784274, 38.982229541669355 ] } }, 102 | { "type": "Feature", "properties": { "ADDRESS": "814 BLADENSBURG ROAD NE", "ZIP_CODE": "20002", "FULL_SERVI": 0, "ADDRID": 288979, "NAME": "Bladensburg BP", "PHONE": "2023988011", "GIS_ID": "Gas_107", "X": 401469.93, "Y": 137030.22 }, "geometry": { "type": "Point", "coordinates": [ -76.98315622220133, 38.901190029462008 ] } }, 103 | { "type": "Feature", "properties": { "ADDRESS": "823 PENNSYLVANIA AVENUE SE", "ZIP_CODE": "20003", "FULL_SERVI": 0, "ADDRID": 280153, "NAME": "Distads BP", "PHONE": "2025430200", "GIS_ID": "Gas_108", "X": 400500.02, "Y": 135070.72 }, "geometry": { "type": "Point", "coordinates": [ -76.993964725280193, 38.883383682728009 ] } }, 104 | { "type": "Feature", "properties": { "ADDRESS": "908 FLORIDA AVENUE NW", "ZIP_CODE": "20001", "FULL_SERVI": 0, "ADDRID": 239467, "NAME": "Florida Avenue Liberty", "PHONE": null, "GIS_ID": "Gas_109", "X": 397880.9, "Y": 138881.95 }, "geometry": { "type": "Point", "coordinates": [ -77.024329588514078, 38.917897826766833 ] } }, 105 | { "type": "Feature", "properties": { "ADDRESS": "3101 RHODE ISLAND AVENUE NE", "ZIP_CODE": "20018", "FULL_SERVI": 0, "ADDRID": 287515, "NAME": "Shell Rhode Island Ave", "PHONE": "2025263977", "GIS_ID": "Gas_111", "X": 403100.17, "Y": 140725.25 }, "geometry": { "type": "Point", "coordinates": [ -76.9642434129008, 38.934406998660961 ] } }, 106 | { "type": "Feature", "properties": { "ADDRESS": "4200 NANNIE HELEN BURROUGHS AVENUE NE", "ZIP_CODE": "20019", "FULL_SERVI": 0, "ADDRID": 288132, "NAME": "Northeast Chevron", "PHONE": "2023991191", "GIS_ID": "Gas_112", "X": 405037.33, "Y": 137131.42 }, "geometry": { "type": "Point", "coordinates": [ -76.941925932905136, 38.902023081570299 ] } }, 107 | { "type": "Feature", "properties": { "ADDRESS": "4900 BATES ROAD NE", "ZIP_CODE": "20011", "FULL_SERVI": 0, "ADDRID": 301206, "NAME": "Department of Public Works", "PHONE": null, "GIS_ID": "Gas_113", "X": 399765.11, "Y": 142155.0 }, "geometry": { "type": "Point", "coordinates": [ -77.001029866779106, 38.947610642007533 ] } }, 108 | { "type": "Feature", "properties": { "ADDRESS": "SCALE GATE ROAD NW", "ZIP_CODE": "20011", "FULL_SERVI": 0, "ADDRID": 292895, "NAME": "Soldier's Home", "PHONE": null, "GIS_ID": "Gas_114", "X": 399331.02, "Y": 140829.299 }, "geometry": { "type": "Point", "coordinates": [ -77.00771515678602, 38.935349516946289 ] } }, 109 | { "type": "Feature", "properties": { "ADDRESS": "2450 WISCONSIN AVENUE NW", "ZIP_CODE": "20007", "FULL_SERVI": 0, "ADDRID": 295037, "NAME": "Georgetown Chevron", "PHONE": "2023376277", "GIS_ID": "Gas_115", "X": 393672.16, "Y": 139375.1 }, "geometry": { "type": "Point", "coordinates": [ -77.073001577349018, 38.922349912840417 ] } }, 110 | { "type": "Feature", "properties": { "ADDRESS": "1835 WEST VIRGINIA AVENUE NE", "ZIP_CODE": "20002", "FULL_SERVI": 0, "ADDRID": 301204, "NAME": "Department of Public Works", "PHONE": null, "GIS_ID": "Gas_116", "X": 401422.49, "Y": 138248.98 }, "geometry": { "type": "Point", "coordinates": [ -76.983362171426265, 38.912133379038103 ] } }, 111 | { "type": "Feature", "properties": { "ADDRESS": "4TH AVENUE SW", "ZIP_CODE": "20024", "FULL_SERVI": 0, "ADDRID": 293014, "NAME": "Fort McNair Shoppette", "PHONE": "2024845823", "GIS_ID": "Gas_117", "X": 398656.51, "Y": 133696.92 }, "geometry": { "type": "Point", "coordinates": [ -77.015485575465192, 38.87109597104979 ] } }, 112 | { "type": "Feature", "properties": { "ADDRESS": "100 42ND STREET NE", "ZIP_CODE": null, "FULL_SERVI": 0, "ADDRID": 294469, "NAME": "6th District Police Station", "PHONE": "2026980880", "GIS_ID": "Gas_118", "X": 404954.87, "Y": 136072.46 }, "geometry": { "type": "Point", "coordinates": [ -76.942854185504842, 38.892208099279102 ] } }, 113 | { "type": "Feature", "properties": { "ADDRESS": "4400 BENNING ROAD NE", "ZIP_CODE": "20019", "FULL_SERVI": 0, "ADDRID": 288186, "NAME": "Benning Citgo", "PHONE": "2023975992", "GIS_ID": "Gas_119", "X": 405321.74, "Y": 135978.61 }, "geometry": { "type": "Point", "coordinates": [ -76.938654807991142, 38.891635149866723 ] } }, 114 | { "type": "Feature", "properties": { "ADDRESS": "1301 BLADENSBURG ROAD NE", "ZIP_CODE": "20002", "FULL_SERVI": 0, "ADDRID": 300661, "NAME": "Lowest Price", "PHONE": "2023962070", "GIS_ID": "Gas_120", "X": 401896.57, "Y": 137744.97 }, "geometry": { "type": "Point", "coordinates": [ -76.978136843404585, 38.907564816586458 ] } }, 115 | { "type": "Feature", "properties": { "ADDRESS": "1800 18TH STREET NW", "ZIP_CODE": "20009", "FULL_SERVI": 0, "ADDRID": 241151, "NAME": "Yu's Service Inc.", "PHONE": "2023329707", "GIS_ID": "Gas_121", "X": 396366.08, "Y": 138499.35 }, "geometry": { "type": "Point", "coordinates": [ -77.041900192998895, 38.914351625020174 ] } }, 116 | { "type": "Feature", "properties": { "ADDRESS": "2800 12TH STREET NE", "ZIP_CODE": "20017", "FULL_SERVI": 0, "ADDRID": 44895, "NAME": "Lowest Price", "PHONE": "2022690925", "GIS_ID": "Gas_122", "X": 400795.53, "Y": 139777.86 }, "geometry": { "type": "Point", "coordinates": [ -76.990825253752703, 38.925876612232464 ] } }, 117 | { "type": "Feature", "properties": { "ADDRESS": "1801 WEST VIRGINIA AVENUE NE", "ZIP_CODE": "20002", "FULL_SERVI": 0, "ADDRID": 55987, "NAME": "Lowest Price", "PHONE": "2025265258", "GIS_ID": "Gas_123", "X": 401290.12, "Y": 138065.33 }, "geometry": { "type": "Point", "coordinates": [ -76.985264082803738, 38.910646596724625 ] } } 118 | ] 119 | } 120 | --------------------------------------------------------------------------------