UnownHash / Fletchling

10 stars 3 forks source link

Importer - add only-new flag #43

Closed lenisko closed 7 months ago

lenisko commented 7 months ago

Add a flag to quickly process areas missing in nests table. Useful to quickly add nests for newly added areas.

Example usage:

./fletchling-osm-importer -all-areas -only-new

That would fetch all unique area_name and process only unmatched areas.

comstud commented 7 months ago

Good idea. Should be easy

comstud commented 7 months ago

I'm making this '-new-areas' and it will just imply '-all-areas' such that you don't need to specify both.