Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.14 KB

requirements.md

File metadata and controls

38 lines (26 loc) · 1.14 KB

Technology Stack

A 64bit operating system and 64bit capable hardware are required.

Main dependencies

  • Python - Implementation language
  • Django - Used by the API server and the WebUI
  • HDF5 - Used for storing and managing data
  • numpy and scipy - Fundamental packages for scientific computing with Python
  • pyzmq - Used for internal inter-process communications
  • Rtree - a wrapper of libspatialindex that provides a number of advanced spatial indexing features

Optional dependencies

  • Celery - Distributed task queue library, using the iterator_native()
  • RabbitMQ - Message broker for Celery tasks, logging channels, and other signalling

Python dependencies

Python 3.6+

See setup.py for a complete list of the Python dependencies.

Binary dependencies

Software Version(s)
RabbitMQ 2.6 to 3.2
libgeos >= 3.2.2
HDF5 1.10

Getting help

If you need help or have questions/comments/feedback for us, you can: