that's too much!
This commit is contained in:
17
.venv/lib/python3.12/site-packages/fiona/_env.pxd
Normal file
17
.venv/lib/python3.12/site-packages/fiona/_env.pxd
Normal file
@@ -0,0 +1,17 @@
|
||||
include "gdal.pxi"
|
||||
|
||||
|
||||
cdef extern from "ogr_srs_api.h":
|
||||
void OSRSetPROJSearchPaths(const char *const *papszPaths)
|
||||
void OSRGetPROJVersion (int *pnMajor, int *pnMinor, int *pnPatch)
|
||||
|
||||
|
||||
cdef class ConfigEnv(object):
|
||||
cdef public object options
|
||||
|
||||
|
||||
cdef class GDALEnv(ConfigEnv):
|
||||
cdef public object _have_registered_drivers
|
||||
|
||||
|
||||
cdef _safe_osr_release(OGRSpatialReferenceH srs)
|
||||
Reference in New Issue
Block a user