-time = time[p]; # and the time too.</code></pre><p>Save all EVI estimations in a netCDF 3d (a cube) file</p><pre><code class="language-julia">stackgrids(eviFiles, time, z_unit="unix", save="evi_cube.nc")</code></pre><p>Interpolate along all layers at a point with coordinates <em>x = 580740</em>; <em>y = 4418042</em></p><pre><code class="language-julia">D = grdinterpolate("evi_cube.nc", pt=(580740,4418042));</code></pre><p>Now, plot the time series showing the distribution of EVI values for our farm field.</p><pre><code class="language-julia">imshow(D, par=(TIME_SYSTEM="UNIX",), coltypes=:t)</code></pre><img src="../output_94_0.png" width="500" class="center"/></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../../Aqua_sst/remotes_L2_SST/">« Aqua SST</a><a class="docs-footer-nextpage" href="../../L8cube_img/remotes_L8_cube_img/">Landsat 8 images »</a></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> on <span class="colophon-date" title="Tuesday 13 May 2025 10:46">Tuesday 13 May 2025</span>. Using Julia version 1.11.5.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
0 commit comments