metno / MetAlert-Search

Polygon search and indexing package for Annotated Atlas
Apache License 2.0
1 stars 0 forks source link

Dev/7 polygon import scripts #12

Closed fzeiser closed 3 years ago

fzeiser commented 3 years ago

Summary: Added script to download Kartverkt's data. [originally #10, see there for more info, but I cant reopen it after a forced push to update my email address]

Script will download the data from kartverkt's API. Currently it will just dump the data. (edit: manual download necessary)

TBD:

Related Issue: https://github.com/metno/MetAlert-Search/issues/7

Reviewer checklist:

fzeiser commented 3 years ago

Status:

fzeiser commented 3 years ago

@vkbo: flake8's W503 and W504 are in conflict with each other. We have to ignore one of them; I'd suggest ignoring W503.

(W503 line break before binary operator)