hotosm / osm-merge

Merge data into existing OSM data.
GNU Affero General Public License v3.0
3 stars 0 forks source link

Splitter program reading from database source #2

Closed robsavoye closed 2 years ago

robsavoye commented 2 years ago

The splitter program should be able to use a postgres database as a source to split. This will use the Postgis extension to postgres.

robsavoye commented 2 years ago

Since it’ll be necessary to split the large files into smaller pieces for working on the conflation software, I started here. Currently as of #2f97fe6, the splitter utility uses a project boundary from TM, and extracts just those features in that boundary into a separate GeoJson file. The file name is based on the project ID.

robsavoye commented 2 years ago

As of #298754c. the splitter program gets the project and task boundaries from the Tasking Manager database.

robsavoye commented 2 years ago

This work is completed. Boundaries can be read from any data file or postgres database.