|
|
Line 4: |
Line 4: |
| |Sources=https://en.wikipedia.org/wiki/OpenStreetMap, http://www.openstreetmap.org/ | | |Sources=https://en.wikipedia.org/wiki/OpenStreetMap, http://www.openstreetmap.org/ |
| }} | | }} |
| + | == OSM in oedb == |
| + | |
| + | OSM can be imported in PostgreSQL. <br/>The '''oedb''' has the schema openstreetmap. |
| + | |
| + | |
| + | |
| + | The import is done with [https://github.com/openego/data_processing/blob/refactor/as-a-python-script/data_processing/tools/osm2pgsql/osm2oedb.txt osm2pgsql], [https://github.com/openego/data_processing/blob/refactor/as-a-python-script/data_processing/tools/osm2pgsql/oedb.style oedb.style] and [https://github.com/openego/data_processing/blob/refactor/as-a-python-script/data_processing/sql_snippets/setup_openstreetmap.sql setup_openstreetmap.sql] |
Revision as of 12:31, 9 October 2016
Definition
[[GlossaryDefinition::1. OpenStreetMap (OSM) is a collaborative project to create a free editable map of the world. The creation and growth of OSM has been motivated by restrictions on use or availability of map information across much of the world, and the advent of inexpensive portable satellite navigation devices.[5] OSM is considered a prominent example of volunteered geographic information.]]
Abbreviation
OSM
Synonyms
Superterms
Subterms
Sources
https://en.wikipedia.org/wiki/OpenStreetMap, http://www.openstreetmap.org/
OSM in oedb
OSM can be imported in PostgreSQL.
The oedb has the schema openstreetmap.
The import is done with osm2pgsql, oedb.style and setup_openstreetmap.sql