-
Notifications
You must be signed in to change notification settings - Fork 19
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 example of creating COG from scratch #16
Comments
Do we take an opinion on if we suggest people always use Xarray over numpy? (I know @rbavery in python carpentries took the opinion of always Xarray) |
Oh def not! I think xarray makes sense over numpy when you need the labels, but I've run into many cases where it's more efficient and succinct to use numpy arrays directly, especially when working with ml frameworks. |
For creating COGs, I think it'd be very useful to show how to do so from both xarray and a numpy array. Probably most useful from rioxarray + existing non-COG geotiff. |
I can help on this issue and update doc if needed. Please let me know :) |
That would be great @krishnaglodha ! I think @omshinde has some content for this, so perhaps you could both contribute. |
ohh! @omshinde , small world! I know him personally! |
Thanks @abarciauskas-bgse and @krishnaglodha ! |
CC: @wildintellect @abarciauskas-bgse |
@omshinde @krishnaglodha I invited you to join the repo so that you be assigned tickets/reviews. |
The current COG examples page only shows how to create a COG from an existing GeoTIFF. It should also describe how to create a COG with a result from a raster operation, like from a numpy array.
The text was updated successfully, but these errors were encountered: