gdl icon indicating copy to clipboard operation
gdl copied to clipboard

Add full support for CDF

Open GillesDuvert opened this issue 2 years ago • 1 comments

(naive remark: not the same as NetCDF) This is an important scientific format (even if I hear of it just now :blush: ) If we had DLM added to GDL --- adding e.g., CDF would 'just' need to write the appropriate .dlm file plus all the needed C code for interfacing the DLM library (which is not so obvious if, as for CDF, the number of commands is large). At the moment, doing an intermediate solution as we did for GraphicsMagick seems more easy. Another solution for DLM is to not try to mimick IDL and just conceive something simple using SWIG or equivalent. This would avoid a lot of trouble IMHO.

GillesDuvert avatar Apr 08 '23 09:04 GillesDuvert

see also #87

slayoo avatar Apr 08 '23 14:04 slayoo