Recent Releases of SpaceLiDAR

SpaceLiDAR - v0.4.1

SpaceLiDAR v0.4.1

  • Fixes ICESat-2 search since the data move to the EarthData Cloud

Diff since v0.4.0

- Julia
Published by github-actions[bot] 6 months ago

SpaceLiDAR - v0.4.0

SpaceLiDAR v0.4.0

Diff since v0.3.0

Breaking changes

  • points now return either a Table or a PartitionedTable instead of NamedTuple or Vector{NamedTuple}. The old behaviour can be regained by calling parent on these tables.
  • Removed number_of_returns and return_number from ICESat-2 ATL08 canopy output.

Merged pull requests: - Add before, after keywords to search by timestamp. (#49) (@evetion) - Bump codecov/codecov-action from 2 to 3 (#52) (@dependabot[bot]) - Bump actions/cache from 1 to 3 (#53) (@dependabot[bot]) - Bump actions/checkout from 2 to 3 (#54) (@dependabot[bot]) - fix BitVector + make empty vector initialization concise (#55) (@alex-s-gardner) - Disable s3 download in testing. (#56) (@evetion) - Reduce allocations and a bit of memory. (#57) (@evetion) - Return Tables instead of NamedTuples. (#59) (@evetion) - CompatHelper: bump compat for HDF5 to 0.17, (keep existing compat) (#62) (@github-actions[bot]) - Bump actions/checkout from 3 to 4 (#63) (@dependabot[bot]) - Bump stefanzweifel/git-auto-commit-action from 4 to 5 (#64) (@dependabot[bot]) - CompatHelper: add new compat entry for Downloads at version 1, (keep existing compat) (#65) (@github-actions[bot]) - CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) (#66) (@github-actions[bot]) - Use search after instead of page offsets (#68) (@evetion) - Introduce sync utility with aria2c. (#69) (@evetion) - Bump actions/cache from 3 to 4 (#70) (@dependabot[bot]) - Bump codecov/codecov-action from 3 to 4 (#71) (@dependabot[bot]) - Empty Tables should have the same return type as non-empty ones (#75) (@evetion) - Update README.md (#77) (@alex-s-gardner) - add "id" to seach + test (#78) (@alex-s-gardner) - Search for groups of granules and convert them. (#79) (@evetion) - Bump julia-actions/setup-julia from 1 to 2 (#80) (@dependabot[bot]) - Bump codecov/codecov-action from 4 to 5 (#83) (@dependabot[bot]) - Fix tests broken by GEDI migration to LPCLOUD (#84) (@evetion) - Add Makie extension for plotting. (#85) (@evetion)

Closed issues: - Implement Unitful (#15) - earthdatasearch using geojson with POST (#18) - Use Extents.extent for searching and filtering (#21) - Should ATL08 return height and heightcanopy (#34) - Thoughts on adding CryoSat support (#43) - Add s3 kwg for :GEDI ? (#45) - List of breaking changes for rel 0.3 (#46) - Should the name of the bbox kwarg be changed to extent (#47) - Allow for search using timestamp(s) (#48) - Can't reduce dataframes from `points(canopy=true) due to extra parameters (#50) - Move earthdata_search to its on package (#51) - Should Lat and Lon be saved as Float32 (#60) - Download GEDI by extent error (#67) - Mixed data types (#72) - Could we add a way to trace points to originating granule? (#74) - Search fails on GEDI (#82)

- Julia
Published by github-actions[bot] about 1 year ago

SpaceLiDAR - v0.3.0

SpaceLiDAR v0.3.0

Diff since v0.2.2

Closed issues: - Citation has wrong version (#12) - ICESat2_Granule{:ATL06} are returned byfind without bounding boxes. (#28) - If download is killed early partail .h5 breaks workflow (#35) - should bbox be changed to extent? (#39) - AWS credintials parsing error (#40) - improve error for incorrect search inputs (#41) - get(ENV, "AWSSESSIONEXPIRES", typemin(DateTime)) returns a string not a DateTime (#42)

Merged pull requests: - Improve earthdata access (#29) (@alex-s-gardner) - Add bbox subsetting for ATL06 data (#30) (@alex-s-gardner) - Bbox subsetting for GLAH06, GLAH14, ATL03, ATL08 and GEDI02_A (#33) (@alex-s-gardner) - Download granule to temporary file first (#37) (@alex-s-gardner) - Retrieve polygons from EarthData search. (#38) (@evetion) - Prepare v0.3.0 release. (#44) (@evetion)

- Julia
Published by github-actions[bot] about 3 years ago

SpaceLiDAR - v0.2.2

SpaceLiDAR v0.2.2

Diff since v0.2.1

Closed issues: - Add materialize! option to tables (#20) - Should download include "!" if it's not modifying it's inputs? (#24) - HTTP/1.1 401 Unauthorized while requesting https://n5eil01u.ecs.nsidc.org .... (#26)

Merged pull requests: - Fix download from NSIDC (#31) (@evetion) - Make 0.2.2 release. (#32) (@evetion)

- Julia
Published by github-actions[bot] over 3 years ago

SpaceLiDAR - v0.2.1

SpaceLiDAR v0.2.1

Diff since v0.2.0

Merged pull requests: - Small fixes on top of v2. (#23) (@evetion)

- Julia
Published by github-actions[bot] over 3 years ago

SpaceLiDAR - v0.2.0

SpaceLiDAR v0.2.0

Diff since v0.1.6

Closed issues: - Create enums instead of strings? (#16)

Merged pull requests: - Unify all fields from points, add docstrings and drop unrelated code and dependencies. (#19) (@evetion)

- Julia
Published by github-actions[bot] over 3 years ago

SpaceLiDAR - v0.1.6

SpaceLiDAR v0.1.6

Diff since v0.1.5

Merged pull requests: - First support for ICESat GLAH06 (#17) (@alex-s-gardner)

- Julia
Published by github-actions[bot] over 3 years ago

SpaceLiDAR - v0.1.5

SpaceLiDAR v0.1.5

Diff since v0.1.4

Closed issues: - granules = find(:ICESat2, "ATL08") returns Any

Merged pull requests: - Add first ATL06 support. (#14) (@evetion)

- Julia
Published by github-actions[bot] over 3 years ago

SpaceLiDAR - v0.1.4

SpaceLiDAR v0.1.4

Diff since v0.1.3

Merged pull requests: - CompatHelper: bump compat for GeoArrays to 0.6, (keep existing compat) (#11) (@github-actions[bot])

- Julia
Published by github-actions[bot] over 3 years ago

SpaceLiDAR - v0.1.3

SpaceLiDAR v0.1.3

Diff since v0.1.2

- Julia
Published by github-actions[bot] over 4 years ago

SpaceLiDAR - v0.1.2

SpaceLiDAR v0.1.2

- Julia
Published by github-actions[bot] over 4 years ago