Skip to content

gc13141112/pseudonetcdf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PseudoNetCDF provides read, plot, and sometimes write capabilities for atmospheric science data formats including:

  • CAMx (www.camx.org)
  • RACM2 box-model outputs
  • Kinetic Pre-Processor outputs
  • ICARTT Data files (ffi1001)
  • CMAQ Files
  • GEOS-Chem Binary Punch/NetCDF files

for a full list of formats see pncdump --help and look in the --formats help section.

Lots more available at our wiki

Try our:

Quick tour:

  • Install:
  • pip install https://github.com/barronh/pseudonetcdf/archive/v2.0.1.zip for the most stable version or
  • pip install http://github.com/barronh/pseudonetcdf/archive/master.zip for the latest.
  • Download example icartt file: e.g., HOx from INTEX-NA
  • curl -L ftp://ftp-air.larc.nasa.gov/pub/INTEXA/DC8_AIRCRAFT/BRUNE.WILLIAM/HOX_DC8_20040626_R0.ict
  • Dump an icartt file in CDL: pncdump -f ffi1001 HOX_DC8_20040626_R0.ict
  • Create a netcdf from an icartt file: pncgen -f ffi1001 HOX_DC8_20040626_R0.ict HOX_DC8_20040626_R0.nc

About

PseudoNetCDF like NetCDF except for many scientific format backends

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%