google-code-export / ccc-gistemp

Automatically exported from code.google.com/p/ccc-gistemp
Other
0 stars 0 forks source link

USHCN stations get metadata from GHCN #90

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently we emulate GISTEMP when reading the USHCN stations: the data comes 
from USHCN but the metadata comes from GHCN (by translating USHCN identifiers 
into GHCN identifiers).

It would be nice if we could optionally:
- use metadata (in particular, location) from USHCN;
- use metadata (in particular, brightness) from arbitrary other sources;

(it particular, this would be very useful our Work-in-Progress that analyses 
USHCN data alone)

Original issue reported on code.google.com by d...@ravenbrook.com on 9 Nov 2010 at 10:35

GoogleCodeExporter commented 9 years ago
Change r614 allows the USHCN to GHCN identifier conversion to be suppressed.

Original comment by d...@ravenbrook.com on 11 Nov 2010 at 2:36

GoogleCodeExporter commented 9 years ago
Change r615 allows a USHCN metadata file to be specified with 
parameters.USHCN_meta

Original comment by d...@ravenbrook.com on 12 Nov 2010 at 8:56