Trollflow-sat

Latest version: v0.12.0

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

Scan your dependencies

Page 2 of 3

0.6.0

-------------------
- Update changelog. [Panu Lahtinen]
- Bump version: 0.5.1 → 0.6.0. [Panu Lahtinen]
- Wrap a long line. [Panu Lahtinen]
- Add locking functionality to enhance.Pansharpener. [Panu Lahtinen]
- Fix import, fix name of area defs in scene info dictionary. [Panu
Lahtinen]
- Add minimal product config. [Panu Lahtinen]
- Add _template to filenames. [Panu Lahtinen]
- Rename example config. [Panu Lahtinen]
- Set save_settings to empty dict if no settings are given. [Panu
Lahtinen]
- Add minimal config example. [Panu Lahtinen]
- Add coverage module. [Panu Lahtinen]
- Add plugin to check coverage. [Panu Lahtinen]

This plugin removes areas from production if the data doesn't cover the
area well enough.

- Reflow overlong line. [Panu Lahtinen]
- Add raised error message to log. [Panu Lahtinen]
- Import trollflow_sat.utils instead of trollflow.utils. [Panu Lahtinen]
- Fix typo in call to release_locks() [Panu Lahtinen]
- Fix incorrect call to release_locks() [Panu Lahtinen]
- Fix typo in function call. [Panu Lahtinen]
- Fix typo. [Panu Lahtinen]
- Add TypeError to catched errors. [Panu Lahtinen]
- Pass full message, not only message data. [Panu Lahtinen]
- Add missing kwarg. [Panu Lahtinen]

0.5.1

-------------------
- Update changelog. [Panu Lahtinen]
- Bump version: 0.5.0 → 0.5.1. [Panu Lahtinen]
- Fix missing acquire_lock. [Panu Lahtinen]

0.5.0

-------------------
- Update changelog. [Panu Lahtinen]
- Bump version: 0.4.0 → 0.5.0. [Panu Lahtinen]
- Add missing parameters. [Panu Lahtinen]
- Add check for valid instruments. [Panu Lahtinen]
- Bring satpy plugins up-to-date with mpop versions. [Panu Lahtinen]
- Remove import of acquire_lock(), instead use utils.acquire_lock()
[Panu Lahtinen]
- Move monitor messaging after scene creation. [Panu Lahtinen]
- Fix publisher name. [Panu Lahtinen]
- Add monitoring message setting examples. [Panu Lahtinen]
- Use lock release wrapper. [Panu Lahtinen]
- Add wrapper to lock release. [Panu Lahtinen]
- Remove unused import. [Panu Lahtinen]
- Add more tests for utils. [Panu Lahtinen]
- Add helper functions for monitoring messaging. [Panu Lahtinen]
- Add monitoring messages. [Panu Lahtinen]

0.4.0

-------------------
- Update changelog. [Panu Lahtinen]
- Bump version: 0.3.0 → 0.4.0. [Panu Lahtinen]
- Merge branch 'master' into develop. [Panu Lahtinen]
- Add list of used instruments. [Panu Lahtinen]
- Fix getting filenames from collected datasets. [Panu Lahtinen]
- Fix checking what type of collection is used. [Panu Lahtinen]
- Fix reading filenames from a collection. [Panu Lahtinen]
- Add check for collection id, catch some errors when loading data.
[Panu Lahtinen]
- Fix formatting of log message. [Panu Lahtinen]
- Fix typo. [Panu Lahtinen]
- Get configuration for single product. [Panu Lahtinen]
- Fix incorrect logic. [Panu Lahtinen]
- Add missing argument. [Panu Lahtinen]
- Add a possibility to limit production based on Sun zenith angle. [Panu
Lahtinen]
- Fix syntax error. [Panu Lahtinen]
- Catch NoSectionError when trying to create composites. [Panu Lahtinen]
- Release previous lock when skipping data, add logging. [Panu Lahtinen]
- Add log message listing used files. [Panu Lahtinen]
- Check used instruments, give data filenames as arguments to load()
[Panu Lahtinen]

0.3.0

-------------------
- Update changelog. [Panu Lahtinen]
- Bump version: 0.2.0 → 0.3.0. [Panu Lahtinen]
- Compose the topic to include {area_id} (if configured) [Panu Lahtinen]

0.2.0

-------------------
- Update changelog. [Panu Lahtinen]
- Bump version: 0.1.0 → 0.2.0. [Panu Lahtinen]
- Add missing calls to release_lock() [Panu Lahtinen]
- Ensure non-unicode filename (I'm looking at you, gdal) [Panu Lahtinen]
- Fix dictionary key naming "areaname" to "area_id" [Panu Lahtinen]
- Ensure downstream workers have finished before releasing upstream
locks. [Panu Lahtinen]
- Add use_lock for daemons to config templates. [Panu Lahtinen]
- Add "use_lock" kwarg to daemons, lock only if set to True. [Panu
Lahtinen]
- Adjust lock handling order, use trollflow.utils for lock
acquire/release. [Panu Lahtinen]
- Move lock acquire/release to trollflow.utils. [Panu Lahtinen]
- Fix locking, add data reload, add satproj. [Panu Lahtinen]

- use RLock instead of Lock
- fix incorrectly understood lock acquire/release
- reload data for each area group
- make it possible to save data in satellite projection by
defining areaname as "satproj"
- check lock usage as first step in invoke()
- if using locking, wait 1 sec after releasing local lock

- Add config examples for locking. [Panu Lahtinen]
- Remove unnecessary "content" dictionaries. [Panu Lahtinen]
- Delete incomplete plugin. [Panu Lahtinen]
- Fix locking. [Panu Lahtinen]
- Add locking. [Panu Lahtinen]
- Add queue.task_done() [Panu Lahtinen]
- Remove incomplete components. [Panu Lahtinen]
- PEP8. [Panu Lahtinen]
- PEP8. [Panu Lahtinen]
- PEP8. [Panu Lahtinen]
- PEP8. [Panu Lahtinen]
- Fix package name for coverage. [Panu Lahtinen]
- Update "format" section. [Panu Lahtinen]
- Fix intendation. [Panu Lahtinen]
- Add config option for use_threading. [Panu Lahtinen]
- Fix class names, change items under "config" to dicts. [Panu Lahtinen]
- Adjust log messages, set output queues to None by default. [Panu
Lahtinen]
- Adjust log messages. [Panu Lahtinen]
- Change default argument of nameservers from [] to None and handle the
change. [Panu Lahtinen]
- Fix unittest so that they use ordered_load and the new format
structure. [Panu Lahtinen]
- Return list instead of a set. [Panu Lahtinen]
- Remove hardcoded loading of composite "overview" [Panu Lahtinen]
- Fix writer indexing. [Panu Lahtinen]
- Make it possible to define specific writers for satpy. [Panu Lahtinen]
- Fix function name. [Panu Lahtinen]
- Add handling for dataset messages and placeholder for collections.
[Panu Lahtinen]
- Add log config example. [Panu Lahtinen]
- Add tests for time name adjustments. [Panu Lahtinen]
- Fix time name adjustment, ignore time tags having 'proc' and 'end' in
them. [Panu Lahtinen]
- Add plugins using satpy instead of mpop, add example YAML configs.
[Panu Lahtinen]
- Add logger, figure out time name used in filename pattern and metadata
and use them to update pattern if necessary. [Panu Lahtinen]
- Change composites from list to dict. [Panu Lahtinen]

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.