GHCN Processor is a command-line tool that reads temperature data from the Global Historical Climatic Network (GHCN) database and produces an annual or monthly temperature series in CSV format for an arbitrary set of stations. Stations are filtered based on a simple EL expression passed to the tool. For example, you can select only stations that are in the Northern Hemisphere, in hilly and rural locations. You can also select stations that started reporting in a given year, and so on. The tool supports more than one method of grid partitioning, station combination, and can use both the adjusted data and raw unadjusted data.
| Tags | Scientific software earth sciences Statistics climate climate change global warming |
|---|---|
| Licenses | Apache 2.0 |
| Operating Systems | Windows (32/64) Linux (32 and 64 bit) |
| Implementation | Java |
Recent releases


Release Notes: An option to produce an "absolute measurement" average series (as opposed to a temperature anomaly series) has been added. Support for the first difference method (Peterson et al. 1998) has been implemented.


Release Notes: Initial release.