hi,

just read in https://trac.osgeo.org/grass/wiki/GSoC/2017#v.in.osmenhancement

"Until now a script, called v.in.osm, exists, but it is able to import data
only from a PostgreSQL database after using ​osm2pgsql to convert OSM format
to PostgreSQL/PostGIS. This project has to implement the capabilities to
import directly the .osm or .pbf format."

just see the example
https://grass.osgeo.org/grass72/manuals/addons/v.in.osm.html

 Import from OSM PBF file:

v.in.osm input=saarland-latest.osm.pbf table=lines type=point,line
output=roads \
         where="highway is not null"

so it seems v.in.osm is already able to read pbf-files.

?





-----
best regards
Helmut
--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/GSoC-idea-v-in-osm-enhancement-tp5304492.html
Sent from the Grass - Dev mailing list archive at Nabble.com.
_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to