Muninn-sentinel5p

Latest version: v3.0

Safety actively analyzes 682229 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

3.0

~~~~~~~~~~~~~~

* Remove S5P_ prefix from product type names.

2.2

~~~~~~~~~~~~~~

* Add support for LUT_CH4RFC.

2.1

~~~~~~~~~~~~~~

* Add 'namespaces' property to product type extension.

* Use property methods for muninn product type api properties.

2.0

~~~~~~~~~~~~~~

* 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

~~~~~~~~~~~~~~

* 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

~~~~~~~~~~~~~~

* First release.

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.