https://github.com/pytroll/pytroll-collectors
Collector modules for Pytroll
https://github.com/pytroll/pytroll-collectors
hacktoberfest
Last synced: about 1 month ago
JSON representation
Collector modules for Pytroll
- Host: GitHub
- URL: https://github.com/pytroll/pytroll-collectors
- Owner: pytroll
- License: gpl-3.0
- Created: 2016-11-11T10:22:39.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-11-20T10:14:25.000Z (over 1 year ago)
- Last Synced: 2024-12-09T19:46:42.544Z (over 1 year ago)
- Topics: hacktoberfest
- Language: Python
- Homepage:
- Size: 1.59 MB
- Stars: 3
- Watchers: 9
- Forks: 19
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# pytroll-collectors
[](https://github.com/pytroll/pytroll-collectors/workflows/CI/badge.svg?branch=main)
[](https://ci.appveyor.com/project/pytroll/pytroll-collectors)
[](https://coveralls.io/github/pytroll/pytroll-collectors?branch=main)
[](https://badge.fury.io/py/pytroll-collectors)
A set of modules and functions to support real-time processing of satellite
data with pytroll. It requires the Posttroll library for messaging. Satellite
data processing is often done in chunks, usually referred to as granules or
segments. Several chunks are normally required to cover a given area of
interest. When these chunks of data are processed and a Posttroll message is
sent modules in Pytroll-collectors support the collection of such chunks into
datasets, allowing other (Pytroll) processes to start processing on all the
chunks in one batch once all relevant chunks are available. This is, however,
only one example of what this package provides. There are also functionality to
list and stalk files in an object store like AWS S3 for instance.
[Documentation on Readthedocs](https://pytroll-collectors.readthedocs.io/en/latest/).
# License
Copyright 2012 Pytroll-collectors developers
Licensed under the Apache License, Version 2.0 (the "License");
you may not use these files except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.