-
Canada Open Government: http://open.canada.ca/en
-
Ontario: https://www.ontario.ca/open-data
-
Niagara Region: http://www.niagararegion.ca/government/opendata/
-
Niagara Falls: https://www.niagarafalls.ca/services/open/data/
-
City Data: http://www.city-data.com/canada/
-
Open Geospatial Data: http://www.brocku.ca/maplibrary/digital/web-resources.php
Geographic Data Formats:
Popular Data Formats:
GitHub can be an excellent tool for sharing and visualizing data of various types.
-
CSV/TSV: View and search data in friendly display. See bus stop CSV example
-
GeoJSON: Display Map. See bus stop GeoJSON example
Tools for displaying KML:
- KML Displayer: http://display-kml.appspot.com
Tools for displaying GeoJSON
Other tools
Many tools exist that can convert data into desired formats.
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
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