- Add support for fetching data from NSIDC0080 from disk.
- Update
earthaccess
library version to~=0.8.2
. - The code that downloads
AU_SI12_NRT_R04
LANCE NRT data (``pm_tb_data.fetch.amsr.lance_amsr2`)- now supports trying both data URLs provided by CMR (lance.nsstc.nasa.gov and lance.itsc.uah.edu) if the first one fails. Sometimes one mirror is available when the other is not.
- Writes partially-downloaded data to a tempdir. Once the data is fully downloaded, the data are moved to the expected output dir. This prevents network interruptions from resulting in partially-written data.
- Add code to fetch NSIDC-0001 v6 data from disk.
- Add code to fetch AE_SI12 v3 from disk.
AU_SI
,AE_SI
, andNSIDC-0001
data normalization produces 'standard' xarray dataset: variables are named in a consistent way, and variables all have just two dims:fake_x
andfake_y
. Eventually the plan is to include CRS information and projected coordinates instead.
- Add code to download LANCE AMSR2 data to a local directory.
- Define type and constants for
Hemisphere
.
- Fix package build: use the
setuptools
find
directive to automatically find packages withinpm_tb_data
.
- Add
py.typed
to built package-data.
- Initial release of
pm_tb_data
. Most of the code included here is originally frompm_icecon
v0.1.0.