[v0.13.0] - 2025-01-28
Changed
- Integration tests: Test are no longer randomized! this means each fail should be reproducible, we are testing the most
popular datasets from all DAACs, see files under tests/integration/popular_collections.
(#215)
(@mfisher87)
Added
- VirtualiZarr: earthaccess can open archival formats (NetCDF, HDF5) as if they were Zarr by leveraging VirtualiZarr
In order to use this capability the collection needs to be supported by OPeNDAP and have dmrpp files.
See example notebooks!
(@ayushnag and @TomNicholas)
Fixed
-
earthaccess.download
will let requests automatically decode compressed content
(#887)
(@itcarroll) -
earthaccess.download
now shares the authenticated session cookie among threads to avoid overloading EDL.
(#913)
(@hailiangzhang)
Complete autogenerated list:
What's Changed
- Refactor development guide by @jhkennedy in #874
- chore: update pre-commit hooks by @pre-commit-ci in #886
- Opening virtual datasets (dmr-adapter) by @ayushnag in #606
- Fix Incorrect Earthdata Login Hyperlinks by @mitchstartzel in #907
- Add a workflow for generating Hackday Github Discussion threads by @Sherwin-14 in #914
- Fix
CATEGORY_ID
in hack day discussion workflow by @mfisher87 in #917 - download using chunk iteration rather than raw response by @itcarroll in #920
- Fix small open_virtual_dataset bugs by @ayushnag in #923
- Thread-local Session Management and Cookie Reuse to Address EDL DSE issue by @hailiangzhang in #909
- NASA directive updates by @asteiker in #928
- Refactor integration tests to remove random collection sampling by @mfisher87 in #749
- Add earthaccess-virtualizarr tutorial notebook by @ayushnag in #904
- Preparing the release of v0.13.0 by @betolink in #931
New Contributors
- @ayushnag made their first contribution in #606
- @mitchstartzel made their first contribution in #907
- @hailiangzhang made their first contribution in #909
Full Changelog: v0.12.0...v0.13.0