Georreferencing chips in a memory-efficient way #1509
Unanswered
lcoandrade
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there!
I have a Kaggle notebook that is correctly georreferencing my predictions.
My predictions are georreferenced using Rasterio MemoryFile, but I need to keep my geo chips in memory to be able to use rasterior's merge function:
I would like to know if there is a way to use a generator to merge my georreferenced memory chips.
The idea is to be memory efficient.
Any ideias?
Beta Was this translation helpful? Give feedback.
All reactions