Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 2.11 KB

README.md

File metadata and controls

46 lines (37 loc) · 2.11 KB

RegionGrids.jl Logo

RegionGrids.jl

Repo Status GitHub Actions
MIT License MIT License Latest Documentation Latest Documentation

Created By: Nathanael Wong ([email protected])

Introduction

RegionGrids.jl is a Julia package that builds off from the GeoRegions.jl package. It aims to streamline the following process(es):

  • extraction of gridded data (given grid boundaries) from a larger (parent) region (grid must be entirely within this parent region)

RegionGrids.jl is currently able to deal with the following types of grids:

  • Rectilinear longitude-latitude grids (e.g., ERA5, IMERG)
  • Generalized rectilinear grids (e.g., WRF grids)
  • Unstructured grids/meshes (e.g., CESM SE-cubed sphere)

RegionGrids.jl can be installed via

] add RegionGrids

Usage

Please refer to the documentation for instructions and examples.