We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84998da commit da49506Copy full SHA for da49506
src/datasets/archgdal.jl
@@ -99,7 +99,7 @@ function get_var_attrs(ds::GDALDataset, name)
99
end
100
101
102
-const colornames = AG.getname.(AG.GDAL.GDALColorInterp.(0:16))
+const colornames = AG.getname.(AG.GDALColorInterp.(0:16))
103
104
islat(s) = startswith(uppercase(s), "LAT")
105
islon(s) = startswith(uppercase(s), "LON")
0 commit comments