Replies: 2 comments 2 replies
-
I don't have any experience with this kind of task, but you might want to have a look at the |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi @samfav you will probably have better luck at the rioxarray repo. Would you mind moving your question there? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a large (40000x40000) GeoTiff file with approximately 2% of the pixels that have a valid (different from NODATA) value. I want to extract those values to a column dataset and extract the values at the same location in other aligned rasters.
The end result is a column database of points valid points.
Here is some code that I have written to perform this task :
The issue with this code is that it fills up my memory. I have tried using different chunk sizes on the opened tiff, dropping the NODATA values inside the
where
to no avail etc.Has anyone performed a similar task using rioxarray and could point me to the right way of doing this?
Ultimately I want the data to be stored to parquet but that's another problem.
Thanks for your help,
Sam
Beta Was this translation helpful? Give feedback.
All reactions