Questions tagged [osmosis]

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

Official Site:

80 questions
0
votes
1 answer

How can I get a list of bridges with their location (latitude and longitude) from an OSM file?

maybe this query may be a bit trivial or perhaps laborious, but for a project I need to obtain the bridges that exist in an osm file along with its location (latitude and longitude). Reading the openstreetmap wiki, I see that there is a procedure…
0
votes
1 answer

Bug in osmosis-areafilter? Osmosis.run() not working with --bounding-polygon.

I've been breaking my head for a while and couldn't figure this one out. Tried alternative methods but couldn't make it. I believe it's a bug in osmosis-areafilter. There is no issue tracker in the GitHub repository and the provided link for…
Bicudo
  • 113
  • 2
  • 9
0
votes
1 answer

What's the meaning of ">" in the osmosis selector?

I'm reading a tutorial about using node-osmosis at this page. Does anyone know the meaning of > in .paginate('#navcnt table tr > td a[href]', 5)? I cannot find the explanation of this symbol in the document page. What's the default selector of…
Brian
  • 12,145
  • 20
  • 90
  • 153
0
votes
1 answer

OSM plant pbf and Osmosis Extracting data

I'm trying to extract various landmarks from the osm planet-latest pbf. For testing purposes I'm currently trying to extract schools, but the command is taking way to long its already been 20 minutes. The following is my osmosis command on my Linux…
Logical Nonsense
  • 393
  • 4
  • 17
0
votes
1 answer

node.js Osmosis write results to file

I have scraped multiple sites with the same structure successfully. When I print the results they seem OK, now I want to save it all to a file. Problem is only the last scraped MyData-object gets saved to the file. var osmosis =…
mapa0402
  • 454
  • 1
  • 8
  • 24
0
votes
0 answers

Get list of addresses from Osmosis

How to get list of addresses containing city name, street name, building number, latitude and longitude from Osm with osmosis to mysql. Thanks about Postgres tips. General question is about getting this list. Test fetching request is not…
Denis
  • 11
  • 3
0
votes
1 answer

Osmosis ignoring data in generating .map

I'm trying to convert an OSM file that it needed to be developed with private data to the format .map using osmosis with mapforge-map-writer, but the data for the survey point are being totally ignored in .map generation. I've investigated the code,…
0
votes
0 answers

osmosis extract bus_stop not working

On overpass turbo this query gives a perfect representation of the bus_stop over a city node [highway=bus_stop] ({{bbox}}); out; but after downloading an osm file over the same city on geofabrik, this osmosis command doesn't give the same result …
LionelR
  • 361
  • 1
  • 3
  • 12
0
votes
1 answer

How to query OSM from the server

Is there any way to connect to the web server of OpenStreetMap? I want to receive the speed limit information given a geoLoc "lat and Lon". I thought of solving this issue by creating a huge database encompases the node's lat and lon and the speed…
Amrmsmb
  • 1
  • 27
  • 104
  • 226
0
votes
0 answers

recommended way to segregate huge osm file

i have osm data structured as shown in fig1 below. what i want to do is, to extract 3 files out of the main file shown in the fig1, so that each file is organised as shown in figures 2,3,4 to do that, i implemented a segregator algorithm to fragment…
Amrmsmb
  • 1
  • 27
  • 104
  • 226
0
votes
1 answer

Osmosis Installation

I Followed this link Link<< for Installing OSMOSIS. But I'm not getting the expected result as shown in the tutorial. Hoping to get some step by step installing OSMOSIS. Thank You!
Charles Galvez
  • 1,100
  • 5
  • 19
  • 41
0
votes
1 answer

openstreetmap overpass api and osmosis to get beach data not getting polygons

I tried to collect beach data in a certain region. I used both overpass api and osmosis to extract beach from a pbf. Both worked. But from overpass api, i can get beach polygons (closed ways) and points (nodes), however, from osmosis, I can just get…
user2146141
  • 155
  • 1
  • 14
0
votes
1 answer

SUMO SRTM osmosis plugin

I have been trying to run the SRTM-osmosis plugin (https://github.com/locked-fg/osmosis-srtm-plugin) for quite some time now. In the wiki, it is mentioned that you should move the compiled jar to the directory (/~.openstreetmaps/osmosis/plugins). I…
0
votes
1 answer

How to Start with open street map for a web application

I am planning to create a new web application in which i want to use open street map, i need source code of open street map.In my web application i need features of see different shape file on layers, data plotting and Geo-referencing. Please give…
0
votes
2 answers

How can I see which version of map data I have in OpenStreetMap?

I have built an OSM tile server on Debian. I would like to know how could I see the map version? In fact, I would like to verify if the map data is updated. Thanks!
ShineSoleil
  • 115
  • 1
  • 1
  • 9