Pytroll-collectors

Latest version: v0.16.0

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

Scan your dependencies

Page 2 of 4

0.11.1

Pull Requests Merged

Bugs fixed

* [PR 96](https://github.com/pytroll/pytroll-collectors/pull/96) - Fix coverage logging for non-file messages in region collector

In this release 1 pull request was closed.

0.11.0

Issues Closed

* [Issue 91](https://github.com/pytroll/pytroll-collectors/issues/91) - Starting the geographic gatherer fails with ModuleNotFoundError
* [Issue 87](https://github.com/pytroll/pytroll-collectors/issues/87) - Remove usage of six ([PR 88](https://github.com/pytroll/pytroll-collectors/pull/88) by [pnuu](https://github.com/pnuu))
* [Issue 80](https://github.com/pytroll/pytroll-collectors/issues/80) - SegmentGatherer: configuration of time_name via ini not possible
* [Issue 73](https://github.com/pytroll/pytroll-collectors/issues/73) - gatherer fails with KeyError: 'format' when fallback to default format and no format in metadata
* [Issue 70](https://github.com/pytroll/pytroll-collectors/issues/70) - ValueError: can't have unbuffered text I/O with python-dæmon 2.2.4
* [Issue 65](https://github.com/pytroll/pytroll-collectors/issues/65) - Go through Gatherer and Segment Gatherer log messages ([PR 93](https://github.com/pytroll/pytroll-collectors/pull/93) by [pnuu](https://github.com/pnuu))
* [Issue 52](https://github.com/pytroll/pytroll-collectors/issues/52) - Add option to adjust start and/or end time after pass calculation is made in gatherer ([PR 90](https://github.com/pytroll/pytroll-collectors/pull/90) by [pnuu](https://github.com/pnuu))
* [Issue 14](https://github.com/pytroll/pytroll-collectors/issues/14) - Documentation is missing! ([PR 68](https://github.com/pytroll/pytroll-collectors/pull/68) by [gerritholl](https://github.com/gerritholl))

In this release 8 issues were closed.

Pull Requests Merged

Bugs fixed

* [PR 95](https://github.com/pytroll/pytroll-collectors/pull/95) - Use only 'path' portion of the URI in `cat.py`

Features added

* [PR 93](https://github.com/pytroll/pytroll-collectors/pull/93) - Adjust logging levels ([65](https://github.com/pytroll/pytroll-collectors/issues/65))
* [PR 90](https://github.com/pytroll/pytroll-collectors/pull/90) - Limit geographic gathering using overpass schedules ([52](https://github.com/pytroll/pytroll-collectors/issues/52))
* [PR 88](https://github.com/pytroll/pytroll-collectors/pull/88) - Remove 'six' as requirement ([87](https://github.com/pytroll/pytroll-collectors/issues/87))
* [PR 85](https://github.com/pytroll/pytroll-collectors/pull/85) - Refactor geographic gathering
* [PR 84](https://github.com/pytroll/pytroll-collectors/pull/84) - Add a way to populate segment gatherer with pre-existing files
* [PR 81](https://github.com/pytroll/pytroll-collectors/pull/81) - Add Github Action to run unit tests
* [PR 68](https://github.com/pytroll/pytroll-collectors/pull/68) - First begin with documentation ([14](https://github.com/pytroll/pytroll-collectors/issues/14))
* [PR 67](https://github.com/pytroll/pytroll-collectors/pull/67) - Add s3stalker.py

Documentation changes

* [PR 68](https://github.com/pytroll/pytroll-collectors/pull/68) - First begin with documentation ([14](https://github.com/pytroll/pytroll-collectors/issues/14))

In this release 10 pull requests were closed.

0.10.0

Pull Requests Merged

Features added

* [PR 64](https://github.com/pytroll/pytroll-collectors/pull/64) - Add the possibility to handle collections and datasets in input messages.

In this release 1 pull request was closed.

0.9.0

Pull Requests Merged

Bugs fixed

* [PR 62](https://github.com/pytroll/pytroll-collectors/pull/62) - publish service name needs to be equal each time
* [PR 59](https://github.com/pytroll/pytroll-collectors/pull/59) - Fix target_server's default value to be localhost's ip adresses
* [PR 56](https://github.com/pytroll/pytroll-collectors/pull/56) - Fixed naming of the publish service name.
* [PR 54](https://github.com/pytroll/pytroll-collectors/pull/54) - Fix times from posttroll messages when file duration is needed
* [PR 50](https://github.com/pytroll/pytroll-collectors/pull/50) - Floor minutes only if configured
* [PR 49](https://github.com/pytroll/pytroll-collectors/pull/49) - Fix bug when naming publisher with config_item
* [PR 42](https://github.com/pytroll/pytroll-collectors/pull/42) - Fix tests

Features added

* [PR 58](https://github.com/pytroll/pytroll-collectors/pull/58) - Discard messages without correct type in gatherer
* [PR 57](https://github.com/pytroll/pytroll-collectors/pull/57) - Add more config options to cat.py
* [PR 55](https://github.com/pytroll/pytroll-collectors/pull/55) - Add publish port and nameserver options to scisys receiver
* [PR 54](https://github.com/pytroll/pytroll-collectors/pull/54) - Fix times from posttroll messages when file duration is needed
* [PR 51](https://github.com/pytroll/pytroll-collectors/pull/51) - Add providing server, nameservers and services as parameters to gatherer and cat
* [PR 47](https://github.com/pytroll/pytroll-collectors/pull/47) - Make it possible to group segments for full minutes
* [PR 46](https://github.com/pytroll/pytroll-collectors/pull/46) - Added unique service name where possible.
* [PR 45](https://github.com/pytroll/pytroll-collectors/pull/45) - Add commandline options for publisher port and publisher nameservers
* [PR 43](https://github.com/pytroll/pytroll-collectors/pull/43) - Fix style
* [PR 41](https://github.com/pytroll/pytroll-collectors/pull/41) - Add filter hour pattern to segment gatherer
* [PR 31](https://github.com/pytroll/pytroll-collectors/pull/31) - New options to scisys receiver

In this release 18 pull requests were closed.

0.8.4

-------------------
- Update changelog. [Martin Raspaud]
- Bump version: 0.8.3 → 0.8.4. [Martin Raspaud]
- Merge pull request 36 from mraspaud/fix-posttroll-times. [Martin
Raspaud]

Fix times comming from posttroll messages.
- Add missing import. [Martin Raspaud]
- Fix times comming from posttroll messages. [Martin Raspaud]
- Merge pull request 35 from pytroll/add-stickler-config. [Martin
Raspaud]

Adding .stickler.yml configuration file
- Adding .stickler.yml. [stickler-ci]
- Merge pull request 34 from hundahl/fix-for-python3. [Martin Raspaud]

Change write mode from 'w' to 'wb' for tmp files
- Change write mode from 'w' to 'wb' for tmp files. [Camilla Hundahl
Johnsen]
- Bugfix segment gatherer when files have no segments nor channels (29)
[Martin Raspaud]

Bugfix segment gatherer when files have no segments nor channels
- Update unit tests. [Panu Lahtinen]
- Add globified filename to fname set when there are no
segments/channels in pattern. [Panu Lahtinen]

0.8.3

-------------------
- Update changelog. [Martin Raspaud]
- Bump version: 0.8.2 → 0.8.3. [Martin Raspaud]
- Fix starttime of collection if first segment recieved isn't the
earliest (32) [Martin Raspaud]

Fix starttime of collection if first segment recieved isn't the earliest
- Fix starttime of collection if first segment recieved isn't the
earliest. [Martin Raspaud]

Page 2 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.