earthdaily / earthdaily-python-client

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

Integrate demo geometry (pivot.geojson for example) inside code #7

Closed nkarasiak closed 9 months ago

nkarasiak commented 11 months ago

For now the package has not geometry example in order to test and try directly a geometry. The geometry (pivot.geojson) is just a geojson file inside the examples folder, so not available when downloading the notebooks. That can be very useful to have it inside the code (see sklearn datasets)

robmarkcole commented 10 months ago

@nkarasiak based on previous experience, having the files in the repo is preferable to external download links which can break. However these should be kept lightweight

nkarasiak commented 9 months ago

Implemented in since v0.0.1-rc5 #17