Releases: MAAP-Project/maap-documentation-examples
Releases · MAAP-Project/maap-documentation-examples
0.1.0
gedi-subset-0.2.7
[gedi-subset-0.2.7] - 2022-09-27
Hotfix replacement for gedi-subset-0.2.6
, which was yanked because it caused jobs with larger .h5
files to run out of memory, particularly for subsetting GEDI L2A data.
Fixed
gedi-subset-0.2.5
[gedi-subset-0.2.5] - 2022-09-13
Fixed
- Top-level
build.sh
script passes all command-line arguments tobuild.sh
scripts in sub-directories - Issue #26:
lat_lowestmode
andlon_lowestmode
are implicitly included in list of columns for subsetting (i.e., user is no longer required to explicitly supply them in the list of columns to select)
gedi-subset-0.2.4
[gedi-subset-0.2.4] - 2022-08-03
Fixed
build.sh
now references the requirements-maappy in the correct relative path.
gedi-subset-0.2.2
[gedi-subset-0.2.2] - 2022-08-02
Changed
- Updated
maap-py
dependency to usehotfixes
branch until the library
employs proper release management. - Improved error-handling to add clarity around error messages stemming from
authentication errors and other HTTP request errors. - Enhanced S3 authentication to automatically use granule metadata containing an
online resource URL representing an S3 authentication endpoint.
gedi-subset-0.2.1
[gedi-subset-0.2.1] - 2022-06-07
Hotfix replacement for gedi-subset-0.2.0
.
Fixed
-
Resolved the following runtime error during DPS job execution that occurs with
versiongedi-subset-0.2.0
:ImportError: Missing optional dependency 'pyarrow.parquet'.
This appears to be due to a recent release of one or more unpinned transitive
dependencies. This was resolved with aconda
lock file.
gedi-subset-0.1.0
Added
- Allow users to subset GEDI L4A data (HDF5) falling within an AOI (GeoJSON),
producing a single output file (GPKG)