[ncl-talk] CONUS-SOIL

Dave Allured - NOAA Affiliate dave.allured at noaa.gov
Tue Jul 9 11:05:27 MDT 2019


The BSQ binary file is a flat binary 3-D array of unsigned bytes.  This is
the simplest way to read in NCL.  I think I got the correct dimension
order, but please verify it.

    dims = (/ 11, 2984, 6936 /)
    codes = cbinread ("layertext.bsq", dims, "ubyte")


On Tue, Jul 9, 2019 at 10:15 AM Michael Notaro via ncl-talk <
ncl-talk at ucar.edu> wrote:

> Does anyone have a recommendation of the best way in NCL to read in the
> CONUS-SOIL dataset
>
> for soil texture types at 11 soil levels?  It's available in
> band-sequential binary format or
>
> Arc/Info grid format or Arc/Info polygon format.
>
>
>
> http://www.soilinfo.psu.edu/index.cgi?soil_data&conus&data_cov&texture&datasets&geo
>
> Thanks, Michael
>
>
> Michael Notaro
> Associate Director
> Nelson Institute Center for Climatic Research
> University of Wisconsin-Madison
> Phone: (608) 261-1503
> Email: mnotaro at wisc.edu
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20190709/77dca5a4/attachment.html>


More information about the ncl-talk mailing list