Skip to content

Commit

Permalink
Deploying to gh-pages from @ fc589b5 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
brmather committed Sep 13, 2024
1 parent d4447ed commit 0406e4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-doc/grids.html
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ <h2 id="notes">Notes</h2>
</code></pre></div>
</dd>
<dt id="gplately.grids.write_netcdf_grid"><code class="name flex">
<span>def <span class="ident">write_netcdf_grid</span></span>(<span>filename, grid, extent=[-180, 180, -90, 90])</span>
<span>def <span class="ident">write_netcdf_grid</span></span>(<span>filename, grid, extent='global', significant_digits=None, fill_value=nan, **kwargs)</span>
</code></dt>
<dd>
<div class="desc"><p>Write geological data contained in a <code>grid</code> to a netCDF4 grid with a specified <code>filename</code>.</p>
Expand All @@ -424,7 +424,7 @@ <h2 id="parameters">Parameters</h2>
<dt><strong><code>grid</code></strong> :&ensp;<code>array-like</code></dt>
<dd>An ndarray grid containing data to be written into a <code>netCDF</code> (.nc) file. Note: Rows correspond to
the data's latitudes, while the columns correspond to the data's longitudes.</dd>
<dt><strong><code>extent</code></strong> :&ensp;<code>1D numpy array</code>, default=<code>[-180,180,-90,90]</code></dt>
<dt><strong><code>extent</code></strong> :&ensp;<code>list</code>, default=<code>[-180,180,-90,90]</code></dt>
<dd>Four elements that specify the [min lon, max lon, min lat, max lat] to constrain the lat and lon
variables of the netCDF grid to. If no extents are supplied, full global extent <code>[-180, 180, -90, 90]</code>
is assumed.</dd>
Expand Down

0 comments on commit 0406e4e

Please sign in to comment.