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

Add guidance for CO HDF/NetCDF #121

Merged
merged 19 commits into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy PR previews
on:
pull_request:
branches:
- main
- staging
types:
- opened
- reopened
Expand Down
2 changes: 1 addition & 1 deletion _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ website:
contents:
- kerchunk/intro.qmd
- kerchunk/kerchunk-in-practice.ipynb
- section: Cloud-Optimized HDF5 and NetCDF
- section: Cloud-Optimized HDF/NetCDF
contents:
- cloud-optimized-netcdf4-hdf5/index.qmd
- section: Cloud-Optimized Point Clouds (COPC)
Expand Down
262 changes: 253 additions & 9 deletions cloud-optimized-netcdf4-hdf5/index.qmd

Large diffs are not rendered by default.

74 changes: 74 additions & 0 deletions cloud-optimized-netcdf4-hdf5/references.bib
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
@manual{h5py_developers,
title = {Datasets},
author = {{H5py Developers}},
year = {n.d.},
note = {Version 3.7},
howpublished = {\url{https://docs.h5py.org/en/stable/high/dataset.html}},
institution = {H5py Documentation}
}

@misc{jelenak2024,
author = {Aleksander Jelenak},
title = {Cloud Optimized HDF5 Files (Slides)},
year = {2024},
month = {July 24},
howpublished = {Slides, \url{https://drive.google.com/file/d/1qH4x_PydLKTEjWfqXobEMMKZc3FSLqf8/view?usp=sharing}},
note = {Presented at the ESIP Summer Meeting, Asheville, NC}
}

@misc{jelenak2023,
author = {Aleksander Jelenak},
title = {Cloud-Optimized HDF5 Files – \#HUG23},
year = {2023},
month = {June},
howpublished = {YouTube video, The HDF Group. \url{https://www.youtube.com/watch?v=bDH59YTXpkc}}
}

@misc{jelenak2023_report,
author = {Aleksander Jelenak},
title = {Cloud-Optimized HDF5 Files},
year = {2023},
howpublished = {\url{https://drive.google.com/file/d/1qH4x_PydLKTEjWfqXobEMMKZc3FSLqf8/view?usp=sharing}},
institution = {The HDF Group}
}


@misc{jelenak2022,
author = {Aleksander Jelenak},
title = {Creating Cloud-Optimized HDF5 Files},
year = {2022},
howpublished = {\url{https://hdfeos.org/workshops/ws25/presentations/axj.pdf}},
institution = {The HDF Group}
}

@misc{quinn2024,
author = {Patrick Quinn},
title = {Computer Scientists, Your Planet Needs You: An Introduction to Access-Optimized Data},
year = {2024},
month = {July},
day = {24},
note = {Slide presentation given at ESIP July 2024},
organization = {NASA ESDIS Architect},
howpublished = {\url{https://docs.google.com/presentation/d/1SsJKX_yOPa1pzV6IjRAQPLC1SBROejH1/edit?usp=sharing}},
email = {[email protected]}
}

@misc{barrett2024,
author = {Andy Barrett and Luis Lopez and Amy Steiker and Aleksander Jelenek and Jeff Lee},
title = {Evaluating Cloud-Optimized HDF5 Solutions for NASA Earthdata: A Case Study with ICESat-2},
organization = {NSIDC DAAC, HDF Group, NASA},
howpublished = {\url{https://docs.google.com/presentation/d/1h57MkIZ7RulsOApzxjiaY-g4ImI2_GzK7F5tg0JPVr8/edit?usp=sharing}},
year = {2024},
month = {July},
day = {24},
}

@misc{shiklomanov2024,
author = {Alexey Shiklomanov},
title = {Rethinking the Software Architecture of GMAO Data Tools and Services},
year = {2024},
month = {May},
day = {23},
howpublished = {\url{https://docs.google.com/presentation/d/1KRkolrDokTM0b_SIBds6BrIxFSmgZNuYYYuYbUtWtno/edit?usp=sharing}},
note = {Slide presentation given at GMAO Science Theme Meeting}
}
Binary file added images/chunk-shape-options.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/quinn-why-not-compress.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/why-hdf-on-cloud-is-slow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading