Openlayer Documentation#

Date: Sep 25, 2023 Version: 0.1.0a8

Welcome to the API documentation for Openlayer!

These docs cover our official Python library, which you may use to interact with the Openlayer platform.

If you are new to Openlayer, or looking for more general documentation, including an introduction to the platform and in-depth tutorials, please navigate here.

Installation#

The openlayer library is available on PyPI and conda-forge, and can be installed with:

$ pip install openlayer
$ conda install openlayer --channel conda-forge