| BAT::DiGIRLoader - load data into BAT from DiGIR providers |
BAT::DiGIRLoader - load data into BAT from DiGIR providers
require BAT::DiGIRLoader; BAT::DiGIRLoader::load(%params);
This module provides a single function, load(), which utilises Net::DiGIR and BAT::Database to retrieve and store observation data.
load()BAT::DiGIRLoader::load(%params);
Utilises Net::DiGIR::SQL and BAT::Database to retrieve and store
observation data. Uses the $BAT::Config::Proxy constant to set
the proxy for Net::DiGIR::SQL. Arguments to load() are:
session_id - (optional) For loading DiGIR data for a single session
Nothing else in BAT supports this feature because it
takes too long.
provider - The URL of the DiGiR provider.
resource - The resource code of to be queried.
west, east, south, north
- Bounding box (in decimal degrees) of the region of
interest.
where_clause - Extra conditions on the data to be retrieved.
Net::DiGIR::SQL, BAT::Database, BAT::Config
Bryn Honeyman 2005
| BAT::DiGIRLoader - load data into BAT from DiGIR providers |