-
Notifications
You must be signed in to change notification settings - Fork 3
OSM data
Elisabeth Le Saux Wiederhold edited this page Aug 30, 2019
·
1 revision
OrbisAnalysis provides a complete ELT (Extract Load Transform) process to transform OSM data into GIS layers. Available processes :
-
extract
: extracts the OSM data using the overpass api and save the result in an XML file (.osm
) -
load
: loads an OSM file in a database and builds the OSM tables (NODE
,RELATION
,WAY
,WAY_TAG
,WAY_NODE
, ...) -
toPoints
: transforms the nodes as points. It can apply to all the nodes or to nodes filtered thanks to tag keys -
toLines
: transforms the ways as lines. It can apply to all the ways or to ways filtered thanks to tag keys -
toPolygons
: transforms the ways and relations as polygons. It can apply to all the objects or to objects filtered thanks to tag keys