![]() |
Dear Users, Is there any Scilab toolbox available, handling the cdf-file-format? cdf = "common data file", which was original developed by NASA : https://cdf.gsfc.nasa.gov/ Thank you, Philipp _______________________________________________ users mailing list [hidden email] http://lists.scilab.org/mailman/listinfo/users |
![]() |
Hello, From my knowledge there is no existing toolbox to manage this CDF format. However conversion tools exists [1] that can convert CDF to HDF4 and HDF4 to HDF5 (natively supported by Scilab) ; IMHO this will be the simpler way to handle that
format. You could also :
OR
[1]:
https://cdf.gsfc.nasa.gov/html/faq.html#conversion Regards, Clément From: users <[hidden email]> On Behalf Of
P M Dear Users, Is there any Scilab toolbox available, handling the cdf-file-format? cdf = "common data file", which was original developed by NASA :
https://cdf.gsfc.nasa.gov/ Thank you, Philipp _______________________________________________ users mailing list [hidden email] http://lists.scilab.org/mailman/listinfo/users |
![]() |
In reply to this post by der_Phil
Hello
There is a toolbox for 5.5.2 called scinetcdf which will work - this will work with the standard netCDF format. However, it will not work in version 6.x of Scilab. Perhaps a Scilab expert could look at how to get it compiled for the latest Scilab? Cheers Lester -- Sent from: http://mailinglists.scilab.org/Scilab-users-Mailing-Lists-Archives-f2602246.html _______________________________________________ users mailing list [hidden email] http://lists.scilab.org/mailman/listinfo/users |
![]() |
Le 12/02/2021 à 15:55, arctica1963 a écrit :
> Hello > > There is a toolbox for 5.5.2 called scinetcdf which will work - this will > work with the standard netCDF format. However, it will not work in version > 6.x of Scilab. Perhaps a Scilab expert could look at how to get it compiled > for the latest Scilab? Previous thread about this topic: http://mailinglists.scilab.org/Scilab-users-Getting-netCDF-files-into-Scilab-6-0-1-tp4038278p4038374.html https://atoms.scilab.org/toolboxes/scinetcdf/1.2#comment3102 Regards Samuel _______________________________________________ users mailing list [hidden email] http://lists.scilab.org/mailman/listinfo/users |
![]() |
Dear, thanks for the suggestions. I did install scilab 5.5.2 & the
scinetcdf-toolbox. Turns out: The cdf-file at hand is of other format: ncread(inFile, "GMT"); !--error 999 ncread: nc_open() returned the error -51: NetCDF: Unknown file format. BR Philipp Am Fr., 12. Feb. 2021 um 21:26 Uhr schrieb Samuel Gougeon <[hidden email]>: Le 12/02/2021 à 15:55, arctica1963 a écrit : _______________________________________________ users mailing list [hidden email] http://lists.scilab.org/mailman/listinfo/users |
Free forum by Nabble | Edit this page |