.coveragerc
.gitignore
.readthedocs.yml
.travis.yml
LICENSE
README.md
readthedocs.yml
requirements.txt
setup.cfg
setup.py
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
data/C2.nc
data/labels.dbf
data/labels.shp
data/labels.shx
data/slc.dim
data/slc.nc
data/slc.tif
data/slc.data/C11.hdr
data/slc.data/C11.img
data/slc.data/C12_imag.hdr
data/slc.data/C12_imag.img
data/slc.data/C12_real.hdr
data/slc.data/C12_real.img
data/slc.data/C22.hdr
data/slc.data/C22.img
data/slc.data/vector_data/ground_control_points.csv
data/slc.data/vector_data/pins.csv
doc/changelog.rst
doc/classify.rst
doc/conf.py
doc/environment.yml
doc/getting_started.rst
doc/index.rst
doc/overview.rst
doc/projections.rst
doc/read_and_write.rst
doc/reference.rst
doc/requirements.txt
doc/setup.rst
doc/user_guide.rst
doc/visualize.rst
doc/xarray.rst
doc/api/nd.change.rst
doc/api/nd.classify.rst
doc/api/nd.filters.rst
doc/api/nd.io.rst
doc/api/nd.rst
doc/api/nd.testing.rst
doc/api/nd.tiling.rst
doc/api/nd.utils.rst
doc/api/nd.vector.rst
doc/api/nd.visualize.rst
doc/api/nd.warp.rst
doc/api/xarray.rst
doc/change/index.rst
doc/change/omnibus.rst
doc/filters/convolutions.rst
doc/filters/index.rst
doc/filters/nlmeans.rst
doc/images/c2.gif
doc/images/c2_epsg3086.png
doc/images/c2_epsg4326.png
doc/images/c2_rgb.png
doc/images/class_labels.png
doc/images/clustering.png
doc/images/map.png
doc/images/prediction_time_0.png
doc/images/prediction_time_feature.png
doc/images/prediction_time_mean.png
doc/logos/favicon.ico
doc/logos/nd_text.png
examples/ghrsst_gulf_2019.nc
examples/kalimantan_change.gif
examples/kalimantan_forest.nc
examples/s1_kalimantan.gif
examples/s1_kalimantan_2017_18.nc
examples/s1_kalimantan_nlm.gif
examples/sst.gif
examples/tutorial_ghrsst.html
examples/tutorial_ghrsst.ipynb
examples/tutorial_s1.ipynb
nd/__init__.py
nd/_change.c
nd/_change.pyx
nd/_filters.c
nd/_filters.pyx
nd/_warp.c
nd/_warp.pyx
nd/_xarray.py
nd/algorithm.py
nd/change.py
nd/classify.py
nd/filters.py
nd/io.py
nd/testing.py
nd/tiling.py
nd/utils.py
nd/vector.py
nd/visualize.py
nd/warp.py
nd.egg-info/PKG-INFO
nd.egg-info/SOURCES.txt
nd.egg-info/dependency_links.txt
nd.egg-info/not-zip-safe
nd.egg-info/requires.txt
nd.egg-info/top_level.txt
nd/tests/__init__.py
nd/tests/test_algorithm.py
nd/tests/test_change_common.py
nd/tests/test_change_omnibus.py
nd/tests/test_classifier.py
nd/tests/test_convert.py
nd/tests/test_convolution_filter.py
nd/tests/test_coregister.py
nd/tests/test_filters_common.py
nd/tests/test_gaussian_filter.py
nd/tests/test_nlmeans_filter.py
nd/tests/test_open.py
nd/tests/test_tiling.py
nd/tests/test_utils.py
nd/tests/test_vector.py
nd/tests/test_visualize.py
nd/tests/test_warp.py
nd/tests/test_xarray_accessor.py