Skip to content

Raster Vision 0.20

Compare
Choose a tag to compare
@AdeelH AdeelH released this 16 Dec 13:47
· 45 commits to 0.20 since this release
357c4fc

Changelog

https://docs.rastervision.io/en/0.20/changelog.html#raster-vision-0-20-0

Pypi

pip install rastervision==0.20

https://pypi.org/project/rastervision/0.20/

Notes

  • The pip installation is only guaranteed to work with Python 3.9. Anaconda is highly recommended.
  • If you encounter problems with gdal installation while installing rastervision_gdal_vsi, you can
    • try installing gdal via conda install -c conda-forge gdal==3.5.2
    • install all Raster Vision plugins except rastervision_gdal_vsi
      pip install \
          rastervision_pipeline==0.20 \
          rastervision_aws_s3==0.20 \
          rastervision_aws_batch==0.20 \
          rastervision_core==0.20 \
          rastervision_pytorch_learner==0.20 \
          rastervision_pytorch_backend==0.20

Docker image

docker pull quay.io/azavea/raster-vision:pytorch-0.20