pypsa-meets-earth/pypsa-earth

Increase clarity of cutout mismatch messaging

开放

#1,853 创建于 2026年6月4日

 (2 条评论) (0 个反应) (0 位负责人)Python (349 个派生)auto 404
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.

贡献者指南