stationOR

The output is the logical OR of the outputs of all included Station subsetters. This means that it will evaluate to true if at least one of the enclosed Station subsetters evaluate to true. The subsetters after the first true outputted are not evaluated. In addition, any network subsetter may be used here directly.

Example

<stationOR>
    <stationEffectiveTimeOverlap>
        <startTime>20020701T00:00:00.001Z</startTime>
        <endTime>20021030T00:00:00.001Z</endTime>
    </stationEffectiveTimeOverlap>
    <stationArea>
        <boxArea>
            <latitudeRange>
                <min>25</min>
                <max>35</max>
            </latitudeRange>
            <longitudeRange>
                <min>-80</min>
                <max>-70</max>
            </longitudeRange>
        </boxArea>
    </stationArea>
</stationOR>

This consists of

Places this can be found

In station there is a choice between all of the following