Python SDK for NDVI Pro cloud service
Project description
NDVI Pro Python SDK (ndvipy)
Quickly generate NDVI visualisations in Python using your NDVI Pro API key.
pip install ndvipy # once published to PyPI
from ndvipy import NDVIClient
client = NDVIClient(api_key="YOUR_API_KEY")
ndvi_bytes = client.process_image("satellite.jpg")
with open("ndvi_result.png", "wb") as f:
f.write(ndvi_bytes)
Features
- Simple one-liner to process images
- Automatic API key authentication
- Logged usage appears in your NDVI Pro dashboard
- Zero dependencies besides
requests
License
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ndvipy-0.1.0.tar.gz
(1.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ndvipy-0.1.0.tar.gz.
File metadata
- Download URL: ndvipy-0.1.0.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ebc38600cc3c0f88e09c2f22094675f654ff10b5ffe8fe0a00e1791ba81c7d41
|
|
| MD5 |
5d0a9a39881b79e1cab962a6a24692fc
|
|
| BLAKE2b-256 |
ffb93e123215657b2f446009a48675581012df6e5c437b977239636a51ae6c00
|
File details
Details for the file ndvipy-0.1.0-py3-none-any.whl.
File metadata
- Download URL: ndvipy-0.1.0-py3-none-any.whl
- Upload date:
- Size: 1.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3fe6ececf55277f28623610eb1a945d037b5dc63b8528b3dded3109810b1a488
|
|
| MD5 |
b6cc943fedbc4bcf69cdb9b7bab1395c
|
|
| BLAKE2b-256 |
182e2a4ace729d7ec800eebae1ce616c6f926a69dcd1ec8cdcc2c58a964959cb
|