Skip to content

Releases: deckbsd/glouton-satnogs-data-downloader

0.12.0

30 Jul 13:31
Compare
Choose a tag to compare

Fixes some major bugs and handle correctly the audio files being archived or not.

0.11.2

12 Jun 11:33
Compare
Choose a tag to compare
  • Update vetted_status parameter (deprecated) to status (good/bad/unknown/failed/future)

0.11.1

10 May 07:51
Compare
Choose a tag to compare
  • 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

16 Apr 09:22
Compare
Choose a tag to compare
  • Api urls can be configured via env variables.

0.10.0

03 Nov 09:49
Compare
Choose a tag to compare

security update :

  • requests and urllib version upgrade
  • add use of user and group to run glouton on the docker image

0.9.0

10 Sep 13:07
Compare
Choose a tag to compare

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

19 Jun 08:34
Compare
Choose a tag to compare

Code refactored after making the changes about the migration from payload to archive on the satnogs API side

Change payload to archive

23 May 06:11
Compare
Choose a tag to compare

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

14 Jan 19:02
Compare
Choose a tag to compare
0.7.0

add the satnogs DB api key usage

Scanning improvement

08 Dec 14:19
Compare
Choose a tag to compare
  • The scanning process is multi-threaded if the gap between dates is more than 7 days.