SpaceLiDAR v0.4.0
Breaking changes
points
now return either aTable
or aPartitionedTable
instead ofNamedTuple
orVector{NamedTuple}
. The old behaviour can be regained by callingparent
on these tables.- Removed
number_of_returns
andreturn_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)
- earthdata_search using geojson with POST (#18)
- Use
Extents.extent
for searching and filtering (#21) - Should ATL08 return height and height_canopy (#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 toextent
(#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)