GenericMappingTools / GMT.jl

Generic Mapping Tools Library Wrapper for Julia
Other
191 stars 28 forks source link

Saving attribute table from Vector{GMTdataset} to file #1468

Open CyprienBosserelle opened 3 weeks ago

CyprienBosserelle commented 3 weeks ago

I have a Vector{GMTdataset} that I modified from a geopackage file. In particular I added some attributes but i can't seem to preserve the attribute table when saving with gmtwrite, gmt.gd or gdalwrite. I'm not sure this is a feature that doesn't exist (and would be nice) or if I'm missing something... Cheers Cyp

joa-quim commented 3 weeks ago

Hi, it's quite likely that attributes are lost when saving the GMTdatasets. I probably will need to learn how to do it (see what GDAL functions it takes to do that job). Can you please open a feature request with a small example of what you'd like to save?