Click here to Skip to main content
15,884,388 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am trying to build an application to parse netCDF4 files in c++, I have no problem parsing the files in python scripts, but when I run my C++ program it complains that it doesnt know about numpy. I fixed the same issue with the netCDF4 by copying the netCDF4.pyd file where my c++ executable was located, but cannot find the numpy equivalent. Thanks for any suggestions.
Posted

1 solution

in the wikipedia I can read that it has a C++ interface.

So I googled netcdf-C++
.

Tip: study the examples
 
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