You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Updates to address
- #15
- #14
- #13
* - Refactor of app.py allow running in none dev mode.
- Change to use get, post and delete to manage subscriptions
- addition of openapi doc
* Addition of swagger template to render openapi doc.
Update of README.md
* conditional tls-set
* Update of readme. Update ot GET, POST and DELETE methods, e.g. POST content now via request body.
Improved error handling and response codes.
* Tweaks to readme.
* Tweaks to readme.
* Update validate_topic.py
print input-topic in case of validation error
* Option to disable topic validation added.
* Unlimited disk usage possible by setting limit to 0.
* Reversion to using filename from global cache.
Switch to using minimum free space rather than maximum download dir size.
* Update to readme to include validat_topics option.
* Update to config.json and swagger page to allow customisable base url.
* Log levels configurable.
---------
Co-authored-by: Maaike <mlimper@wmo.int>
While subscribing to cache-topic, I received the following:
The difference in file-extension is due to the difference caches using different approaches for the download-url ...
We need to use the data_id to name the file, as this is the only value that uniquely identifies the data.
Also to avoid downloading the same data twice as the filename is used for de-duplication:
https://github.com/wmo-im/wis2-downloader/blob/6d1611be1de1724b85cccf64bec0784d7cf2c6ac/wis2downloader/downloader/__init__.py#L127-L135
The text was updated successfully, but these errors were encountered: