.gitignore
.gitlab-ci.yml
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
Makefile
README.md
environment.yml
pyproject.toml
requirements.txt
setup.py
NES.egg-info/PKG-INFO
NES.egg-info/SOURCES.txt
NES.egg-info/dependency_links.txt
NES.egg-info/entry_points.txt
NES.egg-info/requires.txt
NES.egg-info/top_level.txt
docs/Makefile
docs/make.bat
docs/build/doctrees/authors.doctree
docs/build/doctrees/changelog.doctree
docs/build/doctrees/contributing.doctree
docs/build/doctrees/environment.pickle
docs/build/doctrees/formats.doctree
docs/build/doctrees/index.doctree
docs/build/doctrees/methods.doctree
docs/build/doctrees/object.doctree
docs/build/doctrees/projections.doctree
docs/build/doctrees/readme.doctree
docs/build/html/.buildinfo
docs/build/html/authors.html
docs/build/html/changelog.html
docs/build/html/contributing.html
docs/build/html/formats.html
docs/build/html/genindex.html
docs/build/html/index.html
docs/build/html/methods.html
docs/build/html/object.html
docs/build/html/objects.inv
docs/build/html/projections.html
docs/build/html/py-modindex.html
docs/build/html/readme.html
docs/build/html/search.html
docs/build/html/searchindex.js
docs/build/html/_modules/index.html
docs/build/html/_modules/nes/create_nes.html
docs/build/html/_modules/nes/load_nes.html
docs/build/html/_modules/nes/methods/cell_measures.html
docs/build/html/_modules/nes/methods/horizontal_interpolation.html
docs/build/html/_modules/nes/methods/spatial_join.html
docs/build/html/_modules/nes/methods/vertical_interpolation.html
docs/build/html/_modules/nes/nc_projections/default_nes.html
docs/build/html/_modules/nes/nc_projections/latlon_nes.html
docs/build/html/_modules/nes/nc_projections/lcc_nes.html
docs/build/html/_modules/nes/nc_projections/mercator_nes.html
docs/build/html/_modules/nes/nc_projections/points_nes.html
docs/build/html/_modules/nes/nc_projections/points_nes_ghost.html
docs/build/html/_modules/nes/nc_projections/points_nes_providentia.html
docs/build/html/_modules/nes/nc_projections/rotated_nes.html
docs/build/html/_modules/nes/nc_projections/rotated_nested_nes.html
docs/build/html/_modules/nes/nes_formats/cams_ra_format.html
docs/build/html/_modules/nes/nes_formats/cmaq_format.html
docs/build/html/_modules/nes/nes_formats/monarch_format.html
docs/build/html/_modules/nes/nes_formats/wrf_chem_format.html
docs/build/html/_sources/authors.rst.txt
docs/build/html/_sources/changelog.rst.txt
docs/build/html/_sources/contributing.rst.txt
docs/build/html/_sources/formats.rst.txt
docs/build/html/_sources/index.rst.txt
docs/build/html/_sources/methods.rst.txt
docs/build/html/_sources/object.rst.txt
docs/build/html/_sources/projections.rst.txt
docs/build/html/_sources/readme.rst.txt
docs/build/html/_static/_sphinx_javascript_frameworks_compat.js
docs/build/html/_static/basic.css
docs/build/html/_static/doctools.js
docs/build/html/_static/documentation_options.js
docs/build/html/_static/file.png
docs/build/html/_static/jquery.js
docs/build/html/_static/language_data.js
docs/build/html/_static/minus.png
docs/build/html/_static/plus.png
docs/build/html/_static/pygments.css
docs/build/html/_static/searchtools.js
docs/build/html/_static/sphinx_highlight.js
docs/build/html/_static/css/badge_only.css
docs/build/html/_static/css/theme.css
docs/build/html/_static/css/fonts/Roboto-Slab-Bold.woff
docs/build/html/_static/css/fonts/Roboto-Slab-Bold.woff2
docs/build/html/_static/css/fonts/Roboto-Slab-Regular.woff
docs/build/html/_static/css/fonts/Roboto-Slab-Regular.woff2
docs/build/html/_static/css/fonts/fontawesome-webfont.eot
docs/build/html/_static/css/fonts/fontawesome-webfont.svg
docs/build/html/_static/css/fonts/fontawesome-webfont.ttf
docs/build/html/_static/css/fonts/fontawesome-webfont.woff
docs/build/html/_static/css/fonts/fontawesome-webfont.woff2
docs/build/html/_static/css/fonts/lato-bold-italic.woff
docs/build/html/_static/css/fonts/lato-bold-italic.woff2
docs/build/html/_static/css/fonts/lato-bold.woff
docs/build/html/_static/css/fonts/lato-bold.woff2
docs/build/html/_static/css/fonts/lato-normal-italic.woff
docs/build/html/_static/css/fonts/lato-normal-italic.woff2
docs/build/html/_static/css/fonts/lato-normal.woff
docs/build/html/_static/css/fonts/lato-normal.woff2
docs/build/html/_static/js/badge_only.js
docs/build/html/_static/js/html5shiv-printshiv.min.js
docs/build/html/_static/js/html5shiv.min.js
docs/build/html/_static/js/theme.js
docs/source/authors.rst
docs/source/changelog.rst
docs/source/conf.py
docs/source/contributing.rst
docs/source/formats.rst
docs/source/index.rst
docs/source/methods.rst
docs/source/object.rst
docs/source/projections.rst
docs/source/readme.rst
nes/__init__.py
nes/create_nes.py
nes/load_nes.py
nes/cli/__init__.py
nes/cli/checker.py
nes/cli/cli.py
nes/cli/cli_logger.py
nes/cli/diff.py
nes/cli/diffper.py
nes/cli/geostructure.py
nes/cli/interpolate.py
nes/cli/plot_cli.py
nes/cli/reorder_longitudes.py
nes/cli/rline.py
nes/methods/__init__.py
nes/methods/cell_measures.py
nes/methods/geospatial.py
nes/methods/horizontal_interpolation.py
nes/methods/spatial_join.py
nes/methods/vertical_interpolation.py
nes/nc_projections/__init__.py
nes/nc_projections/default_nes.py
nes/nc_projections/latlon_nes.py
nes/nc_projections/lcc_nes.py
nes/nc_projections/mercator_nes.py
nes/nc_projections/points_nes.py
nes/nc_projections/points_nes_ghost.py
nes/nc_projections/points_nes_providentia.py
nes/nc_projections/rotated_nes.py
nes/nc_projections/rotated_nested_nes.py
nes/nes_formats/__init__.py
nes/nes_formats/cams_ra_format.py
nes/nes_formats/chimere_format.py
nes/nes_formats/cmaq_format.py
nes/nes_formats/mocage_format.py
nes/nes_formats/monarch_format.py
nes/nes_formats/wrf_chem_format.py
nes/tests/__init__.py
nes/tests/utils.py
nes/tests/cli/cli_nc2rline.py
nes/tests/methods/expected_ISO_grids.py
nes/tests/methods/test_daily_statistics.py
nes/tests/methods/test_expand_contract.py
nes/tests/methods/test_grid_area.py
nes/tests/methods/test_horizontal_interp.py
nes/tests/methods/test_longitude_conversion.py
nes/tests/methods/test_raw_io.py
nes/tests/methods/test_rolling_mean.py
nes/tests/methods/test_selecting.py
nes/tests/methods/test_spatial_join.py
nes/tests/methods/test_sum.py
nes/tests/methods/test_vertical_interp.py
nes/tests/methods/test_write_timestep.py
nes/tests/misc/test_imports.py
nes/tests/misc/test_lint.py
nes/tests/projections/test_global.py
nes/tests/projections/test_lcc.py
nes/tests/projections/test_mercator.py
nes/tests/projections/test_points.py
nes/tests/projections/test_regular.py
nes/tests/projections/test_rotated.py
nes/utilities/__init__.py
nes/utilities/mpi_tools.py