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
Why is there no common install for all tools on Eolabtools ?
GDAL versions are different between tools :
GDAL 3.11.0 for NightOsmRegistration and DetectionOrientationCulture.
GDAL 3.5.0 for SunMapGeneration. Upgrading GDAL for SunMapGeneration is not yet possible because it is restricted by Georastertools. See Issue #28.
Numpy versions are different between tools :
Numpy < 2 for SunMapGeneration and DetectionOrientationCulture.
Upgrading Numpy for SunMapGeneration is not yet possible because it is restricted by Georastertools. See Issue #28. DetectionOrientationCulture test fails when upgrading to Numpy > 2.
Numpy > 2 for NightOsmRegistration. Downgrading to Numpy < 2 is not possible as numpy.fft.ftt2 results are different between Numpy > 2 and Numpy < 2 versions. For more information, check Numpy documentation.
Why is there no common install for all tools on Eolabtools ?
GDAL versions are different between tools :
GDAL 3.11.0 for NightOsmRegistration and DetectionOrientationCulture.
GDAL 3.5.0 for SunMapGeneration. Upgrading GDAL for SunMapGeneration is not yet possible because it is restricted by Georastertools. See Issue #28.
Numpy versions are different between tools :
Numpy < 2 for SunMapGeneration and DetectionOrientationCulture.
Upgrading Numpy for SunMapGeneration is not yet possible because it is restricted by Georastertools. See Issue #28. DetectionOrientationCulture test fails when upgrading to Numpy > 2.
Numpy > 2 for NightOsmRegistration. Downgrading to Numpy < 2 is not possible as
numpy.fft.ftt2results are different between Numpy > 2 and Numpy < 2 versions. For more information, check Numpy documentation.