Jochen Topf
Jochen Topf
I did some research on how fast the import into the middle tables is and how much we could possible improve performance. For that I compared actual osm2pgsql runs with...
This is a heads up for anybody following here that the `gazetteer` output will be removed soon as well as the `--with-forward-dependencies` command line option. Both are only used by...
URLs in the project file should start with `http[s]://`. Check this on import in `sources/projects/parse.rb`. Maybe even check existence of link? See https://github.com/taginfo/taginfo-projects/issues/157 .
**I will be (mis-)using this issue to occasionally write about the current state of the effort to fix the (multi)polygons in OSM.** After a lot of preparation over the last...
Sometimes (inner or outer) ways have the same tags as the multipolygon relation. This could be the result of an incomplete cleanup of the old-style multipolygon or have other reasons....
There is, of course, a lot of software that handles or uses OSM (multi)polygons. This includes, but it not limited to, editors and renderers. Generally all that we are doing...
Every time I create the tests data using `create_test_data.py` I get a different `mvt` file. I believe this is because before Python 3.6 dictionaries are not ordered. This is probably...
To fully replace Osmosis, we need to merge minutely diff files into hourly and daily diffs and I am trying to figure out exactly how this should be done. In...
Now that we don't have the gazetteer output any more, dependency management is always used. This allows us to get rid of the virtual class implementation of the dependency manager....
With modern osm2pgsql you don't need all the postprocessing SQL files. All that is done in there can be done by creating a config file for osm2pgsql that creates the...