LICENSE
MANIFEST.in
pyproject.toml
requirements.txt
setup.py
polytope_feature/__init__.py
polytope_feature/options.py
polytope_feature/polytope.py
polytope_feature/shapes.py
polytope_feature/version.py
polytope_feature/datacube/__init__.py
polytope_feature/datacube/datacube_axis.py
polytope_feature/datacube/index_tree_pb2.py
polytope_feature/datacube/tensor_index_tree.py
polytope_feature/datacube/tree_encoding.py
polytope_feature/datacube/backends/__init__.py
polytope_feature/datacube/backends/datacube.py
polytope_feature/datacube/backends/fdb.py
polytope_feature/datacube/backends/mock.py
polytope_feature/datacube/backends/xarray.py
polytope_feature/datacube/transformations/__init__.py
polytope_feature/datacube/transformations/datacube_transformations.py
polytope_feature/datacube/transformations/datacube_cyclic/__init__.py
polytope_feature/datacube/transformations/datacube_cyclic/datacube_cyclic.py
polytope_feature/datacube/transformations/datacube_mappers/__init__.py
polytope_feature/datacube/transformations/datacube_mappers/datacube_mappers.py
polytope_feature/datacube/transformations/datacube_mappers/mapper_types/__init__.py
polytope_feature/datacube/transformations/datacube_mappers/mapper_types/healpix.py
polytope_feature/datacube/transformations/datacube_mappers/mapper_types/healpix_nested.py
polytope_feature/datacube/transformations/datacube_mappers/mapper_types/local_regular.py
polytope_feature/datacube/transformations/datacube_mappers/mapper_types/octahedral.py
polytope_feature/datacube/transformations/datacube_mappers/mapper_types/reduced_gaussian.py
polytope_feature/datacube/transformations/datacube_mappers/mapper_types/reduced_ll.py
polytope_feature/datacube/transformations/datacube_mappers/mapper_types/regular.py
polytope_feature/datacube/transformations/datacube_merger/__init__.py
polytope_feature/datacube/transformations/datacube_merger/datacube_merger.py
polytope_feature/datacube/transformations/datacube_reverse/__init__.py
polytope_feature/datacube/transformations/datacube_reverse/datacube_reverse.py
polytope_feature/datacube/transformations/datacube_type_change/__init__.py
polytope_feature/datacube/transformations/datacube_type_change/datacube_type_change.py
polytope_feature/engine/__init__.py
polytope_feature/engine/engine.py
polytope_feature/engine/hullslicer.py
polytope_feature/utility/__init__.py
polytope_feature/utility/combinatorics.py
polytope_feature/utility/exceptions.py
polytope_feature/utility/geometry.py
polytope_feature/utility/list_tools.py
polytope_feature/utility/profiling.py
polytope_python.egg-info/PKG-INFO
polytope_python.egg-info/SOURCES.txt
polytope_python.egg-info/dependency_links.txt
polytope_python.egg-info/not-zip-safe
polytope_python.egg-info/requires.txt
polytope_python.egg-info/top_level.txt
tests/test_axis_mappers.py
tests/test_bad_request_error.py
tests/test_combinatorics.py
tests/test_cyclic_axis_over_negative_vals.py
tests/test_cyclic_axis_slicer_not_0.py
tests/test_cyclic_axis_slicing.py
tests/test_cyclic_nearest.py
tests/test_cyclic_simple.py
tests/test_cyclic_snapping.py
tests/test_datacube_axes_init.py
tests/test_datacube_mock.py
tests/test_datacube_xarray.py
tests/test_date_time_unmerged.py
tests/test_ecmwf_oper_data_fdb.py
tests/test_engine_slicer.py
tests/test_fdb_datacube.py
tests/test_fdb_unmap_tree.py
tests/test_float_type.py
tests/test_healpix_mapper.py
tests/test_healpix_nested_grid.py
tests/test_hull_slicer.py
tests/test_hullslicer_engine.py
tests/test_incomplete_tree_fdb.py
tests/test_local_grid_cyclic.py
tests/test_local_regular_grid.py
tests/test_local_swiss_grid.py
tests/test_mappers.py
tests/test_merge_cyclic_octahedral.py
tests/test_merge_octahedral_one_axis.py
tests/test_merge_transformation.py
tests/test_multiple_param_fdb.py
tests/test_octahedral_grid.py
tests/test_override_md5_hash_options.py
tests/test_point_nearest.py
tests/test_point_shape.py
tests/test_profiling_requesttree.py
tests/test_reduced_ll_grid.py
tests/test_regular_grid.py
tests/test_regular_reduced_grid.py
tests/test_request_tree.py
tests/test_request_trees_after_slicing.py
tests/test_reverse_transformation.py
tests/test_shapes.py
tests/test_slice_date_range_fdb.py
tests/test_slice_date_range_fdb_v2.py
tests/test_slice_fdb_box.py
tests/test_slicer_engine.py
tests/test_slicer_era5.py
tests/test_slicer_xarray.py
tests/test_slicing_unsliceable_axis.py
tests/test_slicing_xarray_3D.py
tests/test_slicing_xarray_4D.py
tests/test_snapping.py
tests/test_snapping_real_data.py
tests/test_tree_protobuf.py
tests/test_tree_protobuf_encoding.py
tests/test_tree_protobuf_encoding_fdb.py
tests/test_type_change_transformation.py
tests/test_union_gj.py
tests/test_union_point_box.py
tests/test_wave_spectra_data.py