gaia icon indicating copy to clipboard operation
gaia copied to clipboard

Use gippy for raster image processing

Open mbertrand opened this issue 9 years ago • 4 comments

Instead of using GDAL directly, look into using gippy to process raster data because it can better handle memory management for processing large images and chaining of image processing tasks.

mbertrand avatar Jul 12 '16 13:07 mbertrand

@mbertrand I liked the idea but does gippy support parallel processing?

aashish24 avatar Jul 13 '16 18:07 aashish24

Python's multiprocessing module, or asynchronous celery tasks, could be used to run gaia/gippy methods in parallel.

mbertrand avatar Jul 14 '16 19:07 mbertrand

thanks @mbertrand. Lets discuss some more on this. Currently we are favoring geotrellis (https://github.com/geotrellis/geotrellis) which seems to working good so far.

aashish24 avatar Jul 14 '16 19:07 aashish24

:cry: hit the wrong button

aashish24 avatar Jul 14 '16 19:07 aashish24