Skip to content

christophreimer/pygeogrids

 
 

Repository files navigation

pygeogrids

This is a package for creation and handling of Discrete Global Grids. We hope extend the interface also to projected grids(images) in the future.

For now the main features are:

  • Creation of grids
  • Nearest neighbor search pykdtree
  • conversion of grid piont indices to lat, lon
  • Storage of grids and loading grids from CF-compatible netCDF files
  • Calculation of lookup tables between grids

Optional Requirements

  • pykdtree or scipy if you want to use the nearest neighbor search. pykdtree is much faster than the scipy implementation but it is at the moment not available for Windows systems.

Documentation

Documentation Status

Build Status

Build Status

Test Coverage

Coverage Status

#Citing, DOI

If you want to cite pygeogrids then please use the DOI of the version you used.

DOI

About

Python package for generation and handling of discrete global grids

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%