site

Place property that sets an instance of the place type.

Synopsis

site = <site_id>,<latitude>,<longitude>,<elevation>

Description

A place property that sets an instance of the place type.

Parameters

  • <site_id>integer

    The ID of the site

  • <latitude>float

    The latitude of the site

  • <longitude>float

    The longitude of the site

  • <elevation>float

    The elevation of the site

Examples

A site can be defined for the place, MyPlace, with the following:

place MyPlace {
site = 0, 40.451164, -79.999803, 230.1
}

Multiple sites are defined with this method by using multiple lines:

place MyPlace {
site = 0, 40.451164, -79.999803, 230.1
site = 0, 40.626449, -79.723195, 240.5
}

See Also

sites