Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To encrypt the password, use F12 menu (clipboard - > encrypt password, available since 2016.01)



location relations

...

Relations between location relations can be used in attribute functions and time series sets. The one to many relation can only be used for time series sets in the filters.xml

Code Block
xml
xml
<locationSet id="Stations">
	<esriShapeFile>
		<file>Stations</file>
		<geoDatum>WGS 1984</geoDatum>
		<id>%ID%</id>
		<name>%ID%</name>
		<x>%X%</x>
		<y>%Y%</y>
		<z>0</z>
		<attributeFile>
			<csvFile>upstream</csvFile>
			<id>%ID%</id>
			<oneToManyRelation id="UPSTREAM">
				<relatedLocationId>%RELATION%</relatedLocationId>
			</oneToManyRelation>
		</attributeFile>
	</esriShapeFile>  



time dependent z (since 2022.01)

...