location

This is a Velocity template to determine the file name for the seismograms. The template contains a list of seismogram named seismograms containing all the retrieved seismograms, a list of request named originalRequests that are the requests generated by your request generator, another list of request named availableRequests that are the requests the server said were available for retrieval, event, channel, site, station and net variables. If no template element is given, it defaults to "Event_${event.getTime('yyyy_MM_dd_HH_mm_ss')}/${channel.codes}.mseed". The value generated with location is appended to the value in workingDir to make the full location.

Example

<location>${channel.code}/${event.getTime("yyyy_DDD_HH_mm_ss")}/${network.code}.${station.code}.${site.code}.mseed</location>

This consists of

Places this can be found