.coveragerc
.gitattributes
.gitignore
.travis.yml
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
MANIFEST.in
README.rst
doc_requirements.txt
environment.yml
readthedocs.yml
requirements.txt
setup.cfg
setup.py
test-requirements.txt
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/_static/.gitignore
src/pynetcf/__init__.py
src/pynetcf/base.py
src/pynetcf/image.py
src/pynetcf/point_data.py
src/pynetcf/time_series.py
src/pynetcf.egg-info/PKG-INFO
src/pynetcf.egg-info/SOURCES.txt
src/pynetcf.egg-info/dependency_links.txt
src/pynetcf.egg-info/not-zip-safe
src/pynetcf.egg-info/requires.txt
src/pynetcf.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_base.py
tests/test_image.py
tests/test_point_data.py
tests/test_time_series.py