Closed lenisko closed 7 months ago
Add a flag to quickly process areas missing in nests table. Useful to quickly add nests for newly added areas.
nests
Example usage:
./fletchling-osm-importer -all-areas -only-new
That would fetch all unique area_name and process only unmatched areas.
area_name
Good idea. Should be easy
I'm making this '-new-areas' and it will just imply '-all-areas' such that you don't need to specify both.
Add a flag to quickly process areas missing in
nests
table. Useful to quickly add nests for newly added areas.Example usage:
That would fetch all unique
area_name
and process only unmatched areas.