Skip to content

Some .NET tools to import things from the OpenStreetMap via the Overpass API

Notifications You must be signed in to change notification settings

OffenesJena/OSMImports

Repository files navigation

OSM Importer

A tiny tool to query the Open Street map database via the Overpass API and to convert the result to GeoJSON. The examples show in which ways the OK Lab Jena (Offenes Jena / Jena Open Data) makes use of its features for their OpenData projects.

In order to query all tram lines and stations in Jena, Germany

new OverpassQuery("Jena").
WithRelations("route",   "tram").
WithNodes    ("railway", "tram_stop").
ToFile       ("trams.json").
ToGeoJSONFile("trams.geojson").
RunNow();

About

Some .NET tools to import things from the OpenStreetMap via the Overpass API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages