Hello,
Has anyone investigated the options for requesting data via time? I'd
really like to see a comparison of how one would accomplish this using
GADS-WCS, Galeon IE, GML 3, "Regular WCS"?
GADS-WCS is expected to provide similar format for requesting data as is
currently provided by GADS.
GADS assumes that one file represents 1 timestep which is a limitation.
GADS supports the following:
1. dataRequest()
User can choose the data format
Can easily download subsets of data
Uses start-stride-count semantics (familiar in community)
e.g.
dataRequest("FOAM_NINTH", "temperature", "CDF",
"t", 0, 1, 20,
"z", 0, 1, -1,
"y", 100, 4, 400,
"x", 300, 4, 600)
2. dataRequestNatural()
Same as dataRequest() but in natural units (degrees, metres .)
e.g.
dataRequestNatural("FOAM_NINTH", "temp", "CDF",
"t", "2004-06-01 00:00:00", "2004-06-22 00:00:00",
"z", "0", "10",
"y", "42", "64",
"x", "-26", "9")
One area which is not clear under current WCS spec is how to identify which
variable to request from a dataset.
Cheers,
Adit
-----Original Message-----
From: geoserver-devel-bounces@lists.sourceforge.net
[mailto:geoserver-devel-bounces@lists.sourceforge.net] On Behalf Of Rob
Atkinson
Sent: 08 August 2006 01:21
To: Bryce L Nordgren
Cc: geoserver-devel@lists.sourceforge.net
Subject: Re: [Geoserver-devel] Multidim WCS @ Geoserver meeting 2
Hi,
I cant make the times for this meeting unless I get bitten by a vampire
later today.
However, I have had some thoughts about handling time...
Case in question is an SDI for the marine sector. Also been looking at
Meterological forecasts. Lots of issues relating to time ]-;
Time is complex - at the very least we have four different co-existing
semantics for time:
- time of observation
- time the observation pertains to (eg a model run forecasting the future)
- optionally, time the forecast is valid for (before a more up to date
one will supercede it)
- time of publication
On top of that, we have "granularity"
* daily mean
* weekly
* monthly
* yearly
* three-day rolling avergae
etc
data needs to have the same granularity to be comparable, in general.
Then there is currency
* start date
* end date
* how current is current?
* is this the best available (most current)
A couple of principles we tried to follow:
1) multiple services should be encouraged to have common view of time
2) WMS, WFS and WCS should share common semantics for time
As a result, we created formal profiles of WMS for time enablement. WCS
is akin to WMS. (These documents will be available online once the
portal server environment is available for us to install the portal -
I'll send the URL - contact me for the word docs).
These profiles establish vocabularies that allow us to
a) discover services in the catalogue
b) all the user to send meaningful requests to specific services
I would suggest that from an implementation point of view, WFS and WCS
views of the same data should be consistently configured somehow, even
if a special case named dimension is used for one interface (TIME=) and
an ordinary property is used for WFS
(Hopefully we have established by this point that the exact semantics of
TIME might be a little complex - and mapping TIME to a single axis of an
n-D coverage is only the most trivial case. At the very least we should
consider what it takes to be consistent within a WMS that operates
across a set of features with an equivalent time property as well as a
raster coverage.)
The correct solution will be the simplest one that does not break the
different views
Rob
Bryce L Nordgren wrote:
Just want to confirm:
The people interested in Multidimensional WCS are coming to Geoserver
Meeting #2 tomorrow, right? I have a couple of stupid questions:
Has anyone investigated the options for requesting data via time? I'd
really like to see a comparison of how one would accomplish this using
GADS-WCS, Galeon IE, GML 3, "Regular WCS"?
Can a "Regular WCS" host a coverage with a CompoundCRS?
Is a BBOX defined to be 2D, or does it track with the CRS of the coverage
(e.g., can it become 3D or 4D given a 3D CRS or a 4D CompoundCRS?)
Thanks for your kind patience with my ignorance.
Bryce
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel