假设我有一个
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
?