Skip to content

Commit

Permalink
remove for now
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanLaserGit committed Feb 13, 2024
1 parent 05124a5 commit 523b8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forcingprocessor/src/forcingprocessor/weights_parq2json.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def get_weight_json(catchments,jproc,version=None):
del weights_df
else:
import geopandas as gpd
gpd.options.io_engine = "pyogrio"
# gpd.options.io_engine = "pyogrio"
catchments = gpd.read_file(args.geopackage, layer='divides')
catchment_list = sorted(list(catchments['divide_id']))

Expand Down

0 comments on commit 523b8e7

Please sign in to comment.