Alejandro Cynowicz
- Mappatore dal:
- 12 giugno 2016
- Ultima modifica della mappa:
- 22 giugno 2024
Links:
Name | Address | |
---|---|---|
Street Lamps in OSM | http://osmstreetlight.bplaced.net/ | |
Overpass Turbo | https://overpass-turbo.eu/ | |
Streets GL | https://streets.gl/ | |
OpenStreetMap Taginfo | https://taginfo.openstreetmap.org/ | |
CARTO ARBA | https://carto.arba.gov.ar/cartoArba/ | |
WaterwayMap.org - OSM River Basins | https://waterwaymap.org/ | |
Wikidata items linked to OSM | https://map.osm.wikidata.link/ | |
World Imagery Wayback | https://livingatlas.arcgis.com/wayback/ | |
Bellingcat OSM Search | https://osm-search.bellingcat.com/ | |
Bus Lanes Viewer | https://github.com/zlant/bus-lanes | |
OSMCha - Validation tool for OSM | https://osmcha.org/ | |
How did you contribute to OSM? | https://hdyc.neis-one.org/?Alejandro%20Cynowicz | |
OSMstats - Statistics of the free wiki world map | https://osmstats.neis-one.org | |
OSM Deep History | https://osmlab.github.io/osm-deep-history/ | |
OSM History Viewer | https://pewu.github.io/osm-history/ | |
ohsome - OSM History Analizer | https://dashboard.ohsome.org/ |
Planos catastrales:
Resoluciones generales según el Gobierno de la Ciudad:
Queries:
- Buildings under construction:
/* This query looks for nodes, ways and relations with the given key/value combination. Choose your region and hit the Run button above! */ [out:json][timeout:25]; // gather results nwr["building"="construction"]["source" = "Reconocimiento terrestre por Kaart 2016"]({{bbox}}); // print results out geom;
- Residential streets missing the LIT key:
// @name Residential streets missing the LIT key. /* This has been generated by the overpass-turbo wizard. The original search was: “lit=no and highway=residential” */ [out:json][timeout:25]; // gather results nwr[!"lit"]["highway"="residential"]({{bbox}}); // print results out geom;