gnudatalanguage / gdl

GDL - GNU Data Language
GNU General Public License v2.0
274 stars 61 forks source link

Add full support for CDF #1564

Open GillesDuvert opened 1 year ago

GillesDuvert commented 1 year ago

(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.

slayoo commented 1 year ago

see also #87