matplotlib / matplotlib/basemap
Feature request: support for projected UTM EPSG codes
还没有人认领这个 Issue。
- 主要语言
- Python
- 星标
- 817
- 派生
- 395
- PR 合并指标
- 30 天内没有已合并 PR
描述
I'm using Basemap in an application ([PyHum](https://github.com/dbuscombe-usgs/PyHum)) that requires EPSG code input for projection information to use in both Basemap and pyproj. The problem is that Basemap rejects projected NAD83 UTM codes ([26919 - NAD83 UTM 19N, for example](https://epsg.io/26919)) and thus PyHum cannot output in UTM. Is there a reason UTM projections are not supported, and if not, is there a good way to incorporate support for them? I've looked at several options but none really make sense except changing Basemap's EPSG support.
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先检查 Basemap 对 EPSG 的支持及其与 pyproj 的交互,以投影的 NAD83 UTM 19N (EPSG 26919) 作为具体案例。确定当前如何拒绝 EPSG 输入,并验证支持的投影 UTM 代码可用于 PyHum 的 UTM 输出,同时不破坏现有投影。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- data-visualization
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100