SDSlite
SDSlite copied to clipboard
Scientific DataSet library to work with NetCDF-like data sets from .NET.
## Unable to register format in AOT mode and unable to open file
add CreateDimension method on NetCDFDataset. Test case added.
Repro: - Write a data set with `Variable` that contains `null` element to a `.csv` file - Read the `.csv` file. Observed: the element is `string.Empty`. Expected: the element is...
Tried reading a netcdf-4 file with netcdf 4.9.0 and SDS 2.0.3 in VS2022. Kept getting the error message Extension not registered. i tried running ``` var uri = NetCDF4.NetCDFUri(){ FileName...
Hi, First, I wish to use this moment to say a big thank you to the team that has put together this sort-after scientific library useful for interacting with netCDF...