Skip to content

Instantly share code, notes, and snippets.

@vgeorge
vgeorge / README.md
Last active February 10, 2016 20:21 — forked from anonymous/overpass.geojson
Cachoeiras do Brasil no OpenStreetMap

Consulta no Overpass que busca todas as cachoeiras e quedas d'água mapeadas no OpenStreetMap em território brasileiro:

[out:json];
{{geocodeArea:brazil}}->.searchArea;
( 
  way["natural"="cliff"](area.searchArea);
  node["waterway"="waterfall"](area.searchArea);
);
out body;
@vgeorge
vgeorge / overpass.geojson
Created February 10, 2016 20:21 — forked from anonymous/overpass.geojson
data exported by overpass turbo
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vgeorge
vgeorge / geo_files_sizes
Created November 10, 2017 04:37 — forked from diogok/geo_files_sizes
Comparing file size for geospatial data for GeoJSON, TopoJSON, KML, CSV with WKT, SQLite/Spatialite and original shapefile. All with and without compression, none simplified.
88K ucs_mma_28012015.attributes.csv.gz
352K ucs_mma_28012015.topo.json.gz
460K ucs_mma_28012015.attributes.csv
2,8M ucs_mma_28012015.topo.json
16M ucs_mma_28012015.spatial.deflate.db
26M ucs_mma_28012015.spatial.db
31M ucs_mma_28012015.wkt.csv.gz
31M ucs_mma_28012015.kml.gz
31M ucs_mma_28012015.geo.json.gz
38M ucs_mma_28012015.wkb.db