Make NetCDF raster layer in ArcMap

Hello,all;

I am trying to input CMAQ CONC output to ArcGIS. However, I can’t find the right projection and coordinate systems. Do you have some experience with it?

Appreciate it!

Yijia

Use I/O API version 3.2, and turn on CF-compliant metadata for the output files: see https://cjcoats.github.io/ioapi/MODATTS3.html.

You need

setenv IOAPI_CFMETA YES

and then the resulting I/O API output files will also satisfy the CF netCDF conventions, and should be importable by ARC.

Carlie J. Coats, Jr., Ph.D.                    cjcoats@email.unc.edu
Senior Software Engineer                   I/O API Author/Maintainer
Center for Environmental Modeling for Policy Development,
UNC Institute for the Environment                     www.ie.unc.edu
100 Europa Dr., Suite 490 Rm 4051 / Campus Box 1105     919.843.5951
Chapel Hill, NC 27599-1105                          Fax 919.966.9920
2 Likes