├── .codacy.yml ├── .github └── workflows │ ├── main.yml │ ├── stale.yml │ └── windows.yml ├── .pylintrc ├── .readthedocs.yaml ├── AUTHORS.rst ├── LICENSE ├── MANIFEST.in ├── README.md ├── SECURITY.md ├── binder ├── environment.yml └── postBuild ├── docs ├── Makefile ├── requirements.txt └── source │ ├── _static │ ├── iem_goes_ir.png │ └── nasa_modis_terra_truecolour.jpg │ ├── _templates │ └── layout.html │ ├── conf.py │ ├── credits.rst │ ├── development.rst │ ├── examples.rst │ ├── features.rst │ ├── index.rst │ ├── installation.rst │ ├── introduction.rst │ ├── license.rst │ ├── logging.rst │ ├── notebooks │ └── wms.ipynb │ ├── proxies.rst │ ├── support.rst │ └── usage.rst ├── etc ├── RPM │ ├── python-owslib.changes │ └── python-owslib.spec └── debian │ ├── changelog │ ├── compat │ ├── control │ ├── copyright │ ├── format │ ├── pycompat │ └── rules ├── examples ├── csw-client.py ├── csw-harvest.py ├── iso-getcodelist.py ├── wcs-thredds-prism.py ├── wfs-wei-script.py ├── wms-getfeatureinfo.py ├── wps-birdhouse.py ├── wps-ceda-script.py ├── wps-client.py ├── wps-pml-script-1.py ├── wps-pml-script-2.py └── wps-usgs-script.py ├── owslib ├── __init__.py ├── catalogue │ ├── __init__.py │ ├── csw2.py │ └── csw3.py ├── coverage │ ├── __init__.py │ ├── wcs100.py │ ├── wcs110.py │ ├── wcs111.py │ ├── wcs200.py │ ├── wcs201.py │ ├── wcsBase.py │ └── wcsdecoder.py ├── crs.py ├── csw.py ├── dif.py ├── etree.py ├── feature │ ├── __init__.py │ ├── common.py │ ├── postrequest.py │ ├── schema.py │ ├── wfs100.py │ ├── wfs110.py │ └── wfs200.py ├── fes.py ├── fes2.py ├── fgdc.py ├── gm03.py ├── gml.py ├── interfaces.py ├── iso.py ├── iso3.py ├── iso_che.py ├── map │ ├── __init__.py │ ├── common.py │ ├── wms111.py │ └── wms130.py ├── namespaces.py ├── ogcapi │ ├── __init__.py │ ├── connectedsystems.py │ ├── coverages.py │ ├── edr.py │ ├── features.py │ ├── maps.py │ ├── processes.py │ └── records.py ├── opensearch.py ├── ows.py ├── owscontext │ ├── __init__.py │ ├── atom.py │ ├── common.py │ ├── core.py │ └── geojson.py ├── sos.py ├── swe │ ├── __init__.py │ ├── common.py │ ├── observation │ │ ├── __init__.py │ │ ├── om.py │ │ ├── sos100.py │ │ ├── sos200.py │ │ └── waterml2.py │ └── sensor │ │ ├── __init__.py │ │ └── sml.py ├── tms.py ├── util.py ├── waterml │ ├── __init__.py │ ├── wml.py │ ├── wml10.py │ └── wml11.py ├── wcs.py ├── wfs.py ├── wmc.py ├── wms.py ├── wmts.py └── wps.py ├── pyproject.toml ├── requirements-dev.txt ├── requirements.txt ├── setup.py ├── tests ├── __init__.py ├── _broken │ ├── doctests │ │ ├── csw_linz.txt │ │ ├── csw_nlr.txt │ │ ├── csw_uuid_constrain.txt │ │ ├── iso_che.txt │ │ ├── sos_10_ndbc_getobservation.txt │ │ ├── tms.txt │ │ ├── wfs2_generic.txt │ │ ├── wfs_MapServerWFSFeature.txt │ │ └── wmts_SFSWorldWMTSCapabilities.txt │ ├── doctests_py3 │ │ ├── wcs_nsidc.txt │ │ ├── wfs_USDASSURGO.txt │ │ ├── wms_getfeatureinfo.txt │ │ └── wmts_geoserver21.txt │ ├── doctests_sphinx │ │ ├── sos_20_52N_demo.txt │ │ ├── sos_20_timeseries_decoder_ioos.txt │ │ ├── wmts_demo.txt │ │ └── wps_example_usgs.txt │ └── wfs2_storedqueries.txt ├── doctests │ ├── crs.txt │ ├── fes_ogc_filters.txt │ ├── iso_codelist.txt │ ├── iso_creation.txt │ ├── iso_keywords.txt │ ├── iso_parse.txt │ ├── owscontext.txt │ ├── sml_52n_network.txt │ ├── sml_ndbc_station.txt │ ├── sos_10_getcapabilities.txt │ ├── sos_ngmp.txt │ ├── sos_ngwd.txt │ ├── swe_common_20.txt │ ├── wcs_thredds.txt │ ├── wfs_MapServerWFSCapabilities.txt │ ├── wml10_cuahsi.txt │ ├── wml11_cuahsi.txt │ ├── wms_GeoServerCapabilities.txt │ ├── wms_MesonetCapabilities.txt │ ├── wms_MesonetCapabilities_130.txt │ ├── wms_MesonetCapabilities_130_bom.txt │ ├── wms_TelaCapabilities.txt │ ├── wms_geoserver_mass_gis.txt │ ├── wms_nationalatlas_getcapabilities_130.txt │ ├── wms_nccs_nasa_getcapabilities.txt │ └── wmts_EOSDISWMTSCapabilities.txt ├── resources │ ├── 17bd184a-7e7d-4f81-95a5-041449a7212b_iso.xml │ ├── 9250AA67-F3AC-6C12-0CB9-0662231AA181_dc.xml │ ├── 9250AA67-F3AC-6C12-0CB9-0662231AA181_dif.xml │ ├── 9250AA67-F3AC-6C12-0CB9-0662231AA181_fgdc.xml │ ├── 9250AA67-F3AC-6C12-0CB9-0662231AA181_iso.xml │ ├── 9250AA67-F3AC-6C12-0CB9-0662231AA181_marc21.xml │ ├── csw_dov_getrecordbyid.xml │ ├── csw_geobretagne_mdmetadata.xml │ ├── csw_iso_identifier.xml │ ├── cuahsi_example_all_sites.xml │ ├── cuahsi_example_get_siteinfo_10.xml │ ├── cuahsi_example_get_values.xml │ ├── cuahsi_example_get_values_10.xml │ ├── cuahsi_example_get_variables.xml │ ├── cuahsi_example_siteinfo_multiple.xml │ ├── eosdis-wmts-cap.xml │ ├── erdas-iws-wmts-cap.xml │ ├── erdas-iws13-wmts-cap.xml │ ├── geoserver21-wmts-cap.xml │ ├── gm03_example1.xml │ ├── gm03_example2.xml │ ├── gmxCodelists.xml │ ├── inspire-getrecords-response.xml │ ├── iso19139_srv.xml │ ├── iso3_examples │ │ ├── README.txt │ │ ├── arcgis-sample.xml │ │ ├── auscope-3d-model.xml │ │ ├── metawal.wallonie.be-catchments.xml │ │ └── metawal.wallonie.be-srv.xml │ ├── iso_che.xml │ ├── iso_keywords_anchor.xml │ ├── iso_mi.xml │ ├── iso_xml_srv.xml │ ├── mapserver-wfs-cap.xml │ ├── mapserver-wfs-schema.xml │ ├── owc_atom_examples │ │ ├── csw_10entries.xml │ │ ├── geotiff.xml │ │ ├── gml_road.xml │ │ ├── gmlcov.xml │ │ ├── meris.atom │ │ ├── meris_borders_users.atom │ │ ├── meris_noauthor.xml │ │ ├── meris_noprofile.xml │ │ ├── road.xsd │ │ ├── sea_ice_extent_01.atom │ │ ├── wcs_kml.xml │ │ ├── wfs_100entries.xml │ │ ├── wms_gml_hurricane_tomas.xml │ │ ├── wms_meris.xml │ │ ├── wms_scale.xml │ │ ├── wmstestdata.xml │ │ ├── wmts.xml │ │ └── wps_52north.xml │ ├── owc_geojson_examples │ │ ├── from-meta-resource.json │ │ ├── ingest1.owc.geojson │ │ ├── newzealand-overview.json │ │ ├── owc1.geojson │ │ ├── owc2.geojson │ │ ├── owc3.geojson │ │ └── sac-casestudies.json │ ├── sfs-wmts-cap-world.xml │ ├── sml_52N_network.xml │ ├── sml_ndbc_station.xml │ ├── sos_52n_get_observation_ioos.xml │ ├── sos_52n_get_observation_ioos_wml2.xml │ ├── sos_52n_getcapabilities.xml │ ├── sos_52n_getobservation_wml2_response.xml │ ├── sos_ncSOS_getcapabilities.xml │ ├── sos_ndbc_getcapabilities.xml │ ├── sos_ngmp.xml │ ├── sos_ngwd.xml │ ├── swe_ioos_multistation_timeseries.xml │ ├── wcs_nsidc.xml │ ├── wfs_CUZK_GetCapabilities_2_0_0.xml │ ├── wfs_HSRS_GetCapabilities_1_1_0.xml │ ├── wfs_dov_getcapabilities_100_nometadata.xml │ ├── wfs_dov_getcapabilities_100_verbOptions.xml │ ├── wfs_dov_getcapabilities_110.xml │ ├── wfs_dov_getcapabilities_110_nometadata.xml │ ├── wfs_dov_getcapabilities_200.xml │ ├── wfs_dov_getcapabilities_200_nometadata.xml │ ├── wfs_koeln_arcgis_describefeaturetype_110.xml │ ├── wfs_koeln_arcgis_describefeaturetype_200.xml │ ├── wfs_koeln_arcgis_getcapabilities_110.xml │ ├── wfs_koeln_arcgis_getcapabilities_200.xml │ ├── wfs_mapserver_demo_getcapabilities_100.xml │ ├── wfs_schema_dov_boringen.xml │ ├── wfs_schema_dov_hhz.xml │ ├── wms-aasggeothermal-orwellheads-130.xml │ ├── wms_JPLCapabilities.xml │ ├── wms_Telascience.xml │ ├── wms_datageo_caps_130.xml │ ├── wms_dov_getcapabilities_111_nometadata.xml │ ├── wms_dov_getcapabilities_130.xml │ ├── wms_dov_getcapabilities_130_nometadata.xml │ ├── wms_geoserver-cap.xml │ ├── wms_geoserver-cap_no_title.xml │ ├── wms_mass_gis-caps.xml │ ├── wms_mesonet-caps-130.xml │ ├── wms_mesonet-caps-130_bom.xml │ ├── wms_mesonet-caps.xml │ ├── wms_nationalatlas_getcapabilities_111.xml │ ├── wms_nationalatlas_getcapabilities_130.xml │ ├── wms_nccs_nasa_getcap_130.xml │ ├── wps_52nCapabilities.xml │ ├── wps_CEDACapabilities.xml │ ├── wps_CEDADescribeProcess.xml │ ├── wps_DummyExecuteResponseLocalFile.xml │ ├── wps_EmuDescribeProcess_all.xml │ ├── wps_EmuExecuteRequest11.xml │ ├── wps_EmuExecuteRequest7.xml │ ├── wps_EmuExecuteRequest8.xml │ ├── wps_EmuExecuteRequest9.xml │ ├── wps_HummingbirdExecuteResponse1.xml │ ├── wps_PMLExecuteRequest4.xml │ ├── wps_PMLExecuteRequest5.xml │ ├── wps_PMLExecuteRequest6.xml │ ├── wps_PMLExecuteResponse5.xml │ ├── wps_PMLExecuteResponse6.xml │ ├── wps_USGSCapabilities.xml │ ├── wps_USGSDescribeProcess.xml │ ├── wps_USGSExecuteInvalidRequest.xml │ ├── wps_USGSExecuteInvalidRequestResponse.xml │ ├── wps_USGSExecuteRequest1.xml │ ├── wps_USGSExecuteRequest2.xml │ ├── wps_USGSExecuteRequest3.xml │ ├── wps_USGSExecuteRequest4.xml │ ├── wps_USGSExecuteResponse1a.xml │ ├── wps_USGSExecuteResponse1b.xml │ ├── wps_bbox_DescribeProcess.xml │ └── wps_inout_parsing.xml ├── scratch │ └── .gitkeep ├── test_csw3_pycsw.py ├── test_csw_geonetwork.py ├── test_csw_geoserver.py ├── test_csw_headers.py ├── test_csw_inspire.py ├── test_csw_ngdc.py ├── test_csw_pycsw.py ├── test_csw_pycsw_skip_caps.py ├── test_csw_skgeodesy.py ├── test_fes2.py ├── test_gm03.py ├── test_iso3_parsing.py ├── test_iso_parsing.py ├── test_namespaces.py ├── test_ogcapi_connectedsystems_osh.py ├── test_ogcapi_coverages.py ├── test_ogcapi_coverages_pygeoapi.py ├── test_ogcapi_edr_pygeoapi.py ├── test_ogcapi_features_ldproxy.py ├── test_ogcapi_features_pygeoapi.py ├── test_ogcapi_maps_cubewerx.py ├── test_ogcapi_processes_pygeoapi.py ├── test_ogcapi_records_pycsw.py ├── test_ogcapi_records_pygeoapi.py ├── test_opensearch_creodias.py ├── test_opensearch_pycsw.py ├── test_ows.py ├── test_ows_interfaces.py ├── test_owscontext_atomxml.py ├── test_owscontext_geojson.py ├── test_remote_metadata.py ├── test_sos.py ├── test_sos_20_bom_gov_au.py ├── test_tms.py ├── test_util.py ├── test_wcs_200.py ├── test_wcs_idee.py ├── test_wfs_generic.py ├── test_wfs_postrequest.py ├── test_wfs_schema.py ├── test_wfs_schema_arcgis_server.py ├── test_wms_datageo_130.py ├── test_wms_getfeatureinfo_130.py ├── test_wms_getmap.py ├── test_wms_jpl_capabilities.py ├── test_wmts.py ├── test_wmts_cookies.py ├── test_wmts_restonly.py ├── test_wps.py ├── test_wps_describeprocess_bbox.py ├── test_wps_describeprocess_ceda.py ├── test_wps_describeprocess_emu_all.py ├── test_wps_describeprocess_language.py ├── test_wps_describeprocess_usgs.py ├── test_wps_execute.py ├── test_wps_execute_invalid_request.py ├── test_wps_execute_language.py ├── test_wps_getcapabilities_52n.py ├── test_wps_getcapabilities_ceda.py ├── test_wps_getcapabilities_language.py ├── test_wps_getcapabilities_usgs.py ├── test_wps_request10.py ├── test_wps_request11_bbox.py ├── test_wps_request2.py ├── test_wps_request3.py ├── test_wps_request4.py ├── test_wps_request5.py ├── test_wps_request6.py ├── test_wps_request7.py ├── test_wps_request8.py ├── test_wps_request9.py ├── test_wps_response6.py └── utils.py └── tox.ini /.codacy.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/.codacy.yml -------------------------------------------------------------------------------- /.github/workflows/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/.github/workflows/main.yml -------------------------------------------------------------------------------- /.github/workflows/stale.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/.github/workflows/stale.yml -------------------------------------------------------------------------------- /.github/workflows/windows.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/.github/workflows/windows.yml -------------------------------------------------------------------------------- /.pylintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/.pylintrc -------------------------------------------------------------------------------- /.readthedocs.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/.readthedocs.yaml -------------------------------------------------------------------------------- /AUTHORS.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/AUTHORS.rst -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/LICENSE -------------------------------------------------------------------------------- /MANIFEST.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/MANIFEST.in -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/SECURITY.md -------------------------------------------------------------------------------- /binder/environment.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/binder/environment.yml -------------------------------------------------------------------------------- /binder/postBuild: -------------------------------------------------------------------------------- 1 | pip3 install . 2 | -------------------------------------------------------------------------------- /docs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/docs/Makefile -------------------------------------------------------------------------------- /docs/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/docs/requirements.txt -------------------------------------------------------------------------------- /docs/source/_static/iem_goes_ir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/docs/source/_static/iem_goes_ir.png -------------------------------------------------------------------------------- /docs/source/_static/nasa_modis_terra_truecolour.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/docs/source/_static/nasa_modis_terra_truecolour.jpg -------------------------------------------------------------------------------- /docs/source/_templates/layout.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/docs/source/_templates/layout.html -------------------------------------------------------------------------------- /docs/source/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/docs/source/conf.py -------------------------------------------------------------------------------- /docs/source/credits.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/docs/source/credits.rst -------------------------------------------------------------------------------- /docs/source/development.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/docs/source/development.rst -------------------------------------------------------------------------------- /docs/source/examples.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/docs/source/examples.rst -------------------------------------------------------------------------------- /docs/source/features.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/docs/source/features.rst -------------------------------------------------------------------------------- /docs/source/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/docs/source/index.rst -------------------------------------------------------------------------------- /docs/source/installation.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/docs/source/installation.rst -------------------------------------------------------------------------------- /docs/source/introduction.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/docs/source/introduction.rst -------------------------------------------------------------------------------- /docs/source/license.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/docs/source/license.rst -------------------------------------------------------------------------------- /docs/source/logging.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/docs/source/logging.rst -------------------------------------------------------------------------------- /docs/source/notebooks/wms.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/docs/source/notebooks/wms.ipynb -------------------------------------------------------------------------------- /docs/source/proxies.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/docs/source/proxies.rst -------------------------------------------------------------------------------- /docs/source/support.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/docs/source/support.rst -------------------------------------------------------------------------------- /docs/source/usage.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/docs/source/usage.rst -------------------------------------------------------------------------------- /etc/RPM/python-owslib.changes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/etc/RPM/python-owslib.changes -------------------------------------------------------------------------------- /etc/RPM/python-owslib.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/etc/RPM/python-owslib.spec -------------------------------------------------------------------------------- /etc/debian/changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/etc/debian/changelog -------------------------------------------------------------------------------- /etc/debian/compat: -------------------------------------------------------------------------------- 1 | 7 2 | -------------------------------------------------------------------------------- /etc/debian/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/etc/debian/control -------------------------------------------------------------------------------- /etc/debian/copyright: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/etc/debian/copyright -------------------------------------------------------------------------------- /etc/debian/format: -------------------------------------------------------------------------------- 1 | 3.0 (native) 2 | -------------------------------------------------------------------------------- /etc/debian/pycompat: -------------------------------------------------------------------------------- 1 | 2 2 | -------------------------------------------------------------------------------- /etc/debian/rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/etc/debian/rules -------------------------------------------------------------------------------- /examples/csw-client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/examples/csw-client.py -------------------------------------------------------------------------------- /examples/csw-harvest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/examples/csw-harvest.py -------------------------------------------------------------------------------- /examples/iso-getcodelist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/examples/iso-getcodelist.py -------------------------------------------------------------------------------- /examples/wcs-thredds-prism.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/examples/wcs-thredds-prism.py -------------------------------------------------------------------------------- /examples/wfs-wei-script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/examples/wfs-wei-script.py -------------------------------------------------------------------------------- /examples/wms-getfeatureinfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/examples/wms-getfeatureinfo.py -------------------------------------------------------------------------------- /examples/wps-birdhouse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/examples/wps-birdhouse.py -------------------------------------------------------------------------------- /examples/wps-ceda-script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/examples/wps-ceda-script.py -------------------------------------------------------------------------------- /examples/wps-client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/examples/wps-client.py -------------------------------------------------------------------------------- /examples/wps-pml-script-1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/examples/wps-pml-script-1.py -------------------------------------------------------------------------------- /examples/wps-pml-script-2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/examples/wps-pml-script-2.py -------------------------------------------------------------------------------- /examples/wps-usgs-script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/examples/wps-usgs-script.py -------------------------------------------------------------------------------- /owslib/__init__.py: -------------------------------------------------------------------------------- 1 | __version__ = '0.36.dev0' 2 | -------------------------------------------------------------------------------- /owslib/catalogue/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/catalogue/__init__.py -------------------------------------------------------------------------------- /owslib/catalogue/csw2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/catalogue/csw2.py -------------------------------------------------------------------------------- /owslib/catalogue/csw3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/catalogue/csw3.py -------------------------------------------------------------------------------- /owslib/coverage/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /owslib/coverage/wcs100.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/coverage/wcs100.py -------------------------------------------------------------------------------- /owslib/coverage/wcs110.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/coverage/wcs110.py -------------------------------------------------------------------------------- /owslib/coverage/wcs111.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/coverage/wcs111.py -------------------------------------------------------------------------------- /owslib/coverage/wcs200.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/coverage/wcs200.py -------------------------------------------------------------------------------- /owslib/coverage/wcs201.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/coverage/wcs201.py -------------------------------------------------------------------------------- /owslib/coverage/wcsBase.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/coverage/wcsBase.py -------------------------------------------------------------------------------- /owslib/coverage/wcsdecoder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/coverage/wcsdecoder.py -------------------------------------------------------------------------------- /owslib/crs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/crs.py -------------------------------------------------------------------------------- /owslib/csw.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/csw.py -------------------------------------------------------------------------------- /owslib/dif.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/dif.py -------------------------------------------------------------------------------- /owslib/etree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/etree.py -------------------------------------------------------------------------------- /owslib/feature/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/feature/__init__.py -------------------------------------------------------------------------------- /owslib/feature/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/feature/common.py -------------------------------------------------------------------------------- /owslib/feature/postrequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/feature/postrequest.py -------------------------------------------------------------------------------- /owslib/feature/schema.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/feature/schema.py -------------------------------------------------------------------------------- /owslib/feature/wfs100.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/feature/wfs100.py -------------------------------------------------------------------------------- /owslib/feature/wfs110.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/feature/wfs110.py -------------------------------------------------------------------------------- /owslib/feature/wfs200.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/feature/wfs200.py -------------------------------------------------------------------------------- /owslib/fes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/fes.py -------------------------------------------------------------------------------- /owslib/fes2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/fes2.py -------------------------------------------------------------------------------- /owslib/fgdc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/fgdc.py -------------------------------------------------------------------------------- /owslib/gm03.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/gm03.py -------------------------------------------------------------------------------- /owslib/gml.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/gml.py -------------------------------------------------------------------------------- /owslib/interfaces.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/interfaces.py -------------------------------------------------------------------------------- /owslib/iso.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/iso.py -------------------------------------------------------------------------------- /owslib/iso3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/iso3.py -------------------------------------------------------------------------------- /owslib/iso_che.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/iso_che.py -------------------------------------------------------------------------------- /owslib/map/__init__.py: -------------------------------------------------------------------------------- 1 | # -*- coding: ISO-8859-15 -*- 2 | -------------------------------------------------------------------------------- /owslib/map/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/map/common.py -------------------------------------------------------------------------------- /owslib/map/wms111.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/map/wms111.py -------------------------------------------------------------------------------- /owslib/map/wms130.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/map/wms130.py -------------------------------------------------------------------------------- /owslib/namespaces.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/namespaces.py -------------------------------------------------------------------------------- /owslib/ogcapi/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/ogcapi/__init__.py -------------------------------------------------------------------------------- /owslib/ogcapi/connectedsystems.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/ogcapi/connectedsystems.py -------------------------------------------------------------------------------- /owslib/ogcapi/coverages.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/ogcapi/coverages.py -------------------------------------------------------------------------------- /owslib/ogcapi/edr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/ogcapi/edr.py -------------------------------------------------------------------------------- /owslib/ogcapi/features.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/ogcapi/features.py -------------------------------------------------------------------------------- /owslib/ogcapi/maps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/ogcapi/maps.py -------------------------------------------------------------------------------- /owslib/ogcapi/processes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/ogcapi/processes.py -------------------------------------------------------------------------------- /owslib/ogcapi/records.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/ogcapi/records.py -------------------------------------------------------------------------------- /owslib/opensearch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/opensearch.py -------------------------------------------------------------------------------- /owslib/ows.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/ows.py -------------------------------------------------------------------------------- /owslib/owscontext/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/owscontext/__init__.py -------------------------------------------------------------------------------- /owslib/owscontext/atom.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/owscontext/atom.py -------------------------------------------------------------------------------- /owslib/owscontext/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/owscontext/common.py -------------------------------------------------------------------------------- /owslib/owscontext/core.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/owscontext/core.py -------------------------------------------------------------------------------- /owslib/owscontext/geojson.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/owscontext/geojson.py -------------------------------------------------------------------------------- /owslib/sos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/sos.py -------------------------------------------------------------------------------- /owslib/swe/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /owslib/swe/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/swe/common.py -------------------------------------------------------------------------------- /owslib/swe/observation/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /owslib/swe/observation/om.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/swe/observation/om.py -------------------------------------------------------------------------------- /owslib/swe/observation/sos100.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/swe/observation/sos100.py -------------------------------------------------------------------------------- /owslib/swe/observation/sos200.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/swe/observation/sos200.py -------------------------------------------------------------------------------- /owslib/swe/observation/waterml2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/swe/observation/waterml2.py -------------------------------------------------------------------------------- /owslib/swe/sensor/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /owslib/swe/sensor/sml.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/swe/sensor/sml.py -------------------------------------------------------------------------------- /owslib/tms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/tms.py -------------------------------------------------------------------------------- /owslib/util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/util.py -------------------------------------------------------------------------------- /owslib/waterml/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /owslib/waterml/wml.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/waterml/wml.py -------------------------------------------------------------------------------- /owslib/waterml/wml10.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/waterml/wml10.py -------------------------------------------------------------------------------- /owslib/waterml/wml11.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/waterml/wml11.py -------------------------------------------------------------------------------- /owslib/wcs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/wcs.py -------------------------------------------------------------------------------- /owslib/wfs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/wfs.py -------------------------------------------------------------------------------- /owslib/wmc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/wmc.py -------------------------------------------------------------------------------- /owslib/wms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/wms.py -------------------------------------------------------------------------------- /owslib/wmts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/wmts.py -------------------------------------------------------------------------------- /owslib/wps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/owslib/wps.py -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/pyproject.toml -------------------------------------------------------------------------------- /requirements-dev.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/requirements-dev.txt -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/requirements.txt -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/setup.py -------------------------------------------------------------------------------- /tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/_broken/doctests/csw_linz.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/_broken/doctests/csw_linz.txt -------------------------------------------------------------------------------- /tests/_broken/doctests/csw_nlr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/_broken/doctests/csw_nlr.txt -------------------------------------------------------------------------------- /tests/_broken/doctests/csw_uuid_constrain.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/_broken/doctests/csw_uuid_constrain.txt -------------------------------------------------------------------------------- /tests/_broken/doctests/iso_che.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/_broken/doctests/iso_che.txt -------------------------------------------------------------------------------- /tests/_broken/doctests/sos_10_ndbc_getobservation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/_broken/doctests/sos_10_ndbc_getobservation.txt -------------------------------------------------------------------------------- /tests/_broken/doctests/tms.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/_broken/doctests/tms.txt -------------------------------------------------------------------------------- /tests/_broken/doctests/wfs2_generic.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/_broken/doctests/wfs2_generic.txt -------------------------------------------------------------------------------- /tests/_broken/doctests/wfs_MapServerWFSFeature.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/_broken/doctests/wfs_MapServerWFSFeature.txt -------------------------------------------------------------------------------- /tests/_broken/doctests/wmts_SFSWorldWMTSCapabilities.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/_broken/doctests/wmts_SFSWorldWMTSCapabilities.txt -------------------------------------------------------------------------------- /tests/_broken/doctests_py3/wcs_nsidc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/_broken/doctests_py3/wcs_nsidc.txt -------------------------------------------------------------------------------- /tests/_broken/doctests_py3/wfs_USDASSURGO.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/_broken/doctests_py3/wfs_USDASSURGO.txt -------------------------------------------------------------------------------- /tests/_broken/doctests_py3/wms_getfeatureinfo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/_broken/doctests_py3/wms_getfeatureinfo.txt -------------------------------------------------------------------------------- /tests/_broken/doctests_py3/wmts_geoserver21.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/_broken/doctests_py3/wmts_geoserver21.txt -------------------------------------------------------------------------------- /tests/_broken/doctests_sphinx/sos_20_52N_demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/_broken/doctests_sphinx/sos_20_52N_demo.txt -------------------------------------------------------------------------------- /tests/_broken/doctests_sphinx/sos_20_timeseries_decoder_ioos.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/_broken/doctests_sphinx/sos_20_timeseries_decoder_ioos.txt -------------------------------------------------------------------------------- /tests/_broken/doctests_sphinx/wmts_demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/_broken/doctests_sphinx/wmts_demo.txt -------------------------------------------------------------------------------- /tests/_broken/doctests_sphinx/wps_example_usgs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/_broken/doctests_sphinx/wps_example_usgs.txt -------------------------------------------------------------------------------- /tests/_broken/wfs2_storedqueries.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/_broken/wfs2_storedqueries.txt -------------------------------------------------------------------------------- /tests/doctests/crs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/doctests/crs.txt -------------------------------------------------------------------------------- /tests/doctests/fes_ogc_filters.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/doctests/fes_ogc_filters.txt -------------------------------------------------------------------------------- /tests/doctests/iso_codelist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/doctests/iso_codelist.txt -------------------------------------------------------------------------------- /tests/doctests/iso_creation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/doctests/iso_creation.txt -------------------------------------------------------------------------------- /tests/doctests/iso_keywords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/doctests/iso_keywords.txt -------------------------------------------------------------------------------- /tests/doctests/iso_parse.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/doctests/iso_parse.txt -------------------------------------------------------------------------------- /tests/doctests/owscontext.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/doctests/owscontext.txt -------------------------------------------------------------------------------- /tests/doctests/sml_52n_network.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/doctests/sml_52n_network.txt -------------------------------------------------------------------------------- /tests/doctests/sml_ndbc_station.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/doctests/sml_ndbc_station.txt -------------------------------------------------------------------------------- /tests/doctests/sos_10_getcapabilities.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/doctests/sos_10_getcapabilities.txt -------------------------------------------------------------------------------- /tests/doctests/sos_ngmp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/doctests/sos_ngmp.txt -------------------------------------------------------------------------------- /tests/doctests/sos_ngwd.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/doctests/sos_ngwd.txt -------------------------------------------------------------------------------- /tests/doctests/swe_common_20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/doctests/swe_common_20.txt -------------------------------------------------------------------------------- /tests/doctests/wcs_thredds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/doctests/wcs_thredds.txt -------------------------------------------------------------------------------- /tests/doctests/wfs_MapServerWFSCapabilities.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/doctests/wfs_MapServerWFSCapabilities.txt -------------------------------------------------------------------------------- /tests/doctests/wml10_cuahsi.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/doctests/wml10_cuahsi.txt -------------------------------------------------------------------------------- /tests/doctests/wml11_cuahsi.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/doctests/wml11_cuahsi.txt -------------------------------------------------------------------------------- /tests/doctests/wms_GeoServerCapabilities.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/doctests/wms_GeoServerCapabilities.txt -------------------------------------------------------------------------------- /tests/doctests/wms_MesonetCapabilities.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/doctests/wms_MesonetCapabilities.txt -------------------------------------------------------------------------------- /tests/doctests/wms_MesonetCapabilities_130.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/doctests/wms_MesonetCapabilities_130.txt -------------------------------------------------------------------------------- /tests/doctests/wms_MesonetCapabilities_130_bom.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/doctests/wms_MesonetCapabilities_130_bom.txt -------------------------------------------------------------------------------- /tests/doctests/wms_TelaCapabilities.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/doctests/wms_TelaCapabilities.txt -------------------------------------------------------------------------------- /tests/doctests/wms_geoserver_mass_gis.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/doctests/wms_geoserver_mass_gis.txt -------------------------------------------------------------------------------- /tests/doctests/wms_nationalatlas_getcapabilities_130.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/doctests/wms_nationalatlas_getcapabilities_130.txt -------------------------------------------------------------------------------- /tests/doctests/wms_nccs_nasa_getcapabilities.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/doctests/wms_nccs_nasa_getcapabilities.txt -------------------------------------------------------------------------------- /tests/doctests/wmts_EOSDISWMTSCapabilities.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/doctests/wmts_EOSDISWMTSCapabilities.txt -------------------------------------------------------------------------------- /tests/resources/17bd184a-7e7d-4f81-95a5-041449a7212b_iso.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/17bd184a-7e7d-4f81-95a5-041449a7212b_iso.xml -------------------------------------------------------------------------------- /tests/resources/9250AA67-F3AC-6C12-0CB9-0662231AA181_dc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/9250AA67-F3AC-6C12-0CB9-0662231AA181_dc.xml -------------------------------------------------------------------------------- /tests/resources/9250AA67-F3AC-6C12-0CB9-0662231AA181_dif.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/9250AA67-F3AC-6C12-0CB9-0662231AA181_dif.xml -------------------------------------------------------------------------------- /tests/resources/9250AA67-F3AC-6C12-0CB9-0662231AA181_fgdc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/9250AA67-F3AC-6C12-0CB9-0662231AA181_fgdc.xml -------------------------------------------------------------------------------- /tests/resources/9250AA67-F3AC-6C12-0CB9-0662231AA181_iso.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/9250AA67-F3AC-6C12-0CB9-0662231AA181_iso.xml -------------------------------------------------------------------------------- /tests/resources/9250AA67-F3AC-6C12-0CB9-0662231AA181_marc21.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/9250AA67-F3AC-6C12-0CB9-0662231AA181_marc21.xml -------------------------------------------------------------------------------- /tests/resources/csw_dov_getrecordbyid.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/csw_dov_getrecordbyid.xml -------------------------------------------------------------------------------- /tests/resources/csw_geobretagne_mdmetadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/csw_geobretagne_mdmetadata.xml -------------------------------------------------------------------------------- /tests/resources/csw_iso_identifier.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/csw_iso_identifier.xml -------------------------------------------------------------------------------- /tests/resources/cuahsi_example_all_sites.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/cuahsi_example_all_sites.xml -------------------------------------------------------------------------------- /tests/resources/cuahsi_example_get_siteinfo_10.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/cuahsi_example_get_siteinfo_10.xml -------------------------------------------------------------------------------- /tests/resources/cuahsi_example_get_values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/cuahsi_example_get_values.xml -------------------------------------------------------------------------------- /tests/resources/cuahsi_example_get_values_10.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/cuahsi_example_get_values_10.xml -------------------------------------------------------------------------------- /tests/resources/cuahsi_example_get_variables.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/cuahsi_example_get_variables.xml -------------------------------------------------------------------------------- /tests/resources/cuahsi_example_siteinfo_multiple.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/cuahsi_example_siteinfo_multiple.xml -------------------------------------------------------------------------------- /tests/resources/eosdis-wmts-cap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/eosdis-wmts-cap.xml -------------------------------------------------------------------------------- /tests/resources/erdas-iws-wmts-cap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/erdas-iws-wmts-cap.xml -------------------------------------------------------------------------------- /tests/resources/erdas-iws13-wmts-cap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/erdas-iws13-wmts-cap.xml -------------------------------------------------------------------------------- /tests/resources/geoserver21-wmts-cap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/geoserver21-wmts-cap.xml -------------------------------------------------------------------------------- /tests/resources/gm03_example1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/gm03_example1.xml -------------------------------------------------------------------------------- /tests/resources/gm03_example2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/gm03_example2.xml -------------------------------------------------------------------------------- /tests/resources/gmxCodelists.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/gmxCodelists.xml -------------------------------------------------------------------------------- /tests/resources/inspire-getrecords-response.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/inspire-getrecords-response.xml -------------------------------------------------------------------------------- /tests/resources/iso19139_srv.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/iso19139_srv.xml -------------------------------------------------------------------------------- /tests/resources/iso3_examples/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/iso3_examples/README.txt -------------------------------------------------------------------------------- /tests/resources/iso3_examples/arcgis-sample.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/iso3_examples/arcgis-sample.xml -------------------------------------------------------------------------------- /tests/resources/iso3_examples/auscope-3d-model.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/iso3_examples/auscope-3d-model.xml -------------------------------------------------------------------------------- /tests/resources/iso3_examples/metawal.wallonie.be-catchments.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/iso3_examples/metawal.wallonie.be-catchments.xml -------------------------------------------------------------------------------- /tests/resources/iso3_examples/metawal.wallonie.be-srv.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/iso3_examples/metawal.wallonie.be-srv.xml -------------------------------------------------------------------------------- /tests/resources/iso_che.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/iso_che.xml -------------------------------------------------------------------------------- /tests/resources/iso_keywords_anchor.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/iso_keywords_anchor.xml -------------------------------------------------------------------------------- /tests/resources/iso_mi.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/iso_mi.xml -------------------------------------------------------------------------------- /tests/resources/iso_xml_srv.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/iso_xml_srv.xml -------------------------------------------------------------------------------- /tests/resources/mapserver-wfs-cap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/mapserver-wfs-cap.xml -------------------------------------------------------------------------------- /tests/resources/mapserver-wfs-schema.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/mapserver-wfs-schema.xml -------------------------------------------------------------------------------- /tests/resources/owc_atom_examples/csw_10entries.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/owc_atom_examples/csw_10entries.xml -------------------------------------------------------------------------------- /tests/resources/owc_atom_examples/geotiff.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/owc_atom_examples/geotiff.xml -------------------------------------------------------------------------------- /tests/resources/owc_atom_examples/gml_road.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/owc_atom_examples/gml_road.xml -------------------------------------------------------------------------------- /tests/resources/owc_atom_examples/gmlcov.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/owc_atom_examples/gmlcov.xml -------------------------------------------------------------------------------- /tests/resources/owc_atom_examples/meris.atom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/owc_atom_examples/meris.atom -------------------------------------------------------------------------------- /tests/resources/owc_atom_examples/meris_borders_users.atom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/owc_atom_examples/meris_borders_users.atom -------------------------------------------------------------------------------- /tests/resources/owc_atom_examples/meris_noauthor.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/owc_atom_examples/meris_noauthor.xml -------------------------------------------------------------------------------- /tests/resources/owc_atom_examples/meris_noprofile.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/owc_atom_examples/meris_noprofile.xml -------------------------------------------------------------------------------- /tests/resources/owc_atom_examples/road.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/owc_atom_examples/road.xsd -------------------------------------------------------------------------------- /tests/resources/owc_atom_examples/sea_ice_extent_01.atom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/owc_atom_examples/sea_ice_extent_01.atom -------------------------------------------------------------------------------- /tests/resources/owc_atom_examples/wcs_kml.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/owc_atom_examples/wcs_kml.xml -------------------------------------------------------------------------------- /tests/resources/owc_atom_examples/wfs_100entries.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/owc_atom_examples/wfs_100entries.xml -------------------------------------------------------------------------------- /tests/resources/owc_atom_examples/wms_gml_hurricane_tomas.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/owc_atom_examples/wms_gml_hurricane_tomas.xml -------------------------------------------------------------------------------- /tests/resources/owc_atom_examples/wms_meris.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/owc_atom_examples/wms_meris.xml -------------------------------------------------------------------------------- /tests/resources/owc_atom_examples/wms_scale.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/owc_atom_examples/wms_scale.xml -------------------------------------------------------------------------------- /tests/resources/owc_atom_examples/wmstestdata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/owc_atom_examples/wmstestdata.xml -------------------------------------------------------------------------------- /tests/resources/owc_atom_examples/wmts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/owc_atom_examples/wmts.xml -------------------------------------------------------------------------------- /tests/resources/owc_atom_examples/wps_52north.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/owc_atom_examples/wps_52north.xml -------------------------------------------------------------------------------- /tests/resources/owc_geojson_examples/from-meta-resource.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/owc_geojson_examples/from-meta-resource.json -------------------------------------------------------------------------------- /tests/resources/owc_geojson_examples/ingest1.owc.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/owc_geojson_examples/ingest1.owc.geojson -------------------------------------------------------------------------------- /tests/resources/owc_geojson_examples/newzealand-overview.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/owc_geojson_examples/newzealand-overview.json -------------------------------------------------------------------------------- /tests/resources/owc_geojson_examples/owc1.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/owc_geojson_examples/owc1.geojson -------------------------------------------------------------------------------- /tests/resources/owc_geojson_examples/owc2.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/owc_geojson_examples/owc2.geojson -------------------------------------------------------------------------------- /tests/resources/owc_geojson_examples/owc3.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/owc_geojson_examples/owc3.geojson -------------------------------------------------------------------------------- /tests/resources/owc_geojson_examples/sac-casestudies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/owc_geojson_examples/sac-casestudies.json -------------------------------------------------------------------------------- /tests/resources/sfs-wmts-cap-world.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/sfs-wmts-cap-world.xml -------------------------------------------------------------------------------- /tests/resources/sml_52N_network.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/sml_52N_network.xml -------------------------------------------------------------------------------- /tests/resources/sml_ndbc_station.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/sml_ndbc_station.xml -------------------------------------------------------------------------------- /tests/resources/sos_52n_get_observation_ioos.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/sos_52n_get_observation_ioos.xml -------------------------------------------------------------------------------- /tests/resources/sos_52n_get_observation_ioos_wml2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/sos_52n_get_observation_ioos_wml2.xml -------------------------------------------------------------------------------- /tests/resources/sos_52n_getcapabilities.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/sos_52n_getcapabilities.xml -------------------------------------------------------------------------------- /tests/resources/sos_52n_getobservation_wml2_response.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/sos_52n_getobservation_wml2_response.xml -------------------------------------------------------------------------------- /tests/resources/sos_ncSOS_getcapabilities.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/sos_ncSOS_getcapabilities.xml -------------------------------------------------------------------------------- /tests/resources/sos_ndbc_getcapabilities.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/sos_ndbc_getcapabilities.xml -------------------------------------------------------------------------------- /tests/resources/sos_ngmp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/sos_ngmp.xml -------------------------------------------------------------------------------- /tests/resources/sos_ngwd.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/sos_ngwd.xml -------------------------------------------------------------------------------- /tests/resources/swe_ioos_multistation_timeseries.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/swe_ioos_multistation_timeseries.xml -------------------------------------------------------------------------------- /tests/resources/wcs_nsidc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wcs_nsidc.xml -------------------------------------------------------------------------------- /tests/resources/wfs_CUZK_GetCapabilities_2_0_0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wfs_CUZK_GetCapabilities_2_0_0.xml -------------------------------------------------------------------------------- /tests/resources/wfs_HSRS_GetCapabilities_1_1_0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wfs_HSRS_GetCapabilities_1_1_0.xml -------------------------------------------------------------------------------- /tests/resources/wfs_dov_getcapabilities_100_nometadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wfs_dov_getcapabilities_100_nometadata.xml -------------------------------------------------------------------------------- /tests/resources/wfs_dov_getcapabilities_100_verbOptions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wfs_dov_getcapabilities_100_verbOptions.xml -------------------------------------------------------------------------------- /tests/resources/wfs_dov_getcapabilities_110.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wfs_dov_getcapabilities_110.xml -------------------------------------------------------------------------------- /tests/resources/wfs_dov_getcapabilities_110_nometadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wfs_dov_getcapabilities_110_nometadata.xml -------------------------------------------------------------------------------- /tests/resources/wfs_dov_getcapabilities_200.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wfs_dov_getcapabilities_200.xml -------------------------------------------------------------------------------- /tests/resources/wfs_dov_getcapabilities_200_nometadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wfs_dov_getcapabilities_200_nometadata.xml -------------------------------------------------------------------------------- /tests/resources/wfs_koeln_arcgis_describefeaturetype_110.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wfs_koeln_arcgis_describefeaturetype_110.xml -------------------------------------------------------------------------------- /tests/resources/wfs_koeln_arcgis_describefeaturetype_200.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wfs_koeln_arcgis_describefeaturetype_200.xml -------------------------------------------------------------------------------- /tests/resources/wfs_koeln_arcgis_getcapabilities_110.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wfs_koeln_arcgis_getcapabilities_110.xml -------------------------------------------------------------------------------- /tests/resources/wfs_koeln_arcgis_getcapabilities_200.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wfs_koeln_arcgis_getcapabilities_200.xml -------------------------------------------------------------------------------- /tests/resources/wfs_mapserver_demo_getcapabilities_100.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wfs_mapserver_demo_getcapabilities_100.xml -------------------------------------------------------------------------------- /tests/resources/wfs_schema_dov_boringen.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wfs_schema_dov_boringen.xml -------------------------------------------------------------------------------- /tests/resources/wfs_schema_dov_hhz.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wfs_schema_dov_hhz.xml -------------------------------------------------------------------------------- /tests/resources/wms-aasggeothermal-orwellheads-130.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wms-aasggeothermal-orwellheads-130.xml -------------------------------------------------------------------------------- /tests/resources/wms_JPLCapabilities.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wms_JPLCapabilities.xml -------------------------------------------------------------------------------- /tests/resources/wms_Telascience.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wms_Telascience.xml -------------------------------------------------------------------------------- /tests/resources/wms_datageo_caps_130.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wms_datageo_caps_130.xml -------------------------------------------------------------------------------- /tests/resources/wms_dov_getcapabilities_111_nometadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wms_dov_getcapabilities_111_nometadata.xml -------------------------------------------------------------------------------- /tests/resources/wms_dov_getcapabilities_130.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wms_dov_getcapabilities_130.xml -------------------------------------------------------------------------------- /tests/resources/wms_dov_getcapabilities_130_nometadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wms_dov_getcapabilities_130_nometadata.xml -------------------------------------------------------------------------------- /tests/resources/wms_geoserver-cap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wms_geoserver-cap.xml -------------------------------------------------------------------------------- /tests/resources/wms_geoserver-cap_no_title.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wms_geoserver-cap_no_title.xml -------------------------------------------------------------------------------- /tests/resources/wms_mass_gis-caps.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wms_mass_gis-caps.xml -------------------------------------------------------------------------------- /tests/resources/wms_mesonet-caps-130.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wms_mesonet-caps-130.xml -------------------------------------------------------------------------------- /tests/resources/wms_mesonet-caps-130_bom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wms_mesonet-caps-130_bom.xml -------------------------------------------------------------------------------- /tests/resources/wms_mesonet-caps.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wms_mesonet-caps.xml -------------------------------------------------------------------------------- /tests/resources/wms_nationalatlas_getcapabilities_111.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wms_nationalatlas_getcapabilities_111.xml -------------------------------------------------------------------------------- /tests/resources/wms_nationalatlas_getcapabilities_130.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wms_nationalatlas_getcapabilities_130.xml -------------------------------------------------------------------------------- /tests/resources/wms_nccs_nasa_getcap_130.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wms_nccs_nasa_getcap_130.xml -------------------------------------------------------------------------------- /tests/resources/wps_52nCapabilities.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wps_52nCapabilities.xml -------------------------------------------------------------------------------- /tests/resources/wps_CEDACapabilities.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wps_CEDACapabilities.xml -------------------------------------------------------------------------------- /tests/resources/wps_CEDADescribeProcess.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wps_CEDADescribeProcess.xml -------------------------------------------------------------------------------- /tests/resources/wps_DummyExecuteResponseLocalFile.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wps_DummyExecuteResponseLocalFile.xml -------------------------------------------------------------------------------- /tests/resources/wps_EmuDescribeProcess_all.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wps_EmuDescribeProcess_all.xml -------------------------------------------------------------------------------- /tests/resources/wps_EmuExecuteRequest11.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wps_EmuExecuteRequest11.xml -------------------------------------------------------------------------------- /tests/resources/wps_EmuExecuteRequest7.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wps_EmuExecuteRequest7.xml -------------------------------------------------------------------------------- /tests/resources/wps_EmuExecuteRequest8.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wps_EmuExecuteRequest8.xml -------------------------------------------------------------------------------- /tests/resources/wps_EmuExecuteRequest9.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wps_EmuExecuteRequest9.xml -------------------------------------------------------------------------------- /tests/resources/wps_HummingbirdExecuteResponse1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wps_HummingbirdExecuteResponse1.xml -------------------------------------------------------------------------------- /tests/resources/wps_PMLExecuteRequest4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wps_PMLExecuteRequest4.xml -------------------------------------------------------------------------------- /tests/resources/wps_PMLExecuteRequest5.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wps_PMLExecuteRequest5.xml -------------------------------------------------------------------------------- /tests/resources/wps_PMLExecuteRequest6.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wps_PMLExecuteRequest6.xml -------------------------------------------------------------------------------- /tests/resources/wps_PMLExecuteResponse5.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wps_PMLExecuteResponse5.xml -------------------------------------------------------------------------------- /tests/resources/wps_PMLExecuteResponse6.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wps_PMLExecuteResponse6.xml -------------------------------------------------------------------------------- /tests/resources/wps_USGSCapabilities.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wps_USGSCapabilities.xml -------------------------------------------------------------------------------- /tests/resources/wps_USGSDescribeProcess.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wps_USGSDescribeProcess.xml -------------------------------------------------------------------------------- /tests/resources/wps_USGSExecuteInvalidRequest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wps_USGSExecuteInvalidRequest.xml -------------------------------------------------------------------------------- /tests/resources/wps_USGSExecuteInvalidRequestResponse.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wps_USGSExecuteInvalidRequestResponse.xml -------------------------------------------------------------------------------- /tests/resources/wps_USGSExecuteRequest1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wps_USGSExecuteRequest1.xml -------------------------------------------------------------------------------- /tests/resources/wps_USGSExecuteRequest2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wps_USGSExecuteRequest2.xml -------------------------------------------------------------------------------- /tests/resources/wps_USGSExecuteRequest3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wps_USGSExecuteRequest3.xml -------------------------------------------------------------------------------- /tests/resources/wps_USGSExecuteRequest4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wps_USGSExecuteRequest4.xml -------------------------------------------------------------------------------- /tests/resources/wps_USGSExecuteResponse1a.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wps_USGSExecuteResponse1a.xml -------------------------------------------------------------------------------- /tests/resources/wps_USGSExecuteResponse1b.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wps_USGSExecuteResponse1b.xml -------------------------------------------------------------------------------- /tests/resources/wps_bbox_DescribeProcess.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wps_bbox_DescribeProcess.xml -------------------------------------------------------------------------------- /tests/resources/wps_inout_parsing.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/resources/wps_inout_parsing.xml -------------------------------------------------------------------------------- /tests/scratch/.gitkeep: -------------------------------------------------------------------------------- 1 | .gitkeep -------------------------------------------------------------------------------- /tests/test_csw3_pycsw.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_csw3_pycsw.py -------------------------------------------------------------------------------- /tests/test_csw_geonetwork.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_csw_geonetwork.py -------------------------------------------------------------------------------- /tests/test_csw_geoserver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_csw_geoserver.py -------------------------------------------------------------------------------- /tests/test_csw_headers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_csw_headers.py -------------------------------------------------------------------------------- /tests/test_csw_inspire.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_csw_inspire.py -------------------------------------------------------------------------------- /tests/test_csw_ngdc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_csw_ngdc.py -------------------------------------------------------------------------------- /tests/test_csw_pycsw.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_csw_pycsw.py -------------------------------------------------------------------------------- /tests/test_csw_pycsw_skip_caps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_csw_pycsw_skip_caps.py -------------------------------------------------------------------------------- /tests/test_csw_skgeodesy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_csw_skgeodesy.py -------------------------------------------------------------------------------- /tests/test_fes2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_fes2.py -------------------------------------------------------------------------------- /tests/test_gm03.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_gm03.py -------------------------------------------------------------------------------- /tests/test_iso3_parsing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_iso3_parsing.py -------------------------------------------------------------------------------- /tests/test_iso_parsing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_iso_parsing.py -------------------------------------------------------------------------------- /tests/test_namespaces.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_namespaces.py -------------------------------------------------------------------------------- /tests/test_ogcapi_connectedsystems_osh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_ogcapi_connectedsystems_osh.py -------------------------------------------------------------------------------- /tests/test_ogcapi_coverages.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_ogcapi_coverages.py -------------------------------------------------------------------------------- /tests/test_ogcapi_coverages_pygeoapi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_ogcapi_coverages_pygeoapi.py -------------------------------------------------------------------------------- /tests/test_ogcapi_edr_pygeoapi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_ogcapi_edr_pygeoapi.py -------------------------------------------------------------------------------- /tests/test_ogcapi_features_ldproxy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_ogcapi_features_ldproxy.py -------------------------------------------------------------------------------- /tests/test_ogcapi_features_pygeoapi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_ogcapi_features_pygeoapi.py -------------------------------------------------------------------------------- /tests/test_ogcapi_maps_cubewerx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_ogcapi_maps_cubewerx.py -------------------------------------------------------------------------------- /tests/test_ogcapi_processes_pygeoapi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_ogcapi_processes_pygeoapi.py -------------------------------------------------------------------------------- /tests/test_ogcapi_records_pycsw.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_ogcapi_records_pycsw.py -------------------------------------------------------------------------------- /tests/test_ogcapi_records_pygeoapi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_ogcapi_records_pygeoapi.py -------------------------------------------------------------------------------- /tests/test_opensearch_creodias.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_opensearch_creodias.py -------------------------------------------------------------------------------- /tests/test_opensearch_pycsw.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_opensearch_pycsw.py -------------------------------------------------------------------------------- /tests/test_ows.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_ows.py -------------------------------------------------------------------------------- /tests/test_ows_interfaces.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_ows_interfaces.py -------------------------------------------------------------------------------- /tests/test_owscontext_atomxml.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_owscontext_atomxml.py -------------------------------------------------------------------------------- /tests/test_owscontext_geojson.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_owscontext_geojson.py -------------------------------------------------------------------------------- /tests/test_remote_metadata.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_remote_metadata.py -------------------------------------------------------------------------------- /tests/test_sos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_sos.py -------------------------------------------------------------------------------- /tests/test_sos_20_bom_gov_au.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_sos_20_bom_gov_au.py -------------------------------------------------------------------------------- /tests/test_tms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_tms.py -------------------------------------------------------------------------------- /tests/test_util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_util.py -------------------------------------------------------------------------------- /tests/test_wcs_200.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_wcs_200.py -------------------------------------------------------------------------------- /tests/test_wcs_idee.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_wcs_idee.py -------------------------------------------------------------------------------- /tests/test_wfs_generic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_wfs_generic.py -------------------------------------------------------------------------------- /tests/test_wfs_postrequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_wfs_postrequest.py -------------------------------------------------------------------------------- /tests/test_wfs_schema.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_wfs_schema.py -------------------------------------------------------------------------------- /tests/test_wfs_schema_arcgis_server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_wfs_schema_arcgis_server.py -------------------------------------------------------------------------------- /tests/test_wms_datageo_130.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_wms_datageo_130.py -------------------------------------------------------------------------------- /tests/test_wms_getfeatureinfo_130.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_wms_getfeatureinfo_130.py -------------------------------------------------------------------------------- /tests/test_wms_getmap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_wms_getmap.py -------------------------------------------------------------------------------- /tests/test_wms_jpl_capabilities.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_wms_jpl_capabilities.py -------------------------------------------------------------------------------- /tests/test_wmts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_wmts.py -------------------------------------------------------------------------------- /tests/test_wmts_cookies.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_wmts_cookies.py -------------------------------------------------------------------------------- /tests/test_wmts_restonly.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_wmts_restonly.py -------------------------------------------------------------------------------- /tests/test_wps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_wps.py -------------------------------------------------------------------------------- /tests/test_wps_describeprocess_bbox.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_wps_describeprocess_bbox.py -------------------------------------------------------------------------------- /tests/test_wps_describeprocess_ceda.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_wps_describeprocess_ceda.py -------------------------------------------------------------------------------- /tests/test_wps_describeprocess_emu_all.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_wps_describeprocess_emu_all.py -------------------------------------------------------------------------------- /tests/test_wps_describeprocess_language.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_wps_describeprocess_language.py -------------------------------------------------------------------------------- /tests/test_wps_describeprocess_usgs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_wps_describeprocess_usgs.py -------------------------------------------------------------------------------- /tests/test_wps_execute.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_wps_execute.py -------------------------------------------------------------------------------- /tests/test_wps_execute_invalid_request.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_wps_execute_invalid_request.py -------------------------------------------------------------------------------- /tests/test_wps_execute_language.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_wps_execute_language.py -------------------------------------------------------------------------------- /tests/test_wps_getcapabilities_52n.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_wps_getcapabilities_52n.py -------------------------------------------------------------------------------- /tests/test_wps_getcapabilities_ceda.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_wps_getcapabilities_ceda.py -------------------------------------------------------------------------------- /tests/test_wps_getcapabilities_language.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_wps_getcapabilities_language.py -------------------------------------------------------------------------------- /tests/test_wps_getcapabilities_usgs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_wps_getcapabilities_usgs.py -------------------------------------------------------------------------------- /tests/test_wps_request10.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_wps_request10.py -------------------------------------------------------------------------------- /tests/test_wps_request11_bbox.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_wps_request11_bbox.py -------------------------------------------------------------------------------- /tests/test_wps_request2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_wps_request2.py -------------------------------------------------------------------------------- /tests/test_wps_request3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_wps_request3.py -------------------------------------------------------------------------------- /tests/test_wps_request4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_wps_request4.py -------------------------------------------------------------------------------- /tests/test_wps_request5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_wps_request5.py -------------------------------------------------------------------------------- /tests/test_wps_request6.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_wps_request6.py -------------------------------------------------------------------------------- /tests/test_wps_request7.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_wps_request7.py -------------------------------------------------------------------------------- /tests/test_wps_request8.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_wps_request8.py -------------------------------------------------------------------------------- /tests/test_wps_request9.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_wps_request9.py -------------------------------------------------------------------------------- /tests/test_wps_response6.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/test_wps_response6.py -------------------------------------------------------------------------------- /tests/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tests/utils.py -------------------------------------------------------------------------------- /tox.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geopython/OWSLib/HEAD/tox.ini --------------------------------------------------------------------------------