<?xml version='1.0' encoding="UTF-8"?>



<WMS_Capabilities version="1.3.0"
xmlns="http://www.opengis.net/wms"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:dea="http://dea.ga.gov.au/namespaces/wms_extensions"
xsi:schemaLocation="http://www.opengis.net/wms
https://raw.githubusercontent.com/opendatacube/datacube-ows/master/wms_xsds/capabilities_extensions.xsd
http://schemas.opengis.net/wms/1.3.0/capabilities_1_3_0.xsd">
<Service>
    <Name>WMS</Name>
    <Title>Digital Earth South Africa - OGC Web Services</Title>
    
    <Abstract>
        Digital Earth South Africa OGC Web Services
    </Abstract>
    
    
    <KeywordList>
        
        <Keyword>landsat</Keyword>
        
        <Keyword>time-series</Keyword>
        
        <Keyword>spot-6</Keyword>
        
        <Keyword>spot-7</Keyword>
        
        <Keyword>south-africa</Keyword>
        
    </KeywordList>
    

    <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"
    xlink:href="https://desa.sansa.org.za//" />

    
    <ContactInformation>
        
        <ContactPersonPrimary>
            <ContactPerson>Digital Earth South Africa</ContactPerson>
            <ContactOrganization>South African National Space Agency</ContactOrganization>
        </ContactPersonPrimary>
        
        
        
        <ContactAddress>
            <AddressType>postal</AddressType>
            <Address>PO Box 484</Address>
            <City>Pretoria</City>
            <StateOrProvince>Gauteng</StateOrProvince>
            <PostCode>0127</PostCode>
            <Country>South Africa</Country>
        </ContactAddress>
        
        
        <ContactVoiceTelephone>012 334-5000</ContactVoiceTelephone>
        
        
        
        <ContactElectronicMailAddress>ingqambuza@sansa.org.za</ContactElectronicMailAddress>
        
    </ContactInformation>
    

    <Fees>none</Fees>
    <AccessConstraints>none</AccessConstraints>

    <LayerLimit>1</LayerLimit>
    <MaxWidth>512</MaxWidth>
    <MaxHeight>512</MaxHeight>
</Service>

<Capability>
    <Request>
        <GetCapabilities>
            <Format>text/xml</Format>
            <DCPType>
                <HTTP>
                    <Get>
                        <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"
                        xlink:type="simple"
                        xlink:href="https://desa.sansa.org.za/wms?" />
                    </Get>
                </HTTP>
            </DCPType>
        </GetCapabilities>
        <GetMap>
            <Format>image/png</Format>
            <DCPType>
                <HTTP>
                <Get>
                    <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"
                    xlink:type="simple"
                    xlink:href="https://desa.sansa.org.za/wms?" />
                </Get>
                </HTTP>
            </DCPType>
        </GetMap>
        <GetFeatureInfo>
            <Format>application/json</Format>
            <Format>text/html</Format>
            <DCPType>
                <HTTP>
                    <Get>
                        <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"
                                        xlink:type="simple"
                                        xlink:href="https://desa.sansa.org.za/wms?" />
                    </Get>
                </HTTP>
            </DCPType>
        </GetFeatureInfo>
    </Request>

    <Exception>
        <Format>XML</Format>
    </Exception>

    
    
        
        
    
    
</Capability>
</WMS_Capabilities>