diff --git a/src/coincident/search/wesm.py b/src/coincident/search/wesm.py index a8c95c1..5f69e91 100644 --- a/src/coincident/search/wesm.py +++ b/src/coincident/search/wesm.py @@ -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"