fossgis / osmdata

Scripts for creating OSM data derived data sets
GNU General Public License v3.0
28 stars 5 forks source link

Generalized water polygons #5

Closed andreynovikov closed 4 years ago

andreynovikov commented 5 years ago

Are there plans to restore generalized water polygons? I've used them for overview map, they were perfectly looking...

joto commented 5 years ago

There are no current planes to bring them back. This is mainly because nobody has the time to update the old software and scripts and get them to run again in the new environment.

andreynovikov commented 5 years ago

Can you describe in brief how it was implemented? May be I can help.

imagico commented 5 years ago

The generalized water polygons process was based on https://github.com/imagico/coastline_gen, gdal_rasterize and potrace.

andreynovikov commented 4 years ago

And what is incompatible with the new environment?

joto commented 4 years ago

So the programs and scripts need to be updated for the new environment and made to run reliably and be fast enough, making sure we don't need too many ressources. Nothing here is rocket science, it just is a lot of tedious work to get everything set up properly.