Miami Dade GIS geoJSON

Project Info

Developers' URL
https://github.com/Code-for-Miami/miami-dade-gis
Stage
Commenting: Initial status for project, it's an idea people are commenting on
README

The goal of the Miami-Dade GIS geoJSON project is to help local developers new to building web based maps for Miami-Dade to easily get local shapefiles and use them in their projects. The GIS files available on the county websites have been converted to a geoJSON format which can be used in other modern web developer tools such as CartoDB and others. (To see GeoJSON at work, look at this example of all county libraries, in a geoJSON format directly inside Github.)

The Miami version of this project is inspired from a similar project from Portland: https://github.com/Caged/portland-atlas.

  1. Download shapefiles archives from the Miami-Dade Self-Service GIS
  2. Convert shapefiles to geoJSON at http://shpescape.com/mix/ (upload the .zip)
  3. Click download. When geoJSON file opens in browser, copy its content to a .geojson file
  4. Once geoJSON file is pushed to Github, you can see it as a map by clicking on the file and then selecting the paper icon if it is not already selected.

If you have issues displaying map, use the geoJSON Linter to test your data.

Our recent hackpad notes: (Hackpad)[http://projects.codeformiami.org/projects/miami_dade_gis_geojson]

Project Activity

Update #5

Here is the API for the GIS data and other useful resources:

  • http://gis.mdc.opendata.arcgis.com
  • http://his.MDC.opendata.arcgis.com/data.json
  • http://github.com/Esri?tab=repositories
  • http://storymaps.arcgis.com/en

Posted on by Cristina Solana

Update #4

Unexpected meeting yesterday with Miami-dade Counties GIS department (and their vendor). They are close (about a week) from releasing an API that would provide GeoJSON for the data that Georgiy scraped. They are aiming for Monday, but no promises.

Once it is made available we will post links here to see if there is any room for improvement or if we should just start using the API to build apps. They will also be providing use with links to their developer portal and GitHub repos.

Posted on by Cristina Solana

Update #3

11/10/2014 Hackpad Notes

(Hackpad)[https://hackpad.com/Miami-Dade-GIS-API-UKCI6BZ0OAD]

Posted on by Georgiy Slobodenyuk

Update #2

I've published the nodejs scripts I used to crawl the Miami GIS website and convert to geoJSON here:

https://github.com/youanden/miami-gis-to-geojson-crawler

Posted on by Georgiy Slobodenyuk

Update #1

I've crawled the GIS website and and converted a majority of the zips to geoJSON here:

https://github.com/youanden/miami-dade-gis/tree/a7cba57e84698d08af384cc7991b6cc5c38e69e0

Posted on by Georgiy Slobodenyuk