Re: Access NetCDF library
Re: Access NetCDF library
- Subject: Re: Access NetCDF library
- From: Tom Moore <email@hidden>
- Date: Sun, 13 Apr 2003 09:54:23 -0500
On Sunday, April 13, 2003, at 07:46 AM, Johan Kool wrote:
To Tom: if you can provide more info and/or a glimpse at how you
incorporated this functionality without this particular library I'll
be certainly interested!
It took a bit of experimentation, but I was able to take UCAR's C
source code and compile it within a framework (I didn't bother with the
C++ code since I was writing a Objective-C interface). My framework
uses the UCAR code as a base layer and all the standard C commands can
be accessed using the framework. The objective-c layer sits on top and
handles all the lower level NetCDF commands.
The net effect of this approach allows me to bundle the netcdf code
within an application, so end-users don't have to worry about
installing the NetCDF libraries on their machine.
The trick of the NetCDF C code in framework is that everything has to
be in the project, but not everything can be checked in the PB. It's
odd, but I experimented for a while to find this out. Once you do
figure this out, it compiles relatively nicely.
From there, I really can't say anything else. My code is going through
the legal process at work right now and might be available soon.
Tom
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.