Skip to content
Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
63bae71
initial draft of TEMPO virtual dataset tutorial
danielfromearth Jan 8, 2025
aed618c
add draft notebook demonstrating virtual dataset usage with TEMPO *Le…
danielfromearth Apr 11, 2025
34ccf9b
Merge branch 'main' into issue-903-tutorial-for-open_virtual_dataset-…
danielfromearth Apr 14, 2025
98ee876
remove draft notebook that demonstrates working with Level-2 TEMPO da…
danielfromearth Apr 14, 2025
b27ec52
update summary and prerequisites text
danielfromearth Apr 15, 2025
c921e3c
use dask ProgressBar and update text
danielfromearth Apr 15, 2025
31b3caa
update CHANGELOG.md
danielfromearth Apr 15, 2025
a5572e1
remove timings from notebook
danielfromearth Apr 18, 2025
9b6dfda
replace existing virtual dataset tutorial with TEMPO level-3 demo not…
danielfromearth May 13, 2025
cacff66
Merge branch 'main' into issue-903-tutorial-for-open_virtual_dataset-…
danielfromearth May 13, 2025
14bc121
add cartopy to docs dependency group
danielfromearth May 15, 2025
40c8a43
Merge branch 'main' into issue-903-tutorial-for-open_virtual_dataset-…
danielfromearth May 20, 2025
310dc44
fix typo
danielfromearth May 20, 2025
88ddaa0
don't execute TEMPO virtual dataset tutorial notebook because it will…
danielfromearth May 20, 2025
2ccc2cf
update note regarding `load=True` creating a temporary virtual dataset
danielfromearth May 20, 2025
b8483c0
change title and separate header cells
danielfromearth May 20, 2025
eb02ef9
fix markdown
betolink May 20, 2025
1ef7ed7
remove 'execute_ignore' for tempo tutorial
danielfromearth May 21, 2025
b30116c
remove dask progress bar to avoid bar printing every line in online docs
danielfromearth May 21, 2025
c62dab5
fix typo of date range
danielfromearth May 21, 2025
3c354e5
change date range from a month to a week; add note about date range; …
danielfromearth May 21, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ and this project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
([@weiji14](https://github.com/weiji14))

### Added
- Add notebook demonstrating workflow with TEMPO Level 3 data as a virtual dataset ([#924](https://github.com/nsidc/earthaccess/pull/924))
([@danielfromearth](https://github.com/danielfromearth))
- `get_s3_filesystem` now accepts an `endpoint` argument for specifying a credentials url.
([#602](https://github.com/nsidc/earthaccess/issues/602))
([@rwegener2](https://github.com/rwegener2))
Expand Down
Loading