.gitignore
.pre-commit-config.yaml
.readthedocs.yml
LICENSE
Makefile
README.md
environment.yml
pyproject.toml
pytest.ini
setup.cfg
.github/workflows/ci.yml
.github/workflows/label-public-pr.yml
.github/workflows/notify-new-issue.yml
.github/workflows/notify-new-pr.yml
docs/Makefile
docs/api.rst
docs/conf.py
docs/development.rst
docs/examples.rst
docs/index.rst
docs/install.rst
docs/licence.rst
docs/make.bat
docs/requirements.txt
docs/skip_api_rules.py
docs/_static/.gitkeep
docs/_static/earthkit-data.png
docs/_static/style.css
docs/_templates/.gitkeep
docs/examples/ads.ipynb
docs/examples/bufr_synop.ipynb
docs/examples/bufr_temp.ipynb
docs/examples/cache.ipynb
docs/examples/cds.ipynb
docs/examples/ecmwf_open_data.ipynb
docs/examples/fdb.ipynb
docs/examples/from_object.ipynb
docs/examples/grib_file_pattern.ipynb
docs/examples/grib_from_stream.ipynb
docs/examples/grib_indexing.ipynb
docs/examples/grib_lat_lon_value.ipynb
docs/examples/grib_metadata.ipynb
docs/examples/grib_missing.ipynb
docs/examples/grib_multi.ipynb
docs/examples/grib_overview.ipynb
docs/examples/grib_selection.ipynb
docs/examples/grib_tar.ipynb
docs/examples/grib_to_netcdf.ipynb
docs/examples/grib_url.ipynb
docs/examples/list_of_dict.ipynb
docs/examples/mars.ipynb
docs/examples/metadata.ipynb
docs/examples/missing.grib
docs/examples/netcdf.ipynb
docs/examples/netcdf_fieldlist.ipynb
docs/examples/numpy_fieldlist.ipynb
docs/examples/odb.ipynb
docs/examples/pandas.ipynb
docs/examples/projection.ipynb
docs/examples/settings.ipynb
docs/examples/synop_10.bufr
docs/examples/temp_10.bufr
docs/examples/test.grib
docs/examples/test.nc
docs/examples/test.odb
docs/examples/test4.grib
docs/examples/test6.grib
docs/examples/tuv_pl.grib
docs/examples/tuv_pl.nc
docs/guide/caching.rst
docs/guide/data.rst
docs/guide/index.rst
docs/guide/settings.rst
docs/guide/sources.rst
docs/guide/data_format/bufr.rst
docs/guide/data_format/csv.rst
docs/guide/data_format/grib.rst
docs/guide/data_format/index.rst
docs/guide/data_format/netcdf.rst
docs/guide/data_format/odb.rst
docs/guide/include/settings-1-get.py
docs/guide/include/settings-2-set.py
docs/guide/include/settings-3-reset.py
docs/release_notes/index.rst
docs/release_notes/version_0.2_updates.rst
docs/release_notes/version_0.3_updates.rst
earthkit/data/__init__.py
earthkit/data/decorators.py
earthkit/data/testing.py
earthkit/data/version.py
earthkit/data/arguments/__init__.py
earthkit/data/arguments/args_kwargs.py
earthkit/data/arguments/argument.py
earthkit/data/arguments/earthkit_types.py
earthkit/data/arguments/input_manager.py
earthkit/data/arguments/transformers.py
earthkit/data/core/__init__.py
earthkit/data/core/caching.py
earthkit/data/core/constants.py
earthkit/data/core/fieldlist.py
earthkit/data/core/geography.py
earthkit/data/core/index.py
earthkit/data/core/ipython.py
earthkit/data/core/metadata.py
earthkit/data/core/order.py
earthkit/data/core/plugins.py
earthkit/data/core/select.py
earthkit/data/core/settings.py
earthkit/data/core/statistics.py
earthkit/data/core/temporary.py
earthkit/data/core/thread.py
earthkit/data/data/css/tab.css
earthkit/data/data/css/table.css
earthkit/data/data/css/tree.css
earthkit/data/indexing/__init__.py
earthkit/data/indexing/database/__init__.py
earthkit/data/indexing/database/json.py
earthkit/data/indexing/database/sql.py
earthkit/data/indexing/database/stdout.py
earthkit/data/mergers/__init__.py
earthkit/data/mergers/pandas.py
earthkit/data/mergers/xarray.py
earthkit/data/mirrors/__init__.py
earthkit/data/mirrors/directory_mirror.py
earthkit/data/readers/__init__.py
earthkit/data/readers/archive.py
earthkit/data/readers/csv.py
earthkit/data/readers/directory.py
earthkit/data/readers/geojson.py
earthkit/data/readers/netcdf.py
earthkit/data/readers/numpy.py
earthkit/data/readers/odb.py
earthkit/data/readers/tar.py
earthkit/data/readers/text.py
earthkit/data/readers/unknown.py
earthkit/data/readers/zip.py
earthkit/data/readers/bufr/__init__.py
earthkit/data/readers/bufr/bufr.py
earthkit/data/readers/bufr/pandas.py
earthkit/data/readers/grib/__init__.py
earthkit/data/readers/grib/codes.py
earthkit/data/readers/grib/memory.py
earthkit/data/readers/grib/metadata.py
earthkit/data/readers/grib/output.py
earthkit/data/readers/grib/pandas.py
earthkit/data/readers/grib/parsing.py
earthkit/data/readers/grib/reader.py
earthkit/data/readers/grib/xarray.py
earthkit/data/readers/grib/index/__init__.py
earthkit/data/readers/grib/index/db.py
earthkit/data/readers/grib/index/file.py
earthkit/data/readers/grib/index/json.py
earthkit/data/readers/grib/index/sql.py
earthkit/data/sources/__init__.py
earthkit/data/sources/ads.py
earthkit/data/sources/cds.py
earthkit/data/sources/dummy.grib
earthkit/data/sources/dummy_source.py
earthkit/data/sources/ecmwf_api.py
earthkit/data/sources/ecmwf_open_data.py
earthkit/data/sources/empty.py
earthkit/data/sources/fdb.py
earthkit/data/sources/file.py
earthkit/data/sources/file_indexed.py
earthkit/data/sources/file_pattern.py
earthkit/data/sources/indexed.py
earthkit/data/sources/list_of_dicts.py
earthkit/data/sources/mars.py
earthkit/data/sources/memory.py
earthkit/data/sources/multi.py
earthkit/data/sources/multi_url.py
earthkit/data/sources/numpy_list.py
earthkit/data/sources/prompt.py
earthkit/data/sources/stream.py
earthkit/data/sources/url.py
earthkit/data/sources/url_pattern.py
earthkit/data/sources/virtual.py
earthkit/data/sources/virtual_directory.py
earthkit/data/sphinxext/__init__.py
earthkit/data/sphinxext/generate_settings_rst.py
earthkit/data/sphinxext/module_output.py
earthkit/data/sphinxext/xref.py
earthkit/data/translators/__init__.py
earthkit/data/translators/ndarray.py
earthkit/data/translators/pandas.py
earthkit/data/translators/string.py
earthkit/data/translators/xarray.py
earthkit/data/utils/__init__.py
earthkit/data/utils/availability.py
earthkit/data/utils/bbox.py
earthkit/data/utils/conventions.py
earthkit/data/utils/dates.py
earthkit/data/utils/examples.py
earthkit/data/utils/factorise.py
earthkit/data/utils/html.py
earthkit/data/utils/humanize.py
earthkit/data/utils/interval.py
earthkit/data/utils/kwargs.py
earthkit/data/utils/lazy.py
earthkit/data/utils/message.py
earthkit/data/utils/metadata.py
earthkit/data/utils/module_inputs_wrapper.py
earthkit/data/utils/parts.py
earthkit/data/utils/patterns.py
earthkit/data/utils/serialise.py
earthkit/data/utils/summary.py
earthkit/data/utils/projections/__init__.py
earthkit/data/utils/projections/cf.py
earthkit/data/utils/projections/proj.py
earthkit/data/vocabularies/__init__.py
earthkit/data/vocabularies/aliases.py
earthkit/data/vocabularies/cf.py
earthkit/data/vocabularies/grib-paramid.csv
earthkit/data/vocabularies/grib.py
earthkit/data/wrappers/__init__.py
earthkit/data/wrappers/integer.py
earthkit/data/wrappers/ndarray.py
earthkit/data/wrappers/pandas.py
earthkit/data/wrappers/string.py
earthkit/data/wrappers/xarray.py
earthkit/data/writers/__init__.py
earthkit/data/writers/grib.py
earthkit_data.egg-info/PKG-INFO
earthkit_data.egg-info/SOURCES.txt
earthkit_data.egg-info/dependency_links.txt
earthkit_data.egg-info/requires.txt
earthkit_data.egg-info/top_level.txt
tests/conftest.py
tests/environment-unit-tests.yml
tests/test_00_version.py
tests/bufr/test_bufr_concat.py
tests/bufr/test_bufr_contents.py
tests/bufr/test_bufr_convert.py
tests/bufr/test_bufr_order_by.py
tests/bufr/test_bufr_sel.py
tests/bufr/test_bufr_summary.py
tests/core/test_cache.py
tests/core/test_metadata.py
tests/core/test_settings.py
tests/core/test_version.py
tests/data/NUTS_RG_20M_2021_3035.geojson
tests/data/NUTS_RG_20M_2021_3035.shp.zip
tests/data/era5_2t_1.nc
tests/data/era5_2t_2.nc
tests/data/mercator.grib
tests/data/ml_data.grib
tests/data/rgg_small_subarea_cellarea_ref.grib
tests/data/t_pl.grib
tests/data/t_time_series.grib
tests/data/test_icon.grib
tests/data/test_single.grib
tests/data/test_single.nc
tests/data/test_single_with_missing.grib
tests/data/u_pl.grib
tests/data/v_pl.grib
tests/documentation/test_examples.py
tests/documentation/test_notebooks.py
tests/grib/test_grib_concat.py
tests/grib/test_grib_convert.py
tests/grib/test_grib_geography.py
tests/grib/test_grib_memory.py
tests/grib/test_grib_metadata.py
tests/grib/test_grib_order_by.py
tests/grib/test_grib_output.py
tests/grib/test_grib_sel.py
tests/grib/test_grib_slice.py
tests/grib/test_grib_stream.py
tests/grib/test_grib_summary.py
tests/grib/test_grib_values.py
tests/indexing/indexing_fixtures.py
tests/indexing/test_indexing_db.py
tests/indexing/test_indexing_isel.py
tests/indexing/test_indexing_order_by.py
tests/indexing/test_indexing_serialisation.py
tests/indexing/test_order_kwargs.py
tests/indexing/test_selection_kwargs.py
tests/netcdf/test_netcdf_concat.py
tests/netcdf/test_netcdf_geography.py
tests/netcdf/test_netcdf_metadata.py
tests/netcdf/test_netcdf_sel.py
tests/netcdf/test_netcdf_slice.py
tests/netcdf/test_netcdf_summary.py
tests/netcdf/test_netcdf_values.py
tests/normalize/aliases.json
tests/normalize/availability.json
tests/normalize/test_normalize_aliases.py
tests/normalize/test_normalize_aliases_grib.py
tests/normalize/test_normalize_availability.py
tests/normalize/test_normalize_bbox.py
tests/normalize/test_normalize_date.py
tests/normalize/test_normalize_enum.py
tests/normalize/test_normalize_errors.py
tests/normalize/test_normalize_kwargs.py
tests/normalize/test_normalize_parameter.py
tests/normalize/test_transformers.py
tests/readers/test_csv_reader.py
tests/readers/test_geojson_reader.py
tests/readers/test_grib_reader.py
tests/readers/test_netcdf_reader.py
tests/readers/test_odb_reader.py
tests/readers/test_reader_padding_bytes.py
tests/readers/test_tar_reader.py
tests/readers/test_unknown_reader.py
tests/readers/test_zip_reader.py
tests/readers/unknown_file.unknown_ext
tests/readers/unknown_text_file.unknown_ext
tests/sources/test_ads.py
tests/sources/test_cds.py
tests/sources/test_ecmwf_open_data.py
tests/sources/test_fdb.py
tests/sources/test_file.py
tests/sources/test_mars.py
tests/sources/test_multi.py
tests/sources/test_numpy_list.py
tests/sources/test_url.py
tests/sources/test_url_pattern.py
tests/translators/test_translators.py
tests/utils/__init__.py
tests/utils/dummy_module.py
tests/utils/test_bbox.py
tests/utils/test_download_examples.py
tests/utils/test_interval.py
tests/utils/test_module_inputs_wrapper.py
tests/utils/test_projections.py
tests/wrappers/test_ndarray.py
tests/wrappers/test_pandas.py
tests/wrappers/test_string.py
tests/wrappers/test_xarray.py