Tagged Questions
0
votes
0answers
105 views
Merging OSM files with OSMOSIS and import to Postgres with OSM2PGSQL
I have a problem merging and then importing two OSM files.
I downloaded to distinct .osm-files from cloudmade. They are not sharing any geographical attribute (as the first is the country Monaco, the ...
1
vote
1answer
126 views
How to import Osmosis DB schemas into PostGIS DB
I'm trying to import Osmosis schema into into a PostGIS DB. I followed this article.
I created a DB:
createdb osm_schema
Then I executed the following command:
osmosis --write-pgsql ...
1
vote
1answer
122 views
Looking for a template project for OSM data
I have a PostGIS 2 database filled with OSM data for my country via Osmosis. Is there perhaps a template/project (!styling) for QGIS i could download, where i would simply change the provider of data ...
4
votes
3answers
3k views
Select bounding box using postgis
I want to create a query to select all ways and their nodes that exist within a bounding box using postGIS. The bounding box shall includes all details as osmosis "--bounding-box" command will ...
6
votes
3answers
706 views
Large Open Street Map OSM file to Shapefile. Is there any hope for 32-bit FME?
I have a large OSM XML file (around 8 GB) that I was hoping to process in FME. I have a workbench that I previously used to process smaller files (500 MB) into feature type-specific Shapefiles (e.g. ...
