【发布时间】:2023-03-20 19:45:01
【问题描述】:
假设我有一个 GeoDataFrame 和一个 CRS 集。
gdf.crs
给我
<Projected CRS: EPSG:25833>
Name: ETRS89 / UTM zone 33N
Axis Info [cartesian]:
- [east]: Easting (metre)
- [north]: Northing (metre)
Area of Use:
- undefined
Coordinate Operation:
- name: UTM zone 33N
- method: Transverse Mercator
Datum: European Terrestrial Reference System 1989
- Ellipsoid: GRS 1980
- Prime Meridian: Greenwich
这是<class 'pyproj.crs.crs.CRS'> 类型。
有没有办法从中提取EPSG Code,从而提取25833?
【问题讨论】: