Skip to content

Releases: MAAP-Project/maap-documentation-examples

0.1.0

11 Oct 23:30
f35c786
Compare
Choose a tag to compare

Baseline release for issuing a DOI.

gedi-subset-0.2.7

05 Oct 18:37
caeaf91
Compare
Choose a tag to compare

[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

  • Issue #34. Fixes out of memory bug introduced by previous bug fix.
  • Issue #44. Uses a different docker_url to compensate for the missing maap.cfg file.

gedi-subset-0.2.5

13 Sep 23:33
8a6abb6
Compare
Choose a tag to compare

[gedi-subset-0.2.5] - 2022-09-13

Fixed

  • Top-level build.sh script passes all command-line arguments to build.sh scripts in sub-directories
  • Issue #26: lat_lowestmode and lon_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

03 Aug 20:39
904a59d
Compare
Choose a tag to compare

[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

02 Aug 17:09
9d4d448
Compare
Choose a tag to compare

[gedi-subset-0.2.2] - 2022-08-02

Changed

  • Updated maap-py dependency to use hotfixes 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

07 Jun 14:15
73f1c63
Compare
Choose a tag to compare

[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
    version gedi-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 a conda lock file.

gedi-subset-0.1.0

01 Jun 16:39
e7f6ce9
Compare
Choose a tag to compare

Added

  • Allow users to subset GEDI L4A data (HDF5) falling within an AOI (GeoJSON),
    producing a single output file (GPKG)