Intro to GIS Programming | Week 6: Installing Geospatial Packages Using uv

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ม.ค. 2025

ความคิดเห็น • 5

  • @decofix
    @decofix หลายเดือนก่อน

    Professor, why not install packages on VSCode? Thank you for making your classes available to all of us. Great job, Dr. Wu!

  • @EverythingGIS
    @EverythingGIS หลายเดือนก่อน

    It seems that python 3.13.1 is not compactible yet with the default uv venv, because I kept having issues when I ran it with the recent python version.
    I used the uv venv --python 3.10.5, shown in the video and it was perfect!

  • @Aristocle
    @Aristocle 3 หลายเดือนก่อน +1

    The classic problem with gis library, and venv manager like uv is gdal don't want to install properly.
    Even if I use: uv pip install --no-cache-dir --force-reinstall "GDAL==$(gdal-config --version)" .

    • @giswqs
      @giswqs  3 หลายเดือนก่อน

      Try uv pip install --find-links girder.github.io/large_image_wheels gdal==$(gdal-config --version)

    • @giswqs
      @giswqs  3 หลายเดือนก่อน

      It works fine on my Linux machine. May not work on macOS or Windows.
      uv pip install --find-links girder.github.io/large_image_wheels gdal==$(gdal-config --version)
      Resolved 1 package in 2.24s
      Prepared 1 package in 1.07s
      Installed 1 package in 7ms
      + gdal==3.9.1