JuliaGeo / NetCDF.jl

NetCDF support for the julia programming language
http://juliageo.org/NetCDF.jl/
MIT License
116 stars 28 forks source link

`haskey(::NcFile, ::AbstractString)` should be defined #179

Open brainandforce opened 1 year ago

brainandforce commented 1 year ago

If I want to check if a key is defined in an NcFile I have to use k in keys(nc), but I think a dedicated method should exist for this.