Changes between Version 7 and Version 8 of GSoC/2017
- Timestamp:
- 01/23/17 07:46:51 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GSoC/2017
v7 v8 107 107 === v.in.osm enhancement === 108 108 109 OpenStreetMap is a powerfull dataset. A module to import these data is nee eded. Until now a script, called [https://grass.osgeo.org/grass70/manuals/addons/v.in.osm.html v.in.osm], exists, but it is able to import data only from a PostgreSQL database after using [http://wiki.openstreetmap.org/wiki/Osm2pgsql osm2pgsql] to convert OSM format to PostgreSQL/PostGIS. This project has to implement the capabilities to import directly the .osm or .pbf format. It should use different backend to import the data, the different options could be:109 OpenStreetMap is a powerfull dataset. A module to import these data is needed. Until now a script, called [https://grass.osgeo.org/grass70/manuals/addons/v.in.osm.html v.in.osm], exists, but it is able to import data only from a PostgreSQL database after using [http://wiki.openstreetmap.org/wiki/Osm2pgsql osm2pgsql] to convert OSM format to PostgreSQL/PostGIS. This project has to implement the capabilities to import directly the .osm or .pbf format. It should use different backend to import the data, the different options could be: 110 110 * [http://wiki.openstreetmap.org/wiki/Osm2pgsql osm2pgsql] using PostgreSQL/PostGIS 111 111 * ogr library through [http://www.gdal.org/drv_osm.html OSM format]