osmosis icon indicating copy to clipboard operation
osmosis copied to clipboard

Osmosis is a command line Java application for processing OSM data.

Results 39 osmosis issues
Sort by recently updated
recently updated
newest added

This PR adds ID matching to tag-transform. Tag-Transformation may be applied to entities with matching osm ID only: ``` ... 4 5 ... ``` Note: If this PR is accepted,...

When I tried executing `osmosis` v0.48.3 in my MacOS, I've got: ``` SEVERE: Thread for task 1-read-pbf failed org.openstreetmap.osmosis.core.OsmosisRuntimeException: The database schema version of 5 does not match the expected...

Currently I'm experiencing the occasional timeout on the server I fetch the changes from ( Unable to read the state from the server.) Usage is: osmosis --read-replication-interval workingDirectory=rri --simplify-change --write-xml-change...

This PR adds a `port` parameter to set the port the PostgreSQL database is running at so you can do `osmosis --rb planet/utah-latest.osm.pbf --wp database=osm port=5433 user=osm` This is convenient...

This is work in process but feedback is appreciated. Geofabrik's download server [has been requiring](https://blog.geofabrik.de/?p=484) an authentication cookie for all OSM data which contains sensitive personal metadata (username, user IDs,...

I have an elder installation (osmosis --version 0.47) of osmosis on my desktop. I can see that it uses log4j as there is a config in /etc/osmosis/log4j.properties Are there plans...

Hello, I am using Osmosis pipelines programmatically in Java as part of a larger GIS processing application, and was wondering if there is any way to poll or receive updates...

I've been trying to filter .OSM data as a part of SciGRID on MacOS v. 11.6. I'm a beginner in terminal commands though. Every time I'm trying to run osmosis...

Hi, I'm using osmosis ver 0.48.3, and I'm trying to read my osm postgres api db then convert it to xml.bz2 for overpass API. The osm postgres db schema migrations...