Author Archives: Tony Heller

About Tony Heller

Just having fun

1924 : Fifty Foot Storm Surge In France

12 Jan 1924, 14 – The Guardian at Newspapers.com

Posted in Uncategorized | Leave a comment

New video : Scientists At The Control Knobs

Posted in Uncategorized | Leave a comment

Leading By Example

Posted in Uncategorized | Leave a comment

New Video : How NASA/CSIRO Create Fake Sea Level Rise

Posted in Uncategorized | Leave a comment

New Video : Winter : The White Elephant In The Room

Posted in Uncategorized | Leave a comment

More Record Cold In Boulder

Thursday will be the second October 10th in a row with record cold here in Boulder, Colorado. We have about five inches of snow in the forecast. It will also be a record for earliest day to not get above … Continue reading

Posted in Uncategorized | Leave a comment

Climate Experts Gather In London Today

“We are not a cult”

Posted in Uncategorized | Leave a comment

Smoking Gun Of Fraud In USHCN Adjustments

Texas had their longest heatwave at Encinal in 1921, with 157 consecutive days above 90F from May 8 to October 11, 1921. The NOAA USHCN thermometer data for Texas shows 1921 as the hottest year, with Texas cooling since 1895. … Continue reading

Posted in Uncategorized | Leave a comment

Another Fast Start To Winter

Winter is coming early again this year.  We are expecting five inches of snow here in Boulder on Thursday. Montana had record snow last week. This is the eighth year in a row with above average October snow cover in … Continue reading

Posted in Uncategorized | Leave a comment

Python3 Script For Getting USHCN Monthly Temperatures

This script gives easy access to USHCN monthly raw, TOBS and Final adjusted temperatures. Getting the data: wget ftp://ftp.ncdc.noaa.gov/pub/data/ushcn/v2.5/ushcn.tavg.latest.FLs.52j.tar.gz wget ftp://ftp.ncdc.noaa.gov/pub/data/ushcn/v2.5/ushcn.tavg.latest.tob.tar.gz wget ftp://ftp.ncdc.noaa.gov/pub/data/ushcn/v2.5/ushcn.tavg.latest.raw.tar.gz tar xzvf ushcn.tavg.latest.FLs.52j.tar.gz tar xzvf ushcn.tavg.latest.tob.tar.gz tar xzvf ushcn.tavg.latest.raw.tar.gz wget ftp://ftp.ncdc.noaa.gov/pub/data/ushcn/v2.5/ushcn.tmax.latest.FLs.52j.tar.gz wget ftp://ftp.ncdc.noaa.gov/pub/data/ushcn/v2.5/ushcn.tmax.latest.tob.tar.gz wget ftp://ftp.ncdc.noaa.gov/pub/data/ushcn/v2.5/ushcn.tmax.latest.raw.tar.gz wget http://cdiac.ornl.gov/ftp/ushcn_daily/ushcn-stations.txt … Continue reading

Posted in Uncategorized | Leave a comment