yeesian / ArchGDAL.jl

A high level API for GDAL - Geospatial Data Abstraction Library
https://yeesian.github.io/ArchGDAL.jl/stable/
Other
142 stars 26 forks source link

Handle non-bijective data-type conversions more robustly #232

Closed yeesian closed 3 years ago

yeesian commented 3 years ago

Given that we're using dictionaries for the code to convert between data types, there's no good way of asserting "default type comes last" for mappings that are not bijective.

Opening this ticket to

yeesian commented 3 years ago

Looks like it was discussed in e.g. https://discourse.julialang.org/t/initialising-a-dictionary-with-duplicate-keys/2290 in the past.

mathieu17g commented 3 years ago

Looks like it was discussed in e.g. https://discourse.julialang.org/t/initialising-a-dictionary-with-duplicate-keys/2290 in the past.

I will give it a try