OpenGeoscience / geoweb

Open source geoscience tools and applications
8 stars 3 forks source link

Make ESGF and mongo queries respect time and geospatial bounds #178

Closed benbu closed 10 years ago

benbu commented 10 years ago

Depends on #29.

cjh1 commented 10 years ago

@benbu Am I right in thinking that the mongo side of this is already done?

cjh1 commented 10 years ago

I have created #204 for ESGF part of this.

cjh1 commented 10 years ago

@aashish24 @benbu Are we treating the dates used to constrain searches as though they are UTC?

benbu commented 10 years ago

Yeah the mongo side is done. I'm not sure about UTC, we may be treating all dates as if they are in the server's time zone.

I think it's a minor issue since most of the times are based on days not hours, and right now the time queries are inclusive (any file that has even one data point within the selected time range will be included).

cjh1 commented 10 years ago

Sure, it only going to be a few hours off. When searching ESGF I will treat them as UTC.