Rasters.jl icon indicating copy to clipboard operation
Rasters.jl copied to clipboard

Don't re-export GeoFormatTypes

Open evetion opened this issue 11 months ago • 1 comments

And maybe we shouldn't export in GeoFormatTypes itself?

julia> using Rasters

julia> GeoJSON
GeoJSON

julia> using GeoJSON
WARNING: using GeoJSON.GeoJSON in module Main conflicts with an existing identifier.
ERROR: importing GeoJSON into Main conflicts with an existing global

julia> @which GeoJSON
GeoFormatTypes

evetion avatar Aug 27 '23 15:08 evetion