Skip to content

Releases: stcorp/muninn-sentinel5p

3.0

18 Mar 15:34
Compare
Choose a tag to compare

πŸ“… 2024-03-18

  • Remove S5P_ prefix from product type names.

2.2

20 Sep 16:12
Compare
Choose a tag to compare
2.2

πŸ“… 2023-09-20

  • Add support for LUT_CH4RFC.

2.1

21 Jul 08:59
Compare
Choose a tag to compare
2.1

πŸ“… 2022-07-21

  • Add 'namespaces' property to product type extension.

  • Use property methods for muninn product type api properties.

2.0

03 Nov 17:42
Compare
Choose a tag to compare
2.0

πŸ“… 2021-11-03

  • Set creation_date equal to validity_start for AUX_NISE__.

  • Add support for additional auxiliary product types.

  • Remove file class from product_type names. This requires a data migration of
    any existing database. This can be done using e.g.
    UPDATE core SET product_type=substr(product_type,0,15) WHERE product_type LIKE 'S5P%';

  • Change default hash type to 'md5' for all products.

  • Add filename_only argument to analyze() functions.

1.1

21 Dec 09:36
Compare
Choose a tag to compare
1.1

πŸ“… 2020-12-21

  • Added support for Auxiliary S5P products.

  • Made orbit, collection, and processor_version namespace attributes optional.
    This will require a migration of the database:

    ALTER TABLE s5p ALTER COLUMN orbit DROP NOT NULL;
    ALTER TABLE s5p ALTER COLUMN collection DROP NOT NULL;
    ALTER TABLE s5p ALTER COLUMN processor_version DROP NOT NULL;

1.0

16 Mar 10:09
Compare
Choose a tag to compare
1.0

πŸ“… 2020-03-16

  • First release.