Skip to content

Commit

Permalink
Force engine fiona in gpd.read_file (#886)
Browse files Browse the repository at this point in the history
* Force engine fiona in gpd.read_file
  • Loading branch information
veenstrajelmer authored Jul 8, 2024
1 parent 72addd2 commit c5655b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dfm_tools/observations.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ def uhslc_ssh_read_catalog(source):
# TODO: country is "New Zealand" and country_code is 554. We would like country/country_code=NZL
# TODO: maybe use min of rqds and max of fast for time subsetting
# TODO: maybe enable merging of datasets?
uhslc_gpd = gpd.read_file("https://uhslc.soest.hawaii.edu/data/meta.geojson")
uhslc_gpd = gpd.read_file("https://uhslc.soest.hawaii.edu/data/meta.geojson", engine="fiona")

for drop_col in ["rq_basin", "rq_versions"]:
if drop_col in uhslc_gpd.columns:
Expand Down

0 comments on commit c5655b3

Please sign in to comment.