more libraries
This commit is contained in:
11
.venv/lib/python3.12/site-packages/fiona/crs.pxd
Normal file
11
.venv/lib/python3.12/site-packages/fiona/crs.pxd
Normal file
@@ -0,0 +1,11 @@
|
||||
include "gdal.pxi"
|
||||
|
||||
|
||||
cdef class CRS:
|
||||
cdef OGRSpatialReferenceH _osr
|
||||
cdef object _data
|
||||
cdef object _epsg
|
||||
cdef object _wkt
|
||||
|
||||
|
||||
cdef void osr_set_traditional_axis_mapping_strategy(OGRSpatialReferenceH hSrs)
|
||||
Reference in New Issue
Block a user