good first issuehelp wantedinterfaces
仓库指标
- 星标
- (351 个星标)
- PR 合并指标
- (平均合并 28天 15小时) (30 天内合并 35 个 PR)
描述
Describe the feature you'd like to see
We still have check_cutout_match function which throws an error if the cutout doesn't correspond to the area of the requested countries. That is very helpful to support debugging. We have found however that it may be not obvious to understand what exactly is wrong with a cutout you provided given the need to explore nc file which require some additional skills to deal with. It could be a good idea to provide more details on specific discrepancies in the cutout provides.
The simplest solution could be add a comparison between the cutout and the country coordinates.