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
Hello folks,
first, thank you for your work, I found your stac packages very useful so far!
Is your feature request related to a problem? Please describe.
I'm facing troubles installing the available Sentinel packages via pip. I would like to use the newer versions of all the Sentinel modules, but it seems the required dependencies for Sentinel5p package downgrade the other ones, namely:
stactools-0.2.1
stactools-sentinel1-0.3.0
stactools-sentinel2-0.2.0
stactools-sentinel3-0.3.0
stactools-sentinel5p-0.2.0
Describe the solution you'd like
I would like to be able to use Sentinel stac packages newer than 0.3.0 together with the Sentinel5p package.
Describe alternatives you've considered
I tried forcing the installation without dependency check, but the method calls are then failing on calling stactools core etc.
Additional context
I'm using the features of all 4 modules to create STAC entries for the Sentinel source products coming from different satellites in one place.
Thanks for considering or suggesting a solution.
Best,
Jo
The text was updated successfully, but these errors were encountered:
Update: I was able to solve it by using the latest repository commit as the source of sentinel-5p in the requirements.txt file instead of the pip package. The latest pip package was using stactools 0.2.1.
Hello folks,
first, thank you for your work, I found your stac packages very useful so far!
Is your feature request related to a problem? Please describe.
I'm facing troubles installing the available Sentinel packages via
pip
. I would like to use the newer versions of all the Sentinel modules, but it seems the required dependencies for Sentinel5p package downgrade the other ones, namely:stactools-0.2.1
stactools-sentinel1-0.3.0
stactools-sentinel2-0.2.0
stactools-sentinel3-0.3.0
stactools-sentinel5p-0.2.0
Describe the solution you'd like
I would like to be able to use Sentinel stac packages newer than 0.3.0 together with the Sentinel5p package.
Describe alternatives you've considered
I tried forcing the installation without dependency check, but the method calls are then failing on calling stactools core etc.
Additional context
I'm using the features of all 4 modules to create STAC entries for the Sentinel source products coming from different satellites in one place.
Thanks for considering or suggesting a solution.
Best,
Jo
The text was updated successfully, but these errors were encountered: