Skip to content

tammer/streambatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Streambatch is an API for time series NDVI data

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)

About

API for time series NDVI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages