Added a read me file to the noaa weather data folder.
Project: http://git-wip-us.apache.org/repos/asf/vxquery/repo Commit: http://git-wip-us.apache.org/repos/asf/vxquery/commit/d7772ec4 Tree: http://git-wip-us.apache.org/repos/asf/vxquery/tree/d7772ec4 Diff: http://git-wip-us.apache.org/repos/asf/vxquery/diff/d7772ec4 Branch: refs/heads/site Commit: d7772ec41464debf4527870bfa21f60da4a6f256 Parents: f16c547 Author: Preston Carman <[email protected]> Authored: Fri Jun 27 14:28:09 2014 -0700 Committer: Preston Carman <[email protected]> Committed: Fri Jun 27 14:28:09 2014 -0700 ---------------------------------------------------------------------- .../main/resources/noaa-ghcn-daily/README.md | 40 ++++++++++++++++++++ 1 file changed, 40 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/vxquery/blob/d7772ec4/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/README.md ---------------------------------------------------------------------- diff --git a/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/README.md b/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/README.md new file mode 100644 index 0000000..9b512dd --- /dev/null +++ b/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/README.md @@ -0,0 +1,40 @@ +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +NOAA GHCN-Daily Benchmark +===================== + +# Introduction + +The NOAA has hosted DAILY GLOBAL HISTORICAL CLIMATOLOGY NETWORK (GHCN-DAILY) +.dat files. Weather.gov has an RSS/XML feed that gives current weather sensor +readings. Using the RSS feed as a template, the GHCN-DAILY historical +information is used to generate past RSS feed XML documents. The process allows +testing on a large set of information with out having to continually monitor +the weather.gov site for all the weather details for years. + +# Detailed Description + +Detailed GHDN-DAILY information: +<http://www1.ncdc.noaa.gov/pub/data/ghcn/daily/readme.txt> + +# Folders + + * conf + * other_systems + * queries + * scripts \ No newline at end of file
