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.
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.