Metadata-Version: 2.1
Name: polytope-python
Version: 1.1.0
Summary: Polytope datacube feature extraction library
Home-page: https://github.com/ecmwf/polytope
Author: ECMWF
Author-email: James.Hawkes@ecmwf.int, Mathilde.Leuridan@ecmwf.int
License-File: LICENSE
Requires-Dist: numpy ==1.26.4
Requires-Dist: pandas
Requires-Dist: scipy
Requires-Dist: sortedcontainers
Requires-Dist: tripy
Requires-Dist: xarray
Requires-Dist: conflator
Requires-Dist: protobuf

Polytope is a library for extracting complex data from datacubes. It provides an API for
                        non-orthogonal access to data, where the stencil used to extract data from the datacube can be
                        any arbitrary n-dimensional polygon (called a polytope). This can be used to efficiently
                        extract complex features from a datacube, such as polygon regions or spatio-temporal paths.
