Skip to content

Commit

Permalink
Update geodataset.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tgrandje committed Nov 12, 2024
1 parent 7e51ff3 commit 55f115d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cartiflette/s3/geodataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def to_gpkg(self, epsg: int):

init_level = logging.getLogger("pyogrio")
if MAPSHAPER_QUIET:
logging.getLogger("pyogrio._io").setLevel(logging.CRITICAL + 1)
logging.getLogger("pyogrio._io").setLevel(logging.CRITICAL)

try:
path = os.path.join(self.local_dir, self.main_filename)
Expand Down

0 comments on commit 55f115d

Please sign in to comment.