GoogleCloudPlatform / python-docs-samples

Code samples used on cloud.google.com
Apache License 2.0
7.38k stars 6.4k forks source link

fix: rasterio and update dependencies #12538

Closed davidcavazos closed 1 month ago

davidcavazos commented 1 month ago

Description

Fixes b/361414289

Rasterio changed the way they read files. It seems like now they support virtual filesystems and Cloud Storage seems to be supported out of the box.

Checklist