This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
Dave, In the GEMPAK tutorial, I have an example of the format for an ascii surface file (eg the format produced by SFLIST) which can then be read using SFEDIT into a file created by SFCFIL: http://my.unidata.ucar.edu/content/software/gempak/tutorial/importing_exercises.html See the "Data File" link, and an example of a station table using the format described at: http://my.unidata.ucar.edu/content/software/gempak/tutorial/station_tables.html Once you have created a station tables, you can use SFCFIL to create a surface file- specifying the parameters that will be found in your data file in the SFPARM parameter. Then, use SFEDIT to import the ascii data into the GEMPAK file. Steve Chiswell Unidata User Support On Tue, 16 Nov 2004, David Novak wrote: > Hello - > > I have some mesonet data in a home-grown comma delimited format: > id,hour,min,alat,alon,elev,blank,blank,blank,blank,ipres,temp,tdp,wdir,wspdkts > > Is there a way I can plot this data in GEMPAK? I'm thinking I can use > SFCFIL, but if anyone has an example of what to do, that'd be great. > > Thanks, > Dave >