Skip to content

Tags: evetion/SpaceLiDAR.jl

Tags

v0.4.1

Toggle v0.4.1's commit message
[Diff since v0.4.0](v0.4.0...v0.4.1)

v0.4.0

Toggle v0.4.0's commit message
[Diff since v0.3.0](v0.3.0...v0.4.0)

- `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)
- 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 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)

v0.3.0

Toggle v0.3.0's commit message
[Diff since v0.2.2](v0.2.2...v0.3.0)

**Closed issues:**
- Citation has wrong version (#12)
- `ICESat2_Granule{:ATL06}` are returned by` find` 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, "AWS_SESSION_EXPIRES", 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)

v0.2.2

Toggle v0.2.2's commit message
[Diff since v0.2.1](v0.2.1...v0.2.2)

**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)

v0.2.1

Toggle v0.2.1's commit message
[Diff since v0.2.0](v0.2.0...v0.2.1)

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

v0.2.0

Toggle v0.2.0's commit message
[Diff since v0.1.6](v0.1.6...v0.2.0)

**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)

v0.1.6

Toggle v0.1.6's commit message
[Diff since v0.1.5](v0.1.5...v0.1.6)

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

v0.1.5

Toggle v0.1.5's commit message
[Diff since v0.1.4](v0.1.4...v0.1.5)

**Closed issues:**
- granules = find(:ICESat2, "ATL08") returns Any[] (#13)

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

v0.1.4

Toggle v0.1.4's commit message
[Diff since v0.1.3](v0.1.3...v0.1.4)

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

v0.1.3

Toggle v0.1.3's commit message
[Diff since v0.1.2](v0.1.2...v0.1.3)