Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Mo-Dabao/BiteGrADS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BiteGrADS

Documentation Status

For reading GrADS format data. Read the docs here.

Install

pip install bite_grads

Requires xarray; dask; pyproj; numpy; pandas.

Supported ctl entries

Components of a GrADS Data Descriptor File

  • DTYPE
    • gridded binary
    • station
    • ...
  • OPTIONS
    • byte order
    • template
    • ...
  • UNDEF
  • PDEF
    • lcc
    • ...
  • XDEF
  • YDEF
    • LINEAR
    • LEVELS
    • GAUS*
  • ZDEF
  • TDEF
  • VARS
    • varname
    • levs
    • units
    • additional_codes
    • description
  • ATTRIBUTE METADATA
    • varname
    • attribute_type
    • attribute_name
    • attribute_value
  • COMMENTS
  • ...

Features

  • Lazy loading
  • Manual correction of TDEF
  • Manual correction of PDEF
  • Projection information following CF-Conventions

Else

Use xgrads for more features.

Use nc or other modern formats to store you data.

About

For reading GrADS format data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages