tests: pin gdal"<=3.8" for circle ci#1235
Conversation
+ circle ci: pin gdal"<=3.8" to fix the import error, which only occurrs in circle CI + tests/configs/SanFranBaySenD42: turn off tropo correction from pyaps + docs: use "HyP3" instead of "ASF HyP3"
|
Hi @piyushrpt @jhkennedy, pinning gdal"<=3.8" seems to fix the gdal import error in the circle ci testing (#1220), although I don't know why. Shall we go ahead and merge this PR? |
|
Could be related to how the GDAL conda package did a huge split of its of dependencies so that you only get |
@Xiaohua-Eric-Xu this may be the reason why gdal-3.9 could not read the GMT *.grd file's coordinate information properly, as we have seen in the short course last week. |
|
Thank you @scottstanie for the info. I will go ahead and merge this PR first, and circle back to this (#1236) later. |
|
This issue seems to have been fixed in GDAL version 3.11.0, as shown in the circle CI test below. I will issue another PR to unpin the GDAL version. |
Description of proposed changes
circle ci: pin gdal"<=3.8" to fix the import error, which only occurrs in circle CI
tests/configs/SanFranBaySenD42: turn off tropo correction from pyaps
docs: use "HyP3" instead of "ASF HyP3"
Reminders
gdalincircle CItesting #1220