Hi, When using osmosis/osm2pgsql to keep an openstreetmap database up-to-date, we commonly use Osmosis with options Currently I use Geofabrik also have an "internal download server" available for OpenStreetMap authentified users. Here is the url for France updates : https://osm-internal.download.geofabrik.de/europe/france-updates/ My question is : how to use Geofabrik "internal download server" with Osmosis, that means how to manage OSM authentication in a classic Osmosis/Osm2pgsql stack to keep an OSM database up-to-date using https://osm-internal.download.geofabrik.de/europe/france-updates/ as Osmosis Thanks in advance for your help. Augustin asked 22 Nov '23, 13:54 augustind |
If you really want to use Osmosis, you have to check out our pull request we submitted in 2018 when started the "internal download server". Unfortunately, Osmosis is in "light-maintenance mode". To be honest, I do not expect that the pull request will be accepted within the next years. Please consider switching to Pyosmium. Pyosmium has cookie support. The documentation about how to get a cookie for Pyosmium can be found on GitHub. answered 22 Nov '23, 14:16 Nakaner Thanks a lot for your quick answer !
I'm going to try migrate our stack to use
(22 Nov '23, 14:37)
augustind
|