FS#22411 - [netcdf] Enable OpenDAP component
Attached to Project:
Arch Linux
Opened by Graziano Giuliani (Graziano) - Thursday, 13 January 2011, 10:03 GMT
Last edited by Ronald van Haren (pressh) - Monday, 17 January 2011, 06:58 GMT
Opened by Graziano Giuliani (Graziano) - Thursday, 13 January 2011, 10:03 GMT
Last edited by Ronald van Haren (pressh) - Monday, 17 January 2011, 06:58 GMT
|
Details
The actual build of NetCDF does not compile OpenDAP
capability inside NetCDF. As the DAP interface is now
internal to NetCDF and not developed outside, enabling can
allow OpenDAP data access, such as:
ncdump http://myserver/thredds/dodsC/WRF_nc/2011/01/13/wrf_d03_2011_01_13_06-2011_01_13_18.nc All NetCDF library dependent software will benefit from this. The only required change is adding --enable-dap-netcdf to the configure line and make netcdf depend on curl. Additional info: * netcdf 4.1.1.3 * the --enable-dap-netcdf should be added to configure line * curl should be added to depends line |
This task depends upon
Closed by Ronald van Haren (pressh)
Monday, 17 January 2011, 06:58 GMT
Reason for closing: Implemented
Additional comments about closing: added in trunk so it should be in next release
Monday, 17 January 2011, 06:58 GMT
Reason for closing: Implemented
Additional comments about closing: added in trunk so it should be in next release
Comment by
Stéphane Gaudreault (stephane) -
Thursday, 13 January 2011, 15:39 GMT
+1 to implement this.