Visualize a collection of georeferenced panoramic photos.
Celutz allows users to upload/share/visualize panoramic photos, using an intuitive HTML5 interface. It has been
created for easily evaluating line-of-sight links in radio networks.
https://lists.tetaneutral.net/listinfo/celutz
![]() |
9 years ago | |
---|---|---|
api | 10 years ago | |
media | 10 years ago | |
panorama | 9 years ago | |
ztulec | 10 years ago | |
.gitignore | 10 years ago | |
README.md | 10 years ago | |
TODO | 10 years ago | |
manage.py | 10 years ago | |
requirements.txt | 10 years ago |
We use Celery for heavy computations (tile generation, and optionally assembling panoramas). To launch the celery workers, run:
celery -c 1 -A ztulec.celery worker --loglevel=info
Notice that we limit the number of worker to 1 (by default, celery launches as many workers as there are CPU cores). This because assembling panoramas is already multi-threaded and uses a lot of RAM, so there is no point in running multiple assembling in parallel.