Description Usage Arguments Value Author(s) Examples
Import OSM/PBF file to PostgreSQL.
1 | postgresOSM(input, dblist)
|
input |
The input file path (Must be in .osm or .pbf format) |
dblist |
A list with database credentials. |
The osmosis call
Sebastian Gatscha
1 2 3 4 | dest <- getOSM(filterby="osm", exclude = "md5", r1 = 2, r2 =13, dest="")
dblist <- list(dbname="test", dbuser="postgres", dbhost="localhost",
dbport="5432", dbpwd="postgres")
cmd <- postgresOSM(dest, dblist)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.