LICENSE
MANIFEST.in
README.md
extra-requirements.txt
requirements.txt
setup.py
nowcasting_dataset/__init__.py
nowcasting_dataset/consts.py
nowcasting_dataset/geospatial.py
nowcasting_dataset/square.py
nowcasting_dataset/time.py
nowcasting_dataset/utils.py
nowcasting_dataset.egg-info/PKG-INFO
nowcasting_dataset.egg-info/SOURCES.txt
nowcasting_dataset.egg-info/dependency_links.txt
nowcasting_dataset.egg-info/requires.txt
nowcasting_dataset.egg-info/top_level.txt
nowcasting_dataset/config/__init__.py
nowcasting_dataset/config/gcp.yaml
nowcasting_dataset/config/load.py
nowcasting_dataset/config/model.py
nowcasting_dataset/config/on_premises.yaml
nowcasting_dataset/config/save.py
nowcasting_dataset/dataset/__init__.py
nowcasting_dataset/dataset/batch.py
nowcasting_dataset/dataset/xr_utils.py
nowcasting_dataset/dataset/split/__init__.py
nowcasting_dataset/dataset/split/method.py
nowcasting_dataset/dataset/split/model.py
nowcasting_dataset/dataset/split/split.py
nowcasting_dataset/filesystem/__init__.py
nowcasting_dataset/filesystem/utils.py
nowcasting_dataset/manager/__init__.py
nowcasting_dataset/manager/base.py
nowcasting_dataset/manager/manager.py
nowcasting_dataset/manager/manager_live.py
nowcasting_dataset/manager/utils.py
tests/__init__.py
tests/conftest.py
tests/test_geospatial.py
tests/test_square.py
tests/test_time.py
tests/test_utils.py