Use this package to get daily, 10m resolution NDVI time series data for any location on Earth via the Streambatch.io API.
Project description
Streambatch is an API for time series NDVI data
- Documentation: https://docs.streambatch.io/reference/streambatch-api
- Website: https://www.streambatch.io
- Package source code: https://github.com/tammer/streambatch
This API provides up-to-date daily time series NDVI from 2013 to today for any location on Earth. You send a request to the server specifying any number of locations (single points or polygons). The request is processed asynchronously. Data is returned as a pandas dataframe.
Installation
pip install streambatch
Example
from streambatch import StreambatchConnection
connection = StreambatchConnection(api_key=YOUR_API_KEY)
query_id = connection.request_ndvi(points=[[long,lat],[long,lat]...])
data = connection.get_data(query_id)
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
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 streambatch-0.1.8.tar.gz.
File metadata
- Download URL: streambatch-0.1.8.tar.gz
- Upload date:
- Size: 9.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
815bbc5ccb2d4adddd7a6638159fb8e30237dccfd6df0e56b9d29691ef1d70cd
|
|
| MD5 |
95eb69a285c86f795011727c09663d60
|
|
| BLAKE2b-256 |
b398f120d377be541ca738739fdeb62c01bed808a1813156f82293be5300db79
|
File details
Details for the file streambatch-0.1.8-py3-none-any.whl.
File metadata
- Download URL: streambatch-0.1.8-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
474151a5511eeeae7a419476bf11278c295c03c1b63381bce534b42a25aa244d
|
|
| MD5 |
4e251593d4fc2b8bd030dda25dbfca3e
|
|
| BLAKE2b-256 |
18de244926d0d70e0e2e07d5220db4f2d133c2a3daeae0af1f7614a87aacf960
|