Skip to content

Latest commit

 

History

History
86 lines (47 loc) · 2.26 KB

README.md

File metadata and controls

86 lines (47 loc) · 2.26 KB

Niagara Open Data

Open Data Sets

Other Data Resources


Helpful Tools & Resources

Geographic Data Formats:

Popular Data Formats:

Using GitHub to Display Data

GitHub can be an excellent tool for sharing and visualizing data of various types.

Viewing Geographic Data

Tools for displaying KML:

Tools for displaying GeoJSON

Other tools

Tools For Converting Data

Many tools exist that can convert data into desired formats.

Online Tools

CSV: This site http://www.convertcsv.com, has many tools for converting all kind of data formats to and from CSV.

CSV to GeoJSON: http://togeojson.com

Scripts & Libraries

CSV to GeoJSON (nodeJS module): http://dev.openlayers.org/examples/vector-formats.html

KML to CSV (ruby script):

See scripts folder in this repo: https://github.com/NiagaraOpenData/opendata/blob/master/_scripts/kml2csv

Run this command:

ruby kml2csv kmlfile.xml > newfile.csv

JSON to CSV (PHP): https://github.com/danmandle/JSON2CSV