cookbook 'gdal', '= 0.1.2'
gdal (3) Versions 0.1.2 Follow1
Installs GDAL
cookbook 'gdal', '= 0.1.2', :supermarket
knife supermarket install gdal
knife supermarket download gdal
<h1>Description</h1>
<p>Installs the <a href="http://www.gdal.org/">Geospatial Data Abstraction Library (GDAL)</a>.</p>
<h2>Platforms:</h2>
<p>Tested on:</p>
<ul>
<li>Ubuntu 12.04</li>
</ul>
<h2>Recipes:</h2>
<ul>
<li><code>default.rb</code> - Downloads, builds, and installs GDAL from source.</li>
</ul>
<h2>Attributes</h2>
<ul>
<li><code>node['gdal']['version']</code> - the version of GDAL to use.</li>
<li><p><code>node['gdal']['download_url']</code> - the URL to retrieve the GDAL tarball.
Note that prior to GDAL 1.10, URLs like like this:</p>
<p>http://download.osgeo.org/gdal/gdal-1.9.2.tar.gz</p>
<p>But as of 1.10 they look like this:</p>
<p>http://download.osgeo.org/gdal/1.10.0/gdal-1.10.0.tar.gz</p>
<p>This attribute defaults to the former for backwards compatibility,
so it is only required for GDAL 1.10 and up.</p></li>
</ul>
<h1>License and Author</h1>
<p>Author:: Paul A. Jungwirth (<a href="mailto:pj@illuminatedcomputing.com">pj@illuminatedcomputing.com</a>)</p>
<p>Copyright:: 2013, Illuminated Computing Inc.</p>
<p>Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at</p>
<pre><code>http://www.apache.org/licenses/LICENSE-2.0
</code></pre>
<p>Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.</p>
Dependent cookbooks
ark >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
Foodcritic Metric
0.1.2 failed this metric
FC013: Use file_cache_path rather than hard-coding tmp paths: /tmp/cook/04bcd5be1935662934e66dba/gdal/recipes/default.rb:8
0.1.2 failed this metric