Skip to content

descarteslabs/example-notebooks

Repository files navigation

Getting Started with Descartes Labs Python API

This repository is designed to serve as an introduction to the Descartes Labs Python API and its modules.

Installation

Please follow the steps located in our Documentation page to install the client or simply run:

pip install descarteslabs

Note for working with the Dynamic Compute API outside of a Workbench environment

For the time being this package must be installed separate from the core Descartes Labs client:

!pip install descarteslabs-dynamic-compute

Overview

A general outline of the tutorial notebooks located in this repo is as follows:

Guides

Quickstart examples outlined as a general overview for each of the core services within the Descartes Labs Platform.

  1. Logging in to your local client installation for the first time
  2. Catalog - Create, manage, search, share, and visualize data:
  3. Dynamic Compute - An interactive geospatial data processing engine:
  4. Batch Compute - A highly scalable asynchronous compute service:

Demos

End-to-end example analytic pipelines oriented towards specific applications in remote sensing.

  1. Unsupervised Machine Learning - Scale a kmeans clustering algorithm:

  2. Supervised Machine Learning - Predict land cover by training and deploying a random forest classifier:

  3. Image Segmentation - Train and deploy a simple computer vision model to detect well pads in West Texas:

  4. Hurricane Case Study - Analyze the impacts of Hurricane Ida on roughly 7500 offshore oil rigs in the Gulf of Mexico in

Support

If you have any questions please reach out to support@descarteslabs.com or visit support.descarteslabs.com.

About

Example notebooks to help you get started using the Descartes Labs Platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published