Welcome to Data to Science Python (d2spy)¶
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):
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):
Adds client-side geospatial processing capabilities including raster clipping, EXIF extraction, and bounding box generation. Requiresrasterio, geopandas, and exifread.
Learn more¶
👉 Visit the official D2S homepage to learn more.