<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<div dir="ltr">
<div>Yup, forgot to enable netcdf. Sorry about that.</div>
<div><br>
</div>
<div>Otherwise your directions worked perfectly, thank you very much!</div>
<div><br>
</div>
<div>In terms of understanding, exactly, these steps for the next time:</div>
<div><br>
</div>
<div>0) How would I have known the data were transposed lon, lat? <br>
</div>
<div>0b) How would I have known the spacing of the lat variable was not constant? I imagine "because I looked at it?" :) Knowing this, I've gone back and I see it now when I do a quick analysis with xarray. What was the method you diagnosed this with?<br>
</div>
<div>1) What is the motivation to tiling the output?</div>
<div>2) Knowing about the mirror command is cool</div>
<div>3) I don't understand this step.  Why is this referencing back  the nc file?</div>
<div><br>
</div>
<div>Cheers</div>
<div>Chris<br>
</div>
<div><br>
</div>
<div><br>
</div>
<div>
<div>
<div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">
<div dir="ltr">
<div>
<div dir="ltr">
<div>
<div dir="ltr">
<div>
<div dir="ltr">
<div>
<div dir="ltr">
<div>
<div dir="ltr">
<div dir="ltr"><span style="font-size:12.8px;color:rgb(102,102,102)">Chris Marsh, PhD</span></div>
<div dir="ltr"><span style="font-size:12.8px;color:rgb(102,102,102)"></span><span><span style="font-size:12.8px;color:rgb(102,102,102)"></span></span><span><span style="font-size:12.8px;color:rgb(102,102,102)">University of Saskatchewan</span></span><br style="font-size:12.8px;color:rgb(102,102,102)">
<span style="font-size:12.8px;color:rgb(102,102,102)"></span><a href="http://chrismarsh.ca/" style="font-size:12.8px;color:rgb(102,102,102)" target="_blank">chrismarsh.ca</a></div>
<span style="color:rgb(102,102,102)"></span><br style="color:rgb(102,102,102)">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
</div>
</div>
<br>
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Sun, Feb 2, 2020 at 6:15 AM Even Rouault <<a href="mailto:even.rouault@spatialys.com">even.rouault@spatialys.com</a>> wrote:<br>
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
CAUTION: This email originated from outside of the University of Saskatchewan. Do not click links or open attachments unless you recognize the sender and know the content is safe. If in doubt, please forward suspicious emails to
<a href="mailto:phishing@usask.ca" target="_blank">phishing@usask.ca</a><br>
<br>
<br>
On dimanche 2 fĂ©vrier 2020 00:34:46 CET Marsh, Chris wrote:<br>
> HI Even,<br>
><br>
> Thanks for the detailed response. I have compiled master 3.1dev however<br>
> strangest thing when I try to run it<br>
<br>
> $ export PATH=`pwd`/gdal-install/bin:$PATH<br>
> $ which gdal_translate<br>
> /Users/chris/Documents/science/analysis/gdal-install/bin/gdal_translate<br>
>  $ gdal_translate NETCDF:"`pwd`/SD_20160901.nc":snd_upd out.tif -co<br>
> TILED=YES<br>
 ERROR 4:<br>
> NETCDF:/Users/chris/Documents/science/analysis/SD_20160901.nc:snd_upd: No<br>
> such file or directory<br>
<br>
Do you have the netCDF driver included ? Check with<br>
"gdalinfo --format netCDF". This file is also a netCDF 4 file, so you need to<br>
make sure you netCDF lib is built against HDF5.<br>
You may use the "osgeo/gdal" Docker image.<br>
See <a href="https://github.com/OSGeo/gdal/blob/master/gdal/docker/README.md" rel="noreferrer" target="_blank">
https://github.com/OSGeo/gdal/blob/master/gdal/docker/README.md</a><br>
<br>
> $ ls<br>
> /Users/chris/Documents/science/analysis/SD_20160901.nc<br>
> /Users/chris/Documents/science/analysis/SD_20160901.nc<br>
><br>
> If I try to use my homebrew installed gdal_translate it works.<br>
><br>
> I've also tried without the `pwd` but that doesn't work either. This seems<br>
> like a stupid PEBKAC but I'm out of ideas.<br>
<br>
> Trying the 2nd command resulted in<br>
><br>
> $ /gdal-install/bin/gdalmdimtranslate out.tif out2.tif -co TILED=YES -array<br>
> band=1,transpose=[1,0],view=[::-1,::-1]<br>
 zsh: no matches found:<br>
<br>
Ah, just trying with zsh, this is just a quoting issue. You need to surround<br>
the value of the array option with double quotes<br>
<br>
... -array "band=1,transpose=[1,0],view=[::-1,::-1]"<br>
<br>
--<br>
Spatialys - Geospatial professional services<br>
<a href="http://www.spatialys.com" rel="noreferrer" target="_blank">http://www.spatialys.com</a><br>
</blockquote>
</div>
</body>
</html>