Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 1.49 KB

README.md

File metadata and controls

49 lines (28 loc) · 1.49 KB

PESTO : ProcESsing FacTOry

Features

PESTO stands for ProcESsing facTOry and is designed to answer the need for fast and efficient integration of processing algorithms using deep learning (DL) in standardized microservices with well defined API.

PESTO is then a Command Line Interface to help data scientists to package an algorithm. PESTO web server implements the Geoprocessing API.

Prerequisites

PESTO requires make, python 3.6, pip3, twine, git :

  • sudo apt install build-essential python3-pip twine git

Install PESTO python package and its dependencies. GDAL is used by the web server (inside the built docker image).

Warning: the algorithm library should not rely on any specific version of GDAL or Rasterio.

Note: For PESTO to work properly, you could need to set the following ENV variables :

  • CURL_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt (behind a proxy with self signed certificate)

Installation

git clone <repository-name>
cd <repository-name>
make install

Documentation

The documentation is available online, Read full documentation online. You can also generate the documentation by yourself as follows, make doc. The documentation is build in pesto-cli/site/index.html.

The online documentation is generated from master as follows :

make deploy

Contact

Create an issue if you need to discuss a subject.