Groningen (Saramacca) Map Cropping Samples
Groningen (Saramacca) Map Cropping Samples-1
Groningen (Saramacca) Map Cropping Samples-2
Groningen neighborhoods and villages map with 3D shadow effect
flag map of Groningen with 3D shadow effect
Groningen map with 3d shadow effect
Download outline map of Groningen (geojson format) :
Groningen.geojson (**)
Download polygon array of Groningen map for "Google Maps" :
Groningen.txt
Bounding Box for Groningen Map : ( 5.738661 , -55.545916 , 5.868648 , -55.458165 )
Wikipedia ID for Groningen : Q508935
Wikipedia SPARQL Query for Groningen (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q508935 wdt:P1082 ?population. }
OPTIONAL { wd:Q508935 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q508935 wdt:P2046 ?area. }
OPTIONAL { wd:Q508935 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q508935 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q508935 p:P625 ?coordinate.
?coordinate psv:P625 ?coordinate_node.
?coordinate_node wikibase:geoLatitude ?latitude.
?coordinate_node wikibase:geoLongitude ?longitude.
}
}
Run this SPARQL Query on Wikidata Page (Click RUN button on the opened page!)
Run this Query with SPARQL API
Get Boundaries from overpass-turbo (OSM) with boundary box of Groningen map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](5.738661, -55.545916, 5.868648, -55.458165);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Groningen)
[out:json];
(
rel["name"="Groningen"][type=boundary];
rel["name:en"="Groningen"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Groningen
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Dampoentoeng | 5.816670 , -55.500000 |
Dirkshoop | 5.783330 , -55.483330 |
Sidodadi | 5.794490 , -55.495650 |
Tamba-Redjo | 5.837970 , -55.531010 |
Notes:
- You can download geometry data for Groningen in various formats (Geojson,KML,GPX,raw OSM data) by clicking export button on the overpass-turbo
- You can freely use the jpeg type map images you created on the "map cropping" page or downloaded from the "samples" pages.
- (**)
Terms of Use for downloaded geojson files.