You are viewing VERSION 2.02 of IATI Standard Reference View another version
Important :
Les organisations participant à la lutte contre la pandémie de COVID-19 sont encouragées à publier des données sur leurs activités et leurs dépenses conformément à la norme de l’IITA. Lignes directrices de l’IITA concernant la publication de données relatives à la COVID-19.
Découvrez comment accéder à ces données en consultant le document suivant : Accéder aux lignes directrices sur la consultation et l’utilisation de données relatives à la COVID-19
You are viewing VERSION 2.02 of IATI Standard Reference View another version
iati-activities/iati-activity/location/point
This is the reference page for the XML element point
.
The point element is based on a subset of the GML 3.3 Point element.
This element must occur no more than once (within each parent element).
The name of the spatial reference system used by the coordinates.
Always: http://www.opengis.net/def/crs/EPSG/0/4326
This attribute is required.
This value must be of type xsd:string.
Example usage of point
within a location
of an iati-activity
.
Note: The @srsName
attribute should always be populated with http://www.opengis.net/def/crs/EPSG/0/4326.
<location ref="AF-KAN">
<location-reach code="1" />
<location-id vocabulary="G1" code="1453782" />
<name>
<narrative>Location name</narrative>
</name>
<description>
<narrative>Location description</narrative>
</description>
<activity-description>
<narrative>A description that qualifies the activity taking place at the location.</narrative>
</activity-description>
<administrative vocabulary="G1" level="1" code="1453782" />
<point srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
<pos>31.616944 65.716944</pos>
</point>
<exactness code="1"/>
<location-class code="2"/>
<feature-designation code="ADMF"/>
</location>
Introduced in 1.04 to align the geocoding standard with Geographic Markup Language (GML)
Find the source of this documentation on github: