{"id":30203042,"url":"https://github.com/monoid/owslib","last_synced_at":"2025-08-13T11:14:35.593Z","repository":{"id":1440189,"uuid":"1669527","full_name":"monoid/owslib","owner":"monoid","description":"personal fork of owslib: http://svn.gispython.org/svn/gispy/OWSLib/trunk","archived":false,"fork":false,"pushed_at":"2011-07-26T15:02:16.000Z","size":407,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-03T03:38:31.530Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/monoid.png","metadata":{"files":{"readme":"README.txt","changelog":"CHANGES.txt","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-04-27T07:53:57.000Z","updated_at":"2020-09-20T21:07:43.000Z","dependencies_parsed_at":"2022-07-29T13:08:53.518Z","dependency_job_id":null,"html_url":"https://github.com/monoid/owslib","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/monoid/owslib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monoid%2Fowslib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monoid%2Fowslib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monoid%2Fowslib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monoid%2Fowslib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/monoid","download_url":"https://codeload.github.com/monoid/owslib/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monoid%2Fowslib/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270228717,"owners_count":24548893,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-13T02:00:09.904Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-08-13T11:14:01.569Z","updated_at":"2025-08-13T11:14:35.562Z","avatar_url":"https://github.com/monoid.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"OWSLib\n======\n\nPackage for working with OGC map, feature, and coverage services.\n\nOWSLib provides a common API for accessing service metadata and wrappers for\nGetCapabilities, GetMap, and GetFeature requests.\n\nThe OWSLib version 0.3 API is incompatible with version 0.2.1.\n\nDependencies\n------------\n\nOWSLib requires elementtree (standard in 2.5 as xml.etree) or lxml.\n\nUsage\n-----\n\nFind out what a WMS has to offer. Service metadata::\n\n    \u003e\u003e\u003e from owslib.wms import WebMapService\n    \u003e\u003e\u003e wms = WebMapService('http://wms.jpl.nasa.gov/wms.cgi', version='1.1.1')\n    \u003e\u003e\u003e wms.identification.type\n    'OGC:WMS'\n    \u003e\u003e\u003e wms.identification.version\n    '1.1.1'\n    \u003e\u003e\u003e wms.identification.title\n    'JPL Global Imagery Service'\n    \u003e\u003e\u003e wms.identification.abstract\n    'WMS Server maintained by JPL, worldwide satellite imagery.'\n\nAvailable layers::\n\n    \u003e\u003e\u003e list(wms.contents)\n    ['us_landsat_wgs84', 'modis', 'global_mosaic_base', 'huemapped_srtm',\n    'srtm_mag', 'daily_terra', 'us_ned', 'us_elevation', 'global_mosaic',\n    'daily_terra_ndvi', 'daily_aqua_ndvi', 'daily_aqua_721', 'daily_planet',\n    'BMNG', 'srtmplus', 'us_colordem', None, 'daily_aqua', 'worldwind_dem',\n    'daily_terra_721']\n\nDetails of a layer::\n\n    \u003e\u003e\u003e wms['global_mosaic'].title\n    'WMS Global Mosaic, pan sharpened'\n    \u003e\u003e\u003e wms['global_mosaic'].boundingBoxWGS84\n    (-180.0, -60.0, 180.0, 84.0)\n    \u003e\u003e\u003e wms['global_mosaic'].crsOptions\n    ['EPSG:4326', 'AUTO:42003']\n    \u003e\u003e\u003e wms['global_mosaic'].styles\n    {'pseudo_bright': {'title': 'Pseudo-color image (Uses IR and Visual bands,\n    542 mapping), gamma 1.5'}, 'pseudo': {'title': '(default) Pseudo-color\n    image, pan sharpened (Uses IR and Visual bands, 542 mapping), gamma 1.5'},\n    'visual': {'title': 'Real-color image, pan sharpened (Uses the visual\n    bands, 321 mapping), gamma 1.5'}, 'pseudo_low': {'title': 'Pseudo-color\n    image, pan sharpened (Uses IR and Visual bands, 542 mapping)'},\n    'visual_low': {'title': 'Real-color image, pan sharpened (Uses the visual\n    bands, 321 mapping)'}, 'visual_bright': {'title': 'Real-color image (Uses\n    the visual bands, 321 mapping), gamma 1.5'}}\n\nAvailable methods, their URLs, and available formats::\n\n    \u003e\u003e\u003e [op.name for op in wms.operations]\n    ['GetTileService', 'GetCapabilities', 'GetMap']\n    \u003e\u003e\u003e wms.getOperationByName('GetMap').methods\n    {'Get': {'url': 'http://wms.jpl.nasa.gov/wms.cgi?'}}\n    \u003e\u003e\u003e wms.getOperationByName('GetMap').formatOptions\n    ['image/jpeg', 'image/png', 'image/geotiff', 'image/tiff']\n\nThat's everything needed to make a request for imagery::\n\n    \u003e\u003e\u003e img = wms.getmap(   layers=['global_mosaic'],\n    ...                     styles=['visual_bright'],\n    ...                     srs='EPSG:4326',\n    ...                     bbox=(-112, 36, -106, 41),\n    ...                     size=(300, 250),\n    ...                     format='image/jpeg',\n    ...                     transparent=True\n    ...                     )\n    \u003e\u003e\u003e out = open('jpl_mosaic_visb.jpg', 'wb')\n    \u003e\u003e\u003e out.write(img.read())\n    \u003e\u003e\u003e out.close()\n\nA very similar API exists for WebFeatureService. See\ntests/MapServerWFSCapabilities.txt for details.\n\nKnown Issues\n------------\n\nOWSLib works with WMS version 1.1.1 and WFS 1.0.0 Other versions are not\nsupported at this time.\n\nSupport\n-------\n\nOWSLib shares a wiki and email list with the Python Cartographic Library:\n\nhttp://lists.gispython.org/mailman/listinfo/community\n\nhttp://trac.gispython.org/lab/wiki\n\nUpdated project information can be found at\n\nhttp://trac.gispython.org/lab/wiki/OwsLib\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonoid%2Fowslib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmonoid%2Fowslib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonoid%2Fowslib/lists"}