Resources
-
Recent Posts
Recent Tweets
- Attend VISualize & take advantage of our #Landsat 8 one-day seminar w/ Jim Irons from LDCM! ow.ly/lcULP 1 day ago
- Read “#Landsat 8 Data Reader Included in ENVI 5 Service Pack 3” & find out what’s coming soon! ow.ly/lhT2T 1 day ago
- You down with NPP? Dave G’s down with NPP! Read his latest post on ImagerySpeaks today! ow.ly/lftxd 1 day ago
Like Exelis VIS
Tags
(New) Graphics AGU arrays Atle Borsholm code performance control statements Direct Graphics ENVI 5 ENVI programming GRIB guest post hashes HDF5 IDL 8 IDL 8.1 IDL 8.2 IDL 8.2.1 IDL 8.2.2 IDLffVideoWrite image implicit Get/SetProperty Jim Pendleton keyword inheritance Linux lists map projections movies MPEG-4 NAME property netCDF NPP Object Graphics OOP PNG PostScript Ron Kneusel science! sorting user group VIIRS VISualize web welcome widget programming WIDGET_WINDOW
Tag Archives: GRIB
Updates to the GRIB helper routines
I’ve received feedback from several people that my GRIB_GET_RECORD routine was causing a nasty hard crash of IDL on 64-bit Linux and Mac OS X. Corinne James of Oregon State University emailed me recently with the problem both identified and … Continue reading
Updates to the GRIB helper routines
I had time last week to revisit and revise my GRIB helper routines. I learned about accessing records that have multiple fields, so I added a new keyword, MULTI_SUPPORT, to GRIB_GET_RECORD and GRIB_GET_PARAMETERNAMES. I also added simple error handling to … Continue reading
Live IDL webinar: “GRIB, Demystified!”
I’m giving a set of three live webinars on working with the IDL GRIB library next Thursday, 2012 February 23. Please check our live web seminar page for an abstract and registration details. Here’s the page from which you can download … Continue reading
An example of using the GRIB helper routines
Earlier I posted some higher-level routines, built on IDL’s GRIB API, for accessing data in a GRIB edition 1 or 2 file. I’d like to show an example of using them. In this example, I downloaded NCEP HiResWindow model data … Continue reading
Posted in data access, output, programming, visualization
Tagged (New) Graphics, GRIB, IDL 8, IDL 8.1, image, Linux, map projections, PNG
9 Comments
GRIB helper routines
IDL’s GRIB routines are a thin layer on top of the the C version of the ECMWF GRIB API. The ECMWF routines exposed in IDL are fairly low-level, so they require a bit of programming to extract even simple information … Continue reading