gicait / geoserver-rest

Python library for management of geospatial data in GeoServer.
https://geoserver-rest.readthedocs.io
MIT License
195 stars 77 forks source link

Error: string longer than 2147483647 bytes #67

Closed iamtekson closed 2 years ago

iamtekson commented 2 years ago

For the large rasters, >2GB, it will throw the error message as Error: string longer than 2147483647 bytes. This error is originally from python-request issue.