geonode.services.utils
Attributes
Functions
|
|
|
|
|
Return OGC WKT Polygon of a simple bbox list of strings |
|
Given coordinates in spherical mercator, return a lon,lat tuple. |
|
|
A method to get a service name from an esri endpoint. |
|
|
Get the extent of an ESRI resource |
|
|
|
|
Module Contents
- geonode.services.utils.bbox2wktpolygon(bbox)[source]
Return OGC WKT Polygon of a simple bbox list of strings
- geonode.services.utils.inverse_mercator(xy)[source]
Given coordinates in spherical mercator, return a lon,lat tuple.
- geonode.services.utils.get_esri_service_name(url)[source]
A method to get a service name from an esri endpoint. For example: http://example.com/arcgis/rest/services/myservice/mylayer/MapServer/?f=json Will return: myservice/mylayer