<div dir="ltr">All:<div><br></div><div>Using the help found here: <a href="http://grasswiki.osgeo.org/wiki/NetCDF">http://grasswiki.osgeo.org/wiki/NetCDF</a> I have been able to import a netcdf file into GRASS 7, but the data is not scaled correctly.</div><div><br></div><div>My file is found here:</div><div><a href="https://drive.google.com/file/d/0B-Dmtz0DFEiubG5aYTk4TDZERXc/view?usp=sharing">https://drive.google.com/file/d/0B-Dmtz0DFEiubG5aYTk4TDZERXc/view?usp=sharing</a></div><div><br></div><div>I created a GRASS LOCATION based on this:</div><div><br></div><div><pre>char Lambert;
  :grid_mapping_name = "lambert_conformal_conic";
  :latitude_of_projection_origin = 37.99999237060547; // double
  :longitude_of_central_meridian = -106.0; // double
  :standard_parallel = 34.0, 42.0; // double
  :earth_radius = 6371229.0; // double
  :_CoordinateTransformType = "Projection";
  :_CoordinateAxisTypes = "GeoX GeoY";</pre><pre><br></pre><pre>which I obtained usingĀ <span style="font-family:arial,sans-serif">panoply</span><span style="font-family:arial,sans-serif"> from here: <a href="http://www.giss.nasa.gov/tools/panoply/">http://www.giss.nasa.gov/tools/panoply/</a></span></pre><pre>Looking at the file netcdf header information, it's clear the dx=dy=1000m; but, what imports is x=dy=1m resolution even though I set the x & y resolution to 1000m</pre><pre>This is my import command:</pre><pre>r.in.gdal input=NETCDF:"<a href="http://geo_em.d02.nc">geo_em.d02.nc</a>":GREENFRAC output=greenfrac -o -e --overwrite<br></pre><pre>which produces..</pre><pre>Warning 1: No UNIDATA NC_GLOBAL:Conventions attribute
WARNING: Over-riding projection check
 100%
Raster map <greenfrac.1> created.
 100%
Raster map <greenfrac.2> created.
 100%
Raster map <greenfrac.3> created.
 100%
Raster map <greenfrac.4> created.
 100%
Raster map <greenfrac.5> created.
 100%
Raster map <greenfrac.6> created.
 100%
Raster map <greenfrac.7> created.
 100%
Raster map <greenfrac.8> created.
 100%
Raster map <greenfrac.9> created.
 100%
Raster map <greenfrac.10> created.
 100%
Raster map <greenfrac.11> created.
 100%
Raster map <greenfrac.12> created.
Region for the current mapset updated
r.in.gdal complete.
</pre><div>I am virtually certain the lower left corner is placed correctly, because I can zoom to the lower-left location and it falls about where it should -- however the spatial extent of the data is not what it should be, but when zoomed-in looks correct.</div><pre>Any thoughts?</pre><pre><br></pre><pre>Thank you,</pre><pre>Tom</pre><pre>
</pre><div><br></div>-- <br><div class="gmail_signature"><br><div><br></div></div>
</div></div>