Releases: deckbsd/glouton-satnogs-data-downloader
Releases · deckbsd/glouton-satnogs-data-downloader
0.12.0
Fixes some major bugs and handle correctly the audio files being archived or not.
0.11.2
- Update vetted_status parameter (deprecated) to status (good/bad/unknown/failed/future)
0.11.1
- fix date format used in file naming not being ISO 8601 compliant. THIS COULD BREAK EXISTING DOWNLOAD PROCESS BECAUSE IT WILL CREATE A NEW FOLDER AND RE-DOWNLOAD PREVIOUSLY DOWNLOADED DATA.
0.11.0
- Api urls can be configured via env variables.
0.10.0
security update :
- requests and urllib version upgrade
- add use of user and group to run glouton on the docker image
0.9.0
New functionality :
- running a module at the end of a download process.
Module:
Painani satellite image decoder
- PainaniImageDecoder for db
- NtPainaniImageDecoder for network
Clean code
Code refactored after making the changes about the migration from payload to archive on the satnogs API side
Change payload to archive
Satnogs made a change on the network api. Now for downloading the ogg files , the url is set on the archive_url property, no more on the payload one.
This release is a quick change fixing that.
Satnogs DB API key
0.7.0
add the satnogs DB api key usage
Scanning improvement
- The scanning process is multi-threaded if the gap between dates is more than 7 days.