You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been thinking about this repo quite frequently lately. I would like to redesign it and move away a bit from the current implementation.
Here are my thoughts on the needs of the user from my own perspective as a user:
I often want to create timelapses from images
the data for the timelapse is already conveniently in the EOPatch
the timelapse could be exported as a gif or a video
timelapses are usually missing temporal/timestmap info
CLI usage would be awesome -> no need to have pre-existing eopatches, just provide the images directory
Here's what I would do with the repo:
redesign so that it's less dependent on sentinelhub-py (no requests are done here, but the data from the requests is provided)
use ffmpeg
maybe rename repo (according to the eo- template)
convert to installable package with CLI
provide examples
This is not a priority, likely more of a pet project I'm willing to tackle (slowly). Just pointing things out to get some feel if there is a general agreement/support for this.
The text was updated successfully, but these errors were encountered:
I've been thinking about this repo quite frequently lately. I would like to redesign it and move away a bit from the current implementation.
Here are my thoughts on the needs of the user from my own perspective as a user:
EOPatch
Here's what I would do with the repo:
sentinelhub-py
(no requests are done here, but the data from the requests is provided)ffmpeg
eo-
template)This is not a priority, likely more of a pet project I'm willing to tackle (slowly). Just pointing things out to get some feel if there is a general agreement/support for this.
The text was updated successfully, but these errors were encountered: