earthdaily / earthdaily-python-client

EarthDaily python client
https://earthdaily.github.io/earthdaily-python-client/
MIT License
11 stars 6 forks source link

Support various input geometries (intersects param) #18

Closed nkarasiak closed 9 months ago

nkarasiak commented 10 months ago

Today earthdaily requires a GeoDataFrame and keeps the first geometry.

But I think it should supports :

There should be a class that manages/guesses the input type and translate it to the needs of pystac search and to the clipping of the data cube.

nkarasiak commented 9 months ago

Implement in #17