Skip to content

Commit

Permalink
netCDF: fix warning message mentioning Time dimension instead of Vert…
Browse files Browse the repository at this point in the history
…ical
  • Loading branch information
rouault committed Jan 3, 2025
1 parent 0fbf2b8 commit 3fc05d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frmts/netcdf/netcdfdataset.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8616,7 +8616,7 @@ GDALDataset *netCDFDataset::Open(GDALOpenInfo *poOpenInfo)
if (NCDFIsVarVerticalCoord(cdfid, -1, szDimName3) == false)
{
CPLError(CE_Warning, CPLE_AppDefined,
"dimension #%d (%s) is not a Time dimension.",
"dimension #%d (%s) is not a Vertical dimension.",
nd - 3, szDimName3);
}
if (NCDFIsVarTimeCoord(cdfid, -1, szDimName4) == false)
Expand Down

0 comments on commit 3fc05d4

Please sign in to comment.