Re: [osmosis-dev] CI-Server (Hudson) for Osmosis?

2009-12-10 Thread Jochen Topf
' and this way you can work on the same stuff. If needed we can also create sudo scripts, special users, etc. as needed. Jochen -- Jochen Topf joc...@remote.org http://www.remote.org/jochen/ +49-721-388298 ___ osmosis-dev mailing list osmosis-dev

Re: [osmosis-dev] one node ways

2011-04-09 Thread Jochen Topf
is org.postgresql.util.PSQLException: ERROR: Exception in LWGEOM2GEOS the added code - and array_length(nodes, 1) 1 - which I thought was solving the problem does not work OR there is an other problem - not one node ways. Kirill 2011/4/9 Jochen Topf joc...@remote.org Hi! This has worked for me

Re: [osmosis-dev] --used-node performance and a possible way to improve it

2011-06-08 Thread Jochen Topf
and write XML and PBF, assemble multipolygons, do several passes over the input, filter data, create shapefiles, and many other things. :-) Jochen -- Jochen Topf joc...@remote.org http://www.remote.org/jochen/ +49-721-388298 ___ osmosis-dev mailing

Re: [osmosis-dev] Proposal for Allowing Additional Data in Pipeline

2011-06-08 Thread Jochen Topf
and doesn't understand it, * it will just ignore it and optionally pass it on * it has to complain. Jochen -- Jochen Topf joc...@remote.org http://www.remote.org/jochen/ +49-721-388298 ___ osmosis-dev mailing list osmosis-dev@openstreetmap.org http

Re: [osmosis-dev] Merge huge count of files

2011-10-01 Thread Jochen Topf
MBytes. Thats not the only buffer you need. I'd have to look a the source code to check the overall buffer size you need, but in any case its not negligable if you have many files open. Jochen -- Jochen Topf joc...@remote.org http://www.remote.org/jochen/ +49-721-388298

Re: [osmosis-dev] Streaming Replication

2012-10-13 Thread Jochen Topf
be useful. The current 10 second delay is not a lower limit, but is a good starting point for now. Cheers, Brett ___ osmosis-dev mailing list osmosis-dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/osmosis-dev -- Jochen Topf joc

Re: [osmosis-dev] Example code for PBF reading

2014-03-18 Thread Jochen Topf
don't know. Reading PBF files is not so simple, there are undocumented details that can trip you up. So using either of these might be more difficult than with Osmosis. Jochen -- Jochen Topf joc...@remote.org http://www.jochentopf.com/ +49-721-388298

[osmosis-dev] Building/Debian Package

2014-03-28 Thread Jochen Topf
Download http://repo1.maven.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.pom ... I don't know gradle at all. Is there a list of those dependencies somewhere? Any suggestions how to disable all this and tell gradle where to search for its dependecies locally? Jochen -- Jochen Topf joc...@remote.org http

Re: [osmosis-dev] Proposal for a multithreaded PBF reader

2015-04-28 Thread Jochen Topf
in front of every block. Osmium reads this length header in one thread and then puts the data of each block into a work queue to be parsed by as many threads as you want. This way you already get a nice speedup without any changes to the file format. Jochen -- Jochen Topf joc...@remote.org http

Re: [osmosis-dev] [OSM-dev] Proposal for a multithreaded PBF reader

2015-06-04 Thread Jochen Topf
-dev -- Jochen Topf joc...@remote.org http://www.jochentopf.com/ +49-351-31778688 ___ osmosis-dev mailing list osmosis-dev@openstreetmap.org https://lists.openstreetmap.org/listinfo/osmosis-dev

Re: [osmosis-dev] Cutting PBF file into 1° tiles

2016-04-18 Thread Jochen Topf
On Mo, Apr 18, 2016 at 11:52:24 +0200, Sylvain Melin wrote: > On 18/04/2016 11:00, Jochen Topf wrote: > >On Mo, Apr 18, 2016 at 10:10:06 +0200, Sylvain Melin wrote: > >>My plan is to : > >>- exploit a planet sized pbf file > >>- cut it into 1° tiles using osmos

Re: [osmosis-dev] Cutting PBF file into 1° tiles

2016-04-18 Thread Jochen Topf
create those shapefiles, why don't you do the splitting in this step *after* creating the geometries and before writing them into shapefiles? That is probably much easier to do than based on the PBF due to the structure of the OSM data files. Jochen -- Jochen Topf joc...@remote.org http://www.jochento

Re: [osmosis-dev] Osmosis and Osmium-enhanced PBF files with way node locations

2018-03-11 Thread Jochen Topf
re. > Long story short, rather than make changes directly to the file in Osmosis > and create a fork, should we apply them to upstream first and then re-sync > Osmosis with that? Yes, we should do this upstream in https://github.com/scrosby/OSM-binary. If somebody creates a pull request, I

Re: [osmosis-dev] Osmosis and Osmium-enhanced PBF files with way node locations

2018-03-07 Thread Jochen Topf
m our apps for PBF files without this information > (thus the need to detect if the file has way nodes). Osmium sets "LocationsOnWays" as an "optional feature" string in the header to signify that there are locations on the ways. Jochen -- Jochen Topf joc...@remote.org

Re: [osmosis-dev] feature request: displaying the bounding box

2019-02-28 Thread Jochen Topf
nding box of all those entities > > thanks much in advance, > Andrew > ___ > osmosis-dev mailing list > osmosis-dev@openstreetmap.org > https://lists.openstreetmap.org/listinfo/osmosis-dev -- Jochen Topf joc...@remote.org https://www.jochentopf.com/ +49-351-31778688 ___ osmosis-dev mailing list osmosis-dev@openstreetmap.org https://lists.openstreetmap.org/listinfo/osmosis-dev

Re: [osmosis-dev] Full History pbf's DenseInfo Values are Doubled for Timestamp, Changeset and Uid

2019-10-01 Thread Jochen Topf
57117152 + 21434884) / 2 > = 39276018), uid: 109452 ((57550 + 109452) / 2 = 83501 => > https://www.openstreetmap.org/api/0.6/user/83501), version: 5 > _______ > osmosis-dev mailing list > osmosis-dev@ope