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

I did import a planet.osm file using osmosis, but only streets. I then did some modification to the data and now I'd like to export that data again for further...

# Bug Osmosis attempts to read .bz2 files as gzip, and fails # Steps to reproduce On a debian linux machine: ``` wget https://ftp5.gwdg.de/pub/misc/openstreetmap/planet.openstreetmap.org/planet/planet-latest.osm.bz2 ``` check the md5 hash against...

While using the following osmosis command to sync data from the planet dump, osmosis --read-xml-change file=so-and-so.osc --write-apidb-change host=$HOSTNAME database=$DATABASE user=$USERNAME password=$PASSWORD validateSchemaVersion=no but we are getting the following error: org.openstreetmap.osmosis.core.OsmosisRuntimeException:...

I want to query AuthZ. but It is not implemented. I queryed under link. `https://lcd.osmosis.zone/cosmos/authz/v1beta1/grants/granter/osmo1wf87ctwh5pqwugr0x9vemcllyn7vu8q4dug7hu` cosmos hub is working. `https://lcd-cosmoshub.keplr.app/cosmos/authz/v1beta1/grants/granter/cosmos1wf87ctwh5pqwugr0x9vemcllyn7vu8q498mwpw`

I want to reduce the filesize for a very big Map. I want to use the "granularity"-Tag in the --write-pbf Command. But always when i use an other value than...

I would like to know if Osmosis provides a tool to process the Map Notes, for example to insert the notes dump from Planet and insert into Postgres.

Not sure if this is an osmosis bug or not, i am having trouble setting the https_proxy for java/osmosis in ubuntu 20.04. I successfully used `JAVACMD_OPTIONS="-Dhttps.proxyHost=xxx -Dhttps.proxyPort=xxx -Dhttps.proxyUser=xxx -Dhttps.proxyPassword=xxx"`. ```...

I have this question in S.O. from 2016 https://gis.stackexchange.com/questions/203905/how-to-setting-proxy-for-osmosis And still havin problem to use osmosis behind a proxy. opened another question here https://gis.stackexchange.com/questions/439702/osmosis-behind-a-proxy but no one are able to...

I am trying to figure out how to merge two OSM files using the java library as opposed to the command line tool. The command line command I am trying...

Installed osmosis on a ubuntu 22.04 using this command apt install osmosis ``` Jun 19, 2022 7:41:23 PM org.openstreetmap.osmosis.core.Osmosis run INFO: Osmosis Version 0.47 Jun 19, 2022 7:41:23 PM org.openstreetmap.osmosis.core.TaskRegistrar...