Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SnowEx Database Add #18

Merged
merged 27 commits into from
Aug 17, 2024
Merged
Show file tree
Hide file tree
Changes from 23 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
aad51c6
add database tutorial
micah-prime Jun 17, 2024
8baf7c5
add api examples
micah-prime Jun 17, 2024
2eee3ff
add toc entries
micah-prime Jun 17, 2024
014c08d
Add snowexsql dependency
micah-prime Jun 18, 2024
3d83eb4
clear cell outputs
micah-prime Jun 18, 2024
fe5a8cf
Fixed merge conflict with main
micahjohnson150 Jul 23, 2024
ab89920
First pass at introduction
micahjohnson150 Jul 30, 2024
dc4ccbe
Working through #2 of the db tutorial
micahjohnson150 Jul 30, 2024
0d9db15
Working on tutorial for forming queries with the API
micahjohnson150 Jul 30, 2024
d8fecab
A bit of cleanup
micahjohnson150 Aug 1, 2024
026ce30
Updated minor things, added in most of the raster example
micahjohnson150 Aug 1, 2024
6232861
removed exporting of data
micahjohnson150 Aug 11, 2024
2910f6d
Merge branch 'main' of github.com:snowex-hackweek/website-2024 into d…
micahjohnson150 Aug 11, 2024
ddb0336
Polishing up tutorial on cryo
micahjohnson150 Aug 15, 2024
ecc3d6b
migrated tutorial file name to match my current patter
micahjohnson150 Aug 15, 2024
110d86e
added more code comments a bit expanded text for non-inperson attendees
micahjohnson150 Aug 15, 2024
71ffc12
Rerun with final data upload
micahjohnson150 Aug 15, 2024
73cb951
DUN
micahjohnson150 Aug 16, 2024
db6a9d0
updating on top of main
micahjohnson150 Aug 16, 2024
72bb886
Added snowexsql 0.5.0 to environment
micahjohnson150 Aug 16, 2024
5f7cab1
fixed toc
micahjohnson150 Aug 16, 2024
1ad296a
Fixed qc issues in mine and the cond environment file
micahjohnson150 Aug 16, 2024
c9ad390
Fixed unordered headers. Removed example that errors out on purpose.
micahjohnson150 Aug 16, 2024
af498f9
Merge branch 'main' into database_initial
micahjohnson150 Aug 17, 2024
dfd7f79
Merge branch 'database_initial' of github.com:micahjohnson150/website…
micahjohnson150 Aug 17, 2024
220d6eb
Added show import
micahjohnson150 Aug 17, 2024
c9dddd5
Cleared the output from cells
micahjohnson150 Aug 17, 2024
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
9 changes: 9 additions & 0 deletions book/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,15 @@ parts:
- file: tutorials/Data_access/earthdata_search.md
- file: tutorials/Data_access/earthaccess_snowex.ipynb
- file: tutorials/Data_access/earthaccess_icesat2.ipynb
- file: tutorials/snowex_database/index
title: Introduction to the SnowEx Database
sections:
- file: tutorials/snowex_database/1_getting_started_example
- file: tutorials/snowex_database/2_database_structure
- file: tutorials/snowex_database/3_forming_queries
- file: tutorials/snowex_database/4_get_spiral_example
- file: tutorials/snowex_database/5_plot_raster_example
- file: tutorials/snowex_database/6_wrap_up
- file: tutorials/swesarr/index
title: SWESARR
sections:
Expand Down
Loading
Loading