Changes between Version 7 and Version 8 of GSoC/2017


Ignore:
Timestamp:
01/23/17 07:46:51 (8 years ago)
Author:
hellik
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2017

    v7 v8  
    107107=== v.in.osm enhancement ===
    108108
    109 OpenStreetMap is a powerfull dataset. A module to import these data is neeeded. 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:
     109OpenStreetMap 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:
    110110 * [http://wiki.openstreetmap.org/wiki/Osm2pgsql osm2pgsql] using PostgreSQL/PostGIS
    111111 * ogr library through [http://www.gdal.org/drv_osm.html OSM format]