Resources
-
Recent Posts
Recent Tweets
- Attend VISualize & take advantage of our #Landsat 8 one-day seminar w/ Jim Irons from LDCM! ow.ly/lcULP 18 hours ago
- Read “#Landsat 8 Data Reader Included in ENVI 5 Service Pack 3” & find out what’s coming soon! ow.ly/lhT2T 21 hours ago
- You down with NPP? Dave G’s down with NPP! Read his latest post on ImagerySpeaks today! ow.ly/lftxd 21 hours 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: Linux
Batch processing with IDL
Following the theme of Mike Galloy’s post yesterday, I’d like to show an example of noninteractive batch processing with IDL. The example below uses Linux and bash, though I used to do similar things on Solaris (and SunOS before that!) … Continue reading
Getting the IDL process identifier on Linux
Atle Borsholm showed me this technique for getting IDL’s process identifier (or process id or pid) on Linux (though it should work on any UNIX-based system): IDL> pid = call_external(‘libc.so.6′, ‘getpid’) IDL> print, pid 22468 I used this recently with pmap … Continue reading
Updated snow water equivalent map
Last January, I posted a link to the daily snow water equivalent (SWE) map created by Andrew Slater at NSIDC. He’s since updated his website to include maps of SNOTEL stations throughout the western U.S., as well as climatology plots … Continue reading
Posted in visualization
Tagged (New) Graphics, Direct Graphics, Linux, map projections, science!, web
Leave a comment
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
Making a Unity launcher icon for the IDL Workbench
I recently upgraded my Ubuntu Linux distribution from 10.04 LTS to 12.04 LTS. Although I’ve used GNOME for the last decade+, I’m adjusting fairly quickly to the Unity desktop environment. However, one thing that wasn’t apparent is how to add … Continue reading
Native OPeNDAP support in IDL
OPeNDAP is an acronym for “Open-source Project for a Network Data Access Protocol.” From the OPeNDAP website: “OPeNDAP provides software which makes local data accessible to remote locations regardless of local storage format.” Through Unidata’s netCDF-4 library, IDL 8.2 includes … Continue reading
Posted in data access, language, visualization
Tagged (New) Graphics, IDL 8, IDL 8.2, Linux, Mac OS X, map projections, netCDF, OPeNDAP
5 Comments
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
A snow water equivalent map for Colorado
Andrew Slater, a research scientist at the National Snow and Ice Data Center in Boulder, has a website that maps daily changes in snow water equivalent over Colorado, using a shell script for data retrieval and IDL for visualization. Dr. Slater … Continue reading
Posted in visualization
Tagged Direct Graphics, image, Linux, map projections, science!, web
3 Comments
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