Utilities to deal with geospatial links
Project description
[](https://travis-ci.org/geopython/geolinks)
geolinks
Utilities to deal with geospatial links. Working implementation of the Cat-Interop work at https://github.com/OSGeo/Cat-Interop
Install
`bash pip install geolinks `
Use
`python >>> from geolinks import sniff_link >>> sniff_link('http://host/wms?service=WMS') 'OGC:WMS' >>> sniff_link('http://host/wms?service=WPS') 'OGC:WPS' >>> sniff_link('http://host/wms?service=CSW') 'OGC:CSW' >>> sniff_link('http://host/data/roads.kmz') 'OGC:KML' >>> sniff_link('http://host/data/roads.kml') 'OGC:KML' `
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size geolinks-0.2.0.tar.gz (2.7 kB) | File type Source | Python version None | Upload date | Hashes View |