Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

netcdf (2) Versions 0.1.1

Installs/Configures netcdf

Policyfile
Berkshelf
Knife
cookbook 'netcdf', '~> 0.1.1', :supermarket
cookbook 'netcdf', '~> 0.1.1'
knife supermarket install netcdf
knife supermarket download netcdf
README
Dependencies
Quality 17%

NetCDF Cookbook

NetCDF is a set of software libraries and self-describing, machine-independent data formats that support the creation, access, and sharing of array-oriented scientific data. NetCDF was developed and is maintained at Unidata. Unidata provides data and software tools for use in geoscience education and research. Unidata is part of the University Corporation for Atmospheric Research (UCAR) Community Programs (UCP). Unidata is funded primarily by the National Science Foundation.

This set of recipes compiles the pre-requisite libraries as well as the NetCDF library

More information about NetCDF may be found at the NetCDF website

Requirements

Platforms

  • CentOS 6.6

Attributes

  • node['netcdf']['zlib']['version'] = The version of ZLib to install. Check the ZLib website for version information (String)
  • node['netcdf']['szip']['version'] = The version of SZip to install. Check the SZip section of the HDF website for version information. (Note licensing terms at the site) (String)
  • node['netcdf']['szip']['skip'] = Skip installing SZip. SZip is optional and its terms of use may not meet your needs (Boolean)
  • node['netcdf']['hdf5']['version'] = The version of HDF5 to install. Check the HDF website for version information. (String)
  • node['netcdf']['hdf5']['skip_check'] = Skip compile-time testing (Boolean)
  • node['netcdf']['netcdf']['version'] = The version of NetCDF to install. Check the NetCDF Github Repository for version information (String)
  • node['netcdf']['netcdf']['skip_check'] = Skip compile-time testing (Boolean)

Usage

Simply include the default recipe (netcdf::default) on an instance that needs NetCDF on it.

Authors

License

Unless otherwise noted below, this software is in the public domain because it contains
materials that originally came from the United States Geological Survey, an agency of the
United States Department of Interior. For more information, see the official USGS
copyright policy at: http://www.usgs.gov/visual-id/credit_usgs.html#copyright

More information in license file

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Collaborator Number Metric
            

0.1.1 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

0.1.1 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Foodcritic Metric
            

0.1.1 failed this metric

FC064: Ensure issues_url is set in metadata: netcdf/metadata.rb:1
FC065: Ensure source_url is set in metadata: netcdf/metadata.rb:1
FC066: Ensure chef_version is set in metadata: netcdf/metadata.rb:1
FC069: Ensure standardized license defined in metadata: netcdf/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

0.1.1 passed this metric

Testing File Metric
            

0.1.1 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

0.1.1 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number