Skip to content

Welcome to Data to Science Python (d2spy)

image Jupyter Notebook License: MIT

Data to Science logo

D2spy is a Python package for interacting with Data to Science instances.

Features

  • Sign in to your Data to Science instance
  • Access your projects, flights, and data products
  • Create new projects and flights
  • Upload data products to flights

Installation

D2spy supports two installation modes:

Core Installation (minimal dependencies):

pip install d2spy
Includes full API access for authentication, project/flight management, data uploads, and server-side analysis tools (NDVI, ExG, zonal statistics).

Geo Installation (with geospatial dependencies):

pip install d2spy[geo]
Adds client-side geospatial processing capabilities including raster clipping, EXIF extraction, and bounding box generation. Requires rasterio, geopandas, and exifread.

Learn more

👉 Visit the official D2S homepage to learn more.