Changes between Version 13 and Version 14 of GSoC/2017


Ignore:
Timestamp:
Jan 25, 2017, 2:53:41 PM (7 years ago)
Author:
wenzeslaus
Comment:

escape camel case

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2017

    v13 v14  
    8181=== v.in.osm enhancement ===
    8282
    83 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:
     83!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:
    8484 * [http://wiki.openstreetmap.org/wiki/Osm2pgsql osm2pgsql] using PostgreSQL/PostGIS
    8585 * ogr library through [http://www.gdal.org/drv_osm.html OSM format]