Open banjtheman opened 3 years ago
Add the following data soucres to our PostGis database
We need this data for #84 and #85 to get accurate information
Bike trails: https://opendata.dc.gov/datasets/bike-trails/explore?location=14.465233%2C59.704936%2C0.00&showTable=true Sidwalks: https://opendata.dc.gov/datasets/sidewalks/explore?location=14.465233%2C59.704936%2C0.00&showTable=true Rec: https://opendata.dc.gov/datasets/recreation-facilities/explore?location=38.894577%2C-77.008442%2C12.47&showTable=true Retail : https://opendata.dc.gov/datasets/retail-sites/explore?location=38.892472%2C-77.066473%2C11.26 Truck and bus: https://opendata.dc.gov/datasets/e376de8e9a4d4a1c8cfc54918630d5e0_104/explore?location=8.865305%2C59.704936%2C0.00&showTable=true
gdf=geopandas.read_file('https://opendata.arcgis.com/datasets/URL.geojson')
Data has been added to PostGIS with geography
What is the Task
Add the following data soucres to our PostGis database
Why do we want to do this
We need this data for #84 and #85 to get accurate information
How can I get started?
Bike trails: https://opendata.dc.gov/datasets/bike-trails/explore?location=14.465233%2C59.704936%2C0.00&showTable=true Sidwalks: https://opendata.dc.gov/datasets/sidewalks/explore?location=14.465233%2C59.704936%2C0.00&showTable=true Rec: https://opendata.dc.gov/datasets/recreation-facilities/explore?location=38.894577%2C-77.008442%2C12.47&showTable=true Retail : https://opendata.dc.gov/datasets/retail-sites/explore?location=38.892472%2C-77.066473%2C11.26 Truck and bus: https://opendata.dc.gov/datasets/e376de8e9a4d4a1c8cfc54918630d5e0_104/explore?location=8.865305%2C59.704936%2C0.00&showTable=true
Definition of Done
Data has been added to PostGIS with geography