Skip to content

Commit

Permalink
Added another reserved name
Browse files Browse the repository at this point in the history
  • Loading branch information
rosepearson committed Oct 9, 2024
1 parent 4fdc9d6 commit db17f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geofabrics/dem.py
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ def _write_netcdf_conventions_in_place(
A dict with horizontal and vertical CRS information.
"""

reserved_names = ["_NCProperties", "_Netcdf4Coordinates"]
reserved_names = ["_NCProperties", "_Netcdf4Coordinates", "_Netcdf4Dimid"]

dem.rio.write_crs(crs_dict["horizontal"], inplace=True)
dem.rio.write_transform(inplace=True)
Expand Down

0 comments on commit db17f68

Please sign in to comment.