Skip to content

Commit

Permalink
disable pam
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyhq committed Oct 31, 2024
1 parent 31998ed commit eea103f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/coincident/search/wesm.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
# Cloudpath-based S3 client
client = S3Client(no_sign_request=True)
# Geopandas S3 Client
pyogrio.set_gdal_config_options({"AWS_NO_SIGN_REQUEST": True})
pyogrio.set_gdal_config_options(
{"AWS_NO_SIGN_REQUEST": True, "GDAL_PAM_ENABLED": False}
)

swath_polygon_csv = resources.files("coincident.search") / "swath_polygons.csv"

Expand Down

0 comments on commit eea103f

Please sign in to comment.