hello
i want to create a website that will do image processing in real time. i want to load large tiff images i.e. images used in remote sensing and satellite images. I want to do processing on satellite images. is it possible to do this processing in website using django? If yes, how to start with? what are the requirements for this?
On Mar 3, 2016 3:54 PM, "Xristos Xristoou" <sax...@gmail.com> wrote:
>
> @james celeny support .grid raster image type ?
>
>
Celery only handles the background task management, not the task itself. It would be responsible for firing another script that would handle the image manipulation, and reporting back to Django when the job is complete for the user to view the results at a later time.
-James