initial commit
This commit is contained in:
8
billinglayer/python/shapely/geos.py
Normal file
8
billinglayer/python/shapely/geos.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""
|
||||
Proxies for libgeos, GEOS-specific exceptions, and utilities
|
||||
"""
|
||||
import shapely
|
||||
|
||||
geos_version_string = shapely.geos_capi_version_string
|
||||
geos_version = shapely.geos_version
|
||||
geos_capi_version = shapely.geos_capi_version
|
||||
Reference in New Issue
Block a user