Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to display multidimensional files like Netcdf(.nc) in GIS platform using C#.. any help would be appreciated.
Posted
Updated 2-Nov-17 1:14am

1 solution

C# can read from and write to netcdf files using microsoft scientific data set libraries. I am reading from a netcdf file and loading the data into a sql server database so it can be read by ArcGIS/ArcSDE.

Capabilities of each GIS will vary, and may not include multidimensional capabilites. In my experience GIS's dont handle 3D/temporal data well.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900