<div dir="ltr"><div>Hi Heidi,</div><div><br></div><div>Esri South Africa has a service for the NGI imagery between 2008 and 2012.</div><div>see this link:</div><div><a href="https://www.arcgis.com/home/item.html?id=9d01fa9041264cb283c353a5a613c81e">https://www.arcgis.com/home/item.html?id=9d01fa9041264cb283c353a5a613c81e</a></div><div><br></div><div>and here is the url to the service itself:</div><div><a href="http://webgis.esri-southafrica.com/arcgis/rest/services/NGI/RSA_NGI_AERIAL/ImageServer">http://webgis.esri-southafrica.com/arcgis/rest/services/NGI/RSA_NGI_AERIAL/ImageServer</a><br></div><div><br></div><div>Kind regards,</div><div><br></div><div>Pieter Holtzhausen</div><div><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jul 8, 2016 at 10:09 AM,  <span dir="ltr"><<a href="mailto:africa-request@lists.osgeo.org" target="_blank">africa-request@lists.osgeo.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">Send Africa mailing list submissions to<br>
        <a href="mailto:africa@lists.osgeo.org">africa@lists.osgeo.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://lists.osgeo.org/mailman/listinfo/africa" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/africa</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:africa-request@lists.osgeo.org">africa-request@lists.osgeo.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:africa-owner@lists.osgeo.org">africa-owner@lists.osgeo.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of Africa digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. Re: QGIS Field Calculator - attributes for 2 layers (Tim Sutton)<br>
   2. Adding the NGI 50 cm colour orthophotography as WFS<br>
      (Heidi Van Deventer)<br>
   3. Re: Adding the NGI 50 cm colour orthophotography as       WFS<br>
      (Tim Sutton)<br>
   4. Re: Adding the NGI 50 cm colour orthophotography as WFS<br>
      (Heidi Van Deventer)<br>
   5. Re: Adding the NGI 50 cm colour orthophotography as       WFS<br>
      (Tim Sutton)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Thu, 7 Jul 2016 23:38:58 +0200<br>
From: Tim Sutton <<a href="mailto:tim@kartoza.com">tim@kartoza.com</a>><br>
To: Africa local chapter discussions <<a href="mailto:africa@lists.osgeo.org">africa@lists.osgeo.org</a>><br>
Subject: Re: [OSGeo Africa] QGIS Field Calculator - attributes for 2<br>
        layers<br>
Message-ID: <<a href="mailto:393F571A-531E-49BE-AA9A-9F39F7373A6A@kartoza.com">393F571A-531E-49BE-AA9A-9F39F7373A6A@kartoza.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Hi Zoltan<br>
<br>
<br>
> On 07 Jul 2016, at 5:55 PM, Zoltan Szecsei <<a href="mailto:zoltans@geograph.co.za">zoltans@geograph.co.za</a>> wrote:<br>
><br>
> Hi Everyone,<br>
> Maybe someone can give me a prod in the right direction?<br>
><br>
> I have two Shape files (both polygons).<br>
> I'm trying to copy an attribute field value from B.shp into A.shp, using Lon and Lat from two of A.shp attribute fields to select the relevant polygon's attribute in B.shp.<br>
><br>
> In other words:<br>
> A.shp attribute fields are:  "Name", "Longitude" and "Latitude"<br>
> B.shp attribute field is "Name"<br>
> Using the LatLong coords in the attribute fields of A.shp, I want to select a polygon in B.shp, and write that polygons "Name" contents into this A.shp's "Name" field.<br>
><br>
> Is the field calculator up for this?<br>
<br>
I don't think so - its not really set up for doing inter-layer references. I wrote a few lines of python that will do it though (assumes you have two layers loaded with names a and b in the layers list:<br>
<br>
reg = QgsMapLayerRegistry.instance()<br>
a = reg.mapLayersByName('a')[0]<br>
b = reg.mapLayersByName('b')[0]<br>
collection = {}<br>
index = QgsSpatialIndex()<br>
for f in b.getFeatures():<br>
   index.insertFeature(f)<br>
   collection[<a href="http://f.id" rel="noreferrer" target="_blank">f.id</a>()] = f<br>
<br>
with edit(b):<br>
    for af in a.getFeatures():<br>
        p = QgsPoint(af['lon'], af['lat'])<br>
        box = QgsRectangle(p, p)<br>
        for key in index.intersects(box):<br>
            feature = collection[key]<br>
            print feature['name'], af['name'], af['lon'], af['lat']<br>
            feature['name'] = af['name']<br>
            b.updateFeature(feature)<br>
<br>
<br>
<br>
Just paste that into the QGIS python console and it will update the name field of b with the value in a for the places where the attributes lon, lat in a intersect b.<br>
<br>
Please test in a sandbox before trying on your production data....<br>
<br>
Regards<br>
<br>
Tim<br>
<br>
> I've been trying to find ways of reference fields in separate maps (layers), but neither Google or I are winning at this.<br>
><br>
> Regards, and TIA,<br>
> Zoltan<br>
><br>
><br>
><br>
><br>
><br>
> --<br>
><br>
> ===========================================<br>
> Zoltan Szecsei PrGISc [PGP0031]<br>
> Geograph (Pty) Ltd.<br>
> GIS and Photogrammetric Services<br>
><br>
> P.O. Box 7, Muizenberg 7950, South Africa.<br>
><br>
> Mobile: <a href="tel:%2B27-83-6004028" value="+27836004028">+27-83-6004028</a><br>
> Fax:    <a href="tel:%2B27-86-6115323" value="+27866115323">+27-86-6115323</a>     <a href="http://www.geograph.co.za" rel="noreferrer" target="_blank">www.geograph.co.za</a> <<a href="http://www.geograph.co.za/" rel="noreferrer" target="_blank">http://www.geograph.co.za/</a>><br>
> ===========================================<br>
> _______________________________________________<br>
> Africa mailing list<br>
> <a href="mailto:Africa@lists.osgeo.org">Africa@lists.osgeo.org</a><br>
> You can UNSUBSCRIBE at <a href="http://lists.osgeo.org/mailman/listinfo/africa" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/africa</a><br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.osgeo.org/pipermail/africa/attachments/20160707/170f2957/attachment-0001.html" rel="noreferrer" target="_blank">http://lists.osgeo.org/pipermail/africa/attachments/20160707/170f2957/attachment-0001.html</a>><br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: signature.asc<br>
Type: application/pgp-signature<br>
Size: 455 bytes<br>
Desc: Message signed with OpenPGP using GPGMail<br>
URL: <<a href="http://lists.osgeo.org/pipermail/africa/attachments/20160707/170f2957/attachment-0001.sig" rel="noreferrer" target="_blank">http://lists.osgeo.org/pipermail/africa/attachments/20160707/170f2957/attachment-0001.sig</a>><br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Fri, 08 Jul 2016 08:16:59 +0200<br>
From: "Heidi Van Deventer" <<a href="mailto:HvDeventer@csir.co.za">HvDeventer@csir.co.za</a>><br>
To: <<a href="mailto:sindile.bidla@geoilocate.co.za">sindile.bidla@geoilocate.co.za</a>>, <<a href="mailto:africa@lists.osgeo.org">africa@lists.osgeo.org</a>><br>
Subject: [OSGeo Africa] Adding the NGI 50 cm colour orthophotography<br>
        as WFS<br>
Message-ID: <<a href="mailto:577F617B020000D2000F87C3@pta-imo.csir.co.za">577F617B020000D2000F87C3@pta-imo.csir.co.za</a>><br>
Content-Type: text/plain; charset=US-ASCII<br>
<br>
Dear list<br>
<br>
can anyone advise whether the NGI 50 cm colour orthophotography is available as a WFS in QGIS?<br>
<br>
Kind regards,<br>
Heidi<br>
<br>
<br>
Dr. Heidi van Deventer<br>
CSIR GIS/RS Researcher<br>
(PLATO registered Professional GISc Practitioner)<br>
Natural Resources and the Environment (NRE)<br>
Ecosystems - Earth Observation Research Group<br>
Building 33 CSIR Pretoria<br>
Tel: <a href="tel:%2B27%2012%20841%202507" value="+27128412507">+27 12 841 2507</a><br>
Fax: <a href="tel:%2B27%2012%20841%203909" value="+27128413909">+27 12 841 3909</a><br>
<br>
<br>
<br>
<br>
<br>
--<br>
This message is subject to the CSIR's copyright terms and conditions, e-mail legal notice, and implemented Open Document Format (ODF) standard.<br>
The full disclaimer details can be found at <a href="http://www.csir.co.za/disclaimer.html" rel="noreferrer" target="_blank">http://www.csir.co.za/disclaimer.html</a>.<br>
<br>
This message has been scanned for viruses and dangerous content by MailScanner,<br>
and is believed to be clean.<br>
<br>
Please consider the environment before printing this email.<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Fri, 8 Jul 2016 09:52:34 +0200<br>
From: Tim Sutton <<a href="mailto:tim@kartoza.com">tim@kartoza.com</a>><br>
To: Africa local chapter discussions <<a href="mailto:africa@lists.osgeo.org">africa@lists.osgeo.org</a>>, Grant<br>
        Slater <<a href="mailto:openstreetmap@firefishy.com">openstreetmap@firefishy.com</a>><br>
Subject: Re: [OSGeo Africa] Adding the NGI 50 cm colour<br>
        orthophotography as     WFS<br>
Message-ID: <<a href="mailto:F6BD422A-867B-463C-B3B5-C5FCA7065C75@kartoza.com">F6BD422A-867B-463C-B3B5-C5FCA7065C75@kartoza.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Hi<br>
<br>
> On 08 Jul 2016, at 8:16 AM, Heidi Van Deventer <<a href="mailto:HvDeventer@csir.co.za">HvDeventer@csir.co.za</a>> wrote:<br>
><br>
> Dear list<br>
><br>
> can anyone advise whether the NGI 50 cm colour orthophotography is available as a WFS in QGIS?<br>
><br>
<br>
Do you mean WMS? If so you can use this unofficial URI:<br>
<br>
<a href="http://aerial.openstreetmap.org.za/wms-ngi-aerial" rel="noreferrer" target="_blank">http://aerial.openstreetmap.org.za/wms-ngi-aerial</a><br>
<br>
I'm not sure if it has the most current imagery in it though - grant slater from OSM could probably comment on that...<br>
<br>
Regards<br>
<br>
Tim<br>
<br>
<br>
> Kind regards,<br>
> Heidi<br>
><br>
><br>
> Dr. Heidi van Deventer<br>
> CSIR GIS/RS Researcher<br>
> (PLATO registered Professional GISc Practitioner)<br>
> Natural Resources and the Environment (NRE)<br>
> Ecosystems - Earth Observation Research Group<br>
> Building 33 CSIR Pretoria<br>
> Tel: <a href="tel:%2B27%2012%20841%202507" value="+27128412507">+27 12 841 2507</a><br>
> Fax: <a href="tel:%2B27%2012%20841%203909" value="+27128413909">+27 12 841 3909</a><br>
><br>
><br>
><br>
><br>
><br>
> --<br>
> This message is subject to the CSIR's copyright terms and conditions, e-mail legal notice, and implemented Open Document Format (ODF) standard.<br>
> The full disclaimer details can be found at <a href="http://www.csir.co.za/disclaimer.html" rel="noreferrer" target="_blank">http://www.csir.co.za/disclaimer.html</a>.<br>
><br>
> This message has been scanned for viruses and dangerous content by MailScanner,<br>
> and is believed to be clean.<br>
><br>
> Please consider the environment before printing this email.<br>
><br>
> _______________________________________________<br>
> Africa mailing list<br>
> <a href="mailto:Africa@lists.osgeo.org">Africa@lists.osgeo.org</a><br>
> You can UNSUBSCRIBE at <a href="http://lists.osgeo.org/mailman/listinfo/africa" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/africa</a><br>
<br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: signature.asc<br>
Type: application/pgp-signature<br>
Size: 455 bytes<br>
Desc: Message signed with OpenPGP using GPGMail<br>
URL: <<a href="http://lists.osgeo.org/pipermail/africa/attachments/20160708/bd47c2d1/attachment-0001.sig" rel="noreferrer" target="_blank">http://lists.osgeo.org/pipermail/africa/attachments/20160708/bd47c2d1/attachment-0001.sig</a>><br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Fri, 08 Jul 2016 10:02:41 +0200<br>
From: "Heidi Van Deventer" <<a href="mailto:HvDeventer@csir.co.za">HvDeventer@csir.co.za</a>><br>
To: <<a href="mailto:openstreetmap@firefishy.com">openstreetmap@firefishy.com</a>>, <<a href="mailto:africa@lists.osgeo.org">africa@lists.osgeo.org</a>><br>
Subject: Re: [OSGeo Africa] Adding the NGI 50 cm colour<br>
        orthophotography as WFS<br>
Message-ID: <<a href="mailto:577F7A41020000D2000F8826@pta-imo.csir.co.za">577F7A41020000D2000F8826@pta-imo.csir.co.za</a>><br>
Content-Type: text/plain; charset=US-ASCII<br>
<br>
Hi Tim<br>
<br>
thanks, yes I meant a Web Map Service.<br>
<br>
The website you sent gives the following error "mapserv(): Web application error. Traditional BROWSE mode requires a TEMPLATE in the WEB section, but none was provided. "'<br>
<br>
Heidi<br>
<br>
<br>
>>> Tim Sutton <<a href="mailto:tim@kartoza.com">tim@kartoza.com</a>> 08/07/2016 09:52 >>><br>
Hi<br>
<br>
> On 08 Jul 2016, at 8:16 AM, Heidi Van Deventer <<a href="mailto:HvDeventer@csir.co.za">HvDeventer@csir.co.za</a>> wrote:<br>
><br>
> Dear list<br>
><br>
> can anyone advise whether the NGI 50 cm colour orthophotography is available as a WFS in QGIS?<br>
><br>
<br>
Do you mean WMS? If so you can use this unofficial URI:<br>
<br>
<a href="http://aerial.openstreetmap.org.za/wms-ngi-aerial" rel="noreferrer" target="_blank">http://aerial.openstreetmap.org.za/wms-ngi-aerial</a><br>
<br>
I'm not sure if it has the most current imagery in it though - grant slater from OSM could probably comment on that...<br>
<br>
Regards<br>
<br>
Tim<br>
<br>
<br>
> Kind regards,<br>
> Heidi<br>
><br>
><br>
> Dr. Heidi van Deventer<br>
> CSIR GIS/RS Researcher<br>
> (PLATO registered Professional GISc Practitioner)<br>
> Natural Resources and the Environment (NRE)<br>
> Ecosystems - Earth Observation Research Group<br>
> Building 33 CSIR Pretoria<br>
> Tel: <a href="tel:%2B27%2012%20841%202507" value="+27128412507">+27 12 841 2507</a><br>
> Fax: <a href="tel:%2B27%2012%20841%203909" value="+27128413909">+27 12 841 3909</a><br>
><br>
><br>
><br>
><br>
><br>
> --<br>
> This message is subject to the CSIR's copyright terms and conditions, e-mail legal notice, and implemented Open Document Format (ODF) standard.<br>
> The full disclaimer details can be found at <a href="http://www.csir.co.za/disclaimer.html" rel="noreferrer" target="_blank">http://www.csir.co.za/disclaimer.html</a>.<br>
><br>
> This message has been scanned for viruses and dangerous content by MailScanner,<br>
> and is believed to be clean.<br>
><br>
> Please consider the environment before printing this email.<br>
><br>
> _______________________________________________<br>
> Africa mailing list<br>
> <a href="mailto:Africa@lists.osgeo.org">Africa@lists.osgeo.org</a><br>
> You can UNSUBSCRIBE at <a href="http://lists.osgeo.org/mailman/listinfo/africa" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/africa</a><br>
<br>
<br>
<br>
--<br>
This message is subject to the CSIR's copyright terms and conditions, e-mail legal notice, and implemented Open Document Format (ODF) standard.<br>
The full disclaimer details can be found at <a href="http://www.csir.co.za/disclaimer.html" rel="noreferrer" target="_blank">http://www.csir.co.za/disclaimer.html</a>.<br>
<br>
This message has been scanned for viruses and dangerous content by MailScanner,<br>
and is believed to be clean.<br>
<br>
Please consider the environment before printing this email.<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Fri, 8 Jul 2016 10:09:24 +0200<br>
From: Tim Sutton <<a href="mailto:tim@kartoza.com">tim@kartoza.com</a>><br>
To: Africa local chapter discussions <<a href="mailto:africa@lists.osgeo.org">africa@lists.osgeo.org</a>><br>
Subject: Re: [OSGeo Africa] Adding the NGI 50 cm colour<br>
        orthophotography as     WFS<br>
Message-ID: <<a href="mailto:8DCF9869-4AE0-4A18-9C9A-3B04D4E2084A@kartoza.com">8DCF9869-4AE0-4A18-9C9A-3B04D4E2084A@kartoza.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Hi Heidi<br>
<br>
> On 08 Jul 2016, at 10:02 AM, Heidi Van Deventer <<a href="mailto:HvDeventer@csir.co.za">HvDeventer@csir.co.za</a>> wrote:<br>
><br>
> Hi Tim<br>
><br>
> thanks, yes I meant a Web Map Service.<br>
><br>
> The website you sent gives the following error "mapserv(): Web application error. Traditional BROWSE mode requires a TEMPLATE in the WEB section, but none was provided. "'<br>
><br>
<br>
Just open QIGS, (or your *cough* other GIS app) and add a new WMS connection using that URL and it will work.<br>
<br>
Regards<br>
<br>
Tim<br>
<br>
> Heidi<br>
><br>
><br>
>>>> Tim Sutton <<a href="mailto:tim@kartoza.com">tim@kartoza.com</a>> 08/07/2016 09:52 >>><br>
> Hi<br>
><br>
>> On 08 Jul 2016, at 8:16 AM, Heidi Van Deventer <<a href="mailto:HvDeventer@csir.co.za">HvDeventer@csir.co.za</a>> wrote:<br>
>><br>
>> Dear list<br>
>><br>
>> can anyone advise whether the NGI 50 cm colour orthophotography is available as a WFS in QGIS?<br>
>><br>
><br>
> Do you mean WMS? If so you can use this unofficial URI:<br>
><br>
> <a href="http://aerial.openstreetmap.org.za/wms-ngi-aerial" rel="noreferrer" target="_blank">http://aerial.openstreetmap.org.za/wms-ngi-aerial</a><br>
><br>
> I'm not sure if it has the most current imagery in it though - grant slater from OSM could probably comment on that...<br>
><br>
> Regards<br>
><br>
> Tim<br>
><br>
><br>
>> Kind regards,<br>
>> Heidi<br>
>><br>
>><br>
>> Dr. Heidi van Deventer<br>
>> CSIR GIS/RS Researcher<br>
>> (PLATO registered Professional GISc Practitioner)<br>
>> Natural Resources and the Environment (NRE)<br>
>> Ecosystems - Earth Observation Research Group<br>
>> Building 33 CSIR Pretoria<br>
>> Tel: <a href="tel:%2B27%2012%20841%202507" value="+27128412507">+27 12 841 2507</a><br>
>> Fax: <a href="tel:%2B27%2012%20841%203909" value="+27128413909">+27 12 841 3909</a><br>
>><br>
>><br>
>><br>
>><br>
>><br>
>> --<br>
>> This message is subject to the CSIR's copyright terms and conditions, e-mail legal notice, and implemented Open Document Format (ODF) standard.<br>
>> The full disclaimer details can be found at <a href="http://www.csir.co.za/disclaimer.html" rel="noreferrer" target="_blank">http://www.csir.co.za/disclaimer.html</a>.<br>
>><br>
>> This message has been scanned for viruses and dangerous content by MailScanner,<br>
>> and is believed to be clean.<br>
>><br>
>> Please consider the environment before printing this email.<br>
>><br>
>> _______________________________________________<br>
>> Africa mailing list<br>
>> <a href="mailto:Africa@lists.osgeo.org">Africa@lists.osgeo.org</a><br>
>> You can UNSUBSCRIBE at <a href="http://lists.osgeo.org/mailman/listinfo/africa" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/africa</a><br>
><br>
><br>
><br>
> --<br>
> This message is subject to the CSIR's copyright terms and conditions, e-mail legal notice, and implemented Open Document Format (ODF) standard.<br>
> The full disclaimer details can be found at <a href="http://www.csir.co.za/disclaimer.html" rel="noreferrer" target="_blank">http://www.csir.co.za/disclaimer.html</a>.<br>
><br>
> This message has been scanned for viruses and dangerous content by MailScanner,<br>
> and is believed to be clean.<br>
><br>
> Please consider the environment before printing this email.<br>
><br>
> _______________________________________________<br>
> Africa mailing list<br>
> <a href="mailto:Africa@lists.osgeo.org">Africa@lists.osgeo.org</a><br>
> You can UNSUBSCRIBE at <a href="http://lists.osgeo.org/mailman/listinfo/africa" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/africa</a><br>
<br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: signature.asc<br>
Type: application/pgp-signature<br>
Size: 455 bytes<br>
Desc: Message signed with OpenPGP using GPGMail<br>
URL: <<a href="http://lists.osgeo.org/pipermail/africa/attachments/20160708/6ae5b1ba/attachment.sig" rel="noreferrer" target="_blank">http://lists.osgeo.org/pipermail/africa/attachments/20160708/6ae5b1ba/attachment.sig</a>><br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<br>
_______________________________________________<br>
Africa mailing list<br>
<a href="mailto:Africa@lists.osgeo.org">Africa@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/africa" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/africa</a><br>
<br>
------------------------------<br>
<br>
End of Africa Digest, Vol 113, Issue 4<br>
**************************************<br>
</blockquote></div><br></div></div>