-
Notifications
You must be signed in to change notification settings - Fork 22
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
merge staging to main #126
Conversation
Clean up imports
* Adding writing COGs with Python notebook * Addressing review comments * Add overview generation and set NoData values * Add description for overviews and predictors * update nodata value to -32768.0 * add in-text citation * update navigation link
* Add notebook for LAS to COPC Conversion * Adding cli based access info * Addressing review comments * update navigation link for COPC notebook * Minor updates for consistency in COPC full form * Update environment file * update pdal reader for copc * update copc:true check for validation
Fixed COPC letter mistake
…is not cloud-optimized
…d-optimized-geospatial-formats-guide into add-co-hdf5-guidance
Add guidance for CO HDF/NetCDF
|
$ h5repack -S PAGE -G 4000000 infile.h5 outfile.h5 | ||
``` | ||
|
||
The HDF5 library needs to be configured to use the page aggregated files. When using the HDF5 library you can set [H5Pset_page_buffer_size](https://hdfgroup.github.io/hdf5/develop/group___f_a_p_l.html#title89) and for [h5py File objects](https://docs.h5py.org/en/stable/high/file.html) you can set `page_buf_size` when instantiating the File object. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm confused, is this about writing or about reading - did I miss an example of passing this higher up on the page when it's discussed also? Might just need a few more words clarifying.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for identifying that this is confusing - I made changes in c0a9d28 which hopefully clears things up.
No description provided.