简体   繁体   中英

How do i read netcdf files in c++ from a visual studio project?

I'm working within a c++ visual studio 2019 project and am trying to read data from a netcdf file. I've download the netcdf-c library from unidata but I've been unable to get it to work. how do I use it to read netcdf data using c++ in visual studio 2019?

I recently saw a post that creates a custom readnc class in C++. I haven't used it personally (yet), but maybe it might help. ( https://gerasimosmichalitsianos.wordpress.com/2017/12/13/usingcppwithnetcdf/ )

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM