pacificclimate / climpyrical

A Python tool for constraining and manipulating CanRCM4 climate models.
GNU General Public License v3.0
1 stars 0 forks source link

Improve polygon checking in mask.py #36

Closed nannau closed 3 years ago

nannau commented 4 years ago

Checks around polygon usage were not fully tested with unprocessed natural earth polygons.

Specifically, raising warnings about the detected CRS needs improvement. Currently, a dictionary with specific keys is detected, but a dictionary is too static and we'd like to include as many general use cases as possible.