Skip to content

bijanf/cordex-domain-plotter

Repository files navigation

CORDEX Domain Plotter

CI

This script plots a CORDEX domain and its bounding box on a map. It saves the map as a PNG file and prints the coordinates of the bounding box corners.

Usage

  1. Install dependencies:
    pip install numpy matplotlib cartopy py-cordex pyproj cdo scipy
  2. Run the script:
    python plot_domain.py <DOMAIN>
python plot_domain.py EUR-11

Example Output

['LL: (lon = 1.62,\n lat = 44.85)', 'UL: (lon = 1.62,\n lat = 56.24)', 'UR: (lon = 18.28,\n lat = 56.24)', 'LR: (lon = 18.28,\n lat = 44.85)']

output

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages