Georreferencing chips in a memory-efficient way #1509
Unanswered
lcoandrade
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Is there any official solution to make georreferenced predictions available now? |
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 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