This is for my Aussie fans. I show how Australia’s landscape changed from 2001 to 2019 using best available satellite data. Parts of Indonesia and Papua New Guinea that should appear on the map, are changed to water. Changes: Columns are in overall percent, except the last, which shows percent change from 2001 to 2019.Continue reading “Land Change in Australia”
Category Archives: Code
Surface Change
NASA provides global land cover classification data: Unfortunately it stops in 2011. I did a little bit more digging and found a great resource here. What I wanted to do was show surface changes over time. Here’s my result: Each year column shows coverage by percent, and last column shows the percent change from 2001Continue reading “Surface Change”
Trend in Global Fires
Climate alarmists claim that an increase in man-made greenhouse gas emission will cause more fires. For example … Human-induced climate change promotes the conditions on which wildfires depend, increasing their likelihood … — ScienceDaily Funk … says there is very well documented scientific evidence that climate change has been increasing the length of the fireContinue reading “Trend in Global Fires”
Fortunate Global Greening
NASA offers a data product called a Vegetation Index. This can be used to track how green the Earth is. Although many are familiar with recent global greening, I prefer to always check the source data. And so I downloaded all of their available 16-day-increment data from 2000 to 2021. Here’s my result: 10% globalContinue reading “Fortunate Global Greening”
Average Moon Day and Night Temperatures
NASA’s Moon Fact Sheet doesn’t give the diurnal temperature range for the entire moon, just the equator: Strange. They have collected the data. Why didn’t they do the calculations? So I could do it? I went through every 15 degree increment longitude data available here. Day is the center hot spot +/- 90 degrees. NightContinue reading “Average Moon Day and Night Temperatures”
Big Blue Marble
I don’t know about you, but I always thought this was a beautiful image: I decided to fix it per this article, and make a large (1920×960) animated version. The result is here. It’s 7MB, so please wait for it to load. Right-click and save image in case wordpress is annoying. I made it myContinue reading “Big Blue Marble”
Annual Leaf Cycle
The map is fixed per this article. Happy Valentines Day! ❤ -Zoe
Effect of Clouds on Global Upwelling Radiation
I downloaded and analyzed 10 Gigabytes of data fully covering years 2003 to 2019 from “the only project worldwide whose prime objective is to produce global climate data records of ERB [Earth’s Radiation Budget] from instruments designed to observe the ERB” [site] [data] in order to see the effect of clouds at the surface, especiallyContinue reading “Effect of Clouds on Global Upwelling Radiation”
Greenhouse Gases as Coolants
There, I said it. Don’t believe me? I will show you … NASA offers an online tool for measuring the effects of clouds, aerosols, and greenhouse gases. Set Output to OUTPUT_details. Note the CO2 (ppmv) setting in the bottom left. Click Compute button to express form changes. Output comes below the form, so scroll down.Continue reading “Greenhouse Gases as Coolants”
Automated Twit
I needed to create a throwaway Twitter account for a research project. I decided to automate its creation and share the code with you 🙂 I used the handy service of 10minutemail for receiving Twitter’s verification code. I used the wonderful browser automation tool Nightmare. Automation in action: Code twit.sh: Setup NodeJS and Nightmare: Run:Continue reading “Automated Twit”
White House Youtube Dislike Manipulation
I’ve seen screenshots of YouTube modifying dislikes of White House videos. I decided I would do a thorough analysis myself. I wrote a script to check video stats every 80 seconds for 24 hours – for all videos on White House’s YouTube channel. The collected data is archived here and here. The format is space-separatedContinue reading “White House Youtube Dislike Manipulation”
Something Rotten in Georgia
Updated – 2021/01/06, 06:50 PM EST The results of the Georgia runoff election results do not make any logical sense to me. In the last 2 months I have probably seen political ads over 1000 times! No exaggeration. All for the 2 senate seats. There was not a single ad for Public Service Commission DistrictContinue reading “Something Rotten in Georgia”
Georgia Senate Runoff Timestamp Data
I was trying to find timestamp data for the Georgia 2021 Senate Runoff election. I couldn’t find it easily via a google search, but I kept digging, and managed to find it and extract it from NY Times’ live prediction data feed. Here it is … Code … georgia.sh: Run it: format generates timestamp dataContinue reading “Georgia Senate Runoff Timestamp Data”
Ozone Hole Watch
NASA provides extensive ozone data. I wanted to see what it looks like over time. The following charts describe the following: The ozone hole area is determined from total ozone satellite measurements. It is defined to be that region of ozone values below 220 Dobson Units (DU) located south of 40°S. — Link Note: 1995Continue reading “Ozone Hole Watch”
US Deaths
There’s some articles claiming that US deaths from all causes is lower this year than previous years. Is it true? No, it is not true. Here’s my result: Code… uscovid.sh: Run it: Note 1: As of writing this, the current year has 340 days of data. What I did was multiply the death count byContinue reading “US Deaths”
Solar Spectrum
I wrote some code to generate a solar spectrum chart from official data. Thought I’d share it with you … ssi.sh: Run it: Data and image contained in ssi.csv and solar.png Enjoy 🙂 and Happy Holidays! -Zoe Update I also made a version for nanometer wavelenths rather than microns … ssi-nm.sh: Run:
Scraping 2020 US Election Data
I thought this code could be useful for researchers. I wrote it a while ago, then never used it. Too busy 😦 elec.sh: Run it: Result: elec.png Enjoy 🙂 -Zoe Update 2020/12/06 County level data can be obtained with this code snippet: Run it: Contents of counties.txt is archived here.
Geothermal Animated
This was derived from NCEP Reanalysis data, in the tradition of Measuring Geothermal … Enjoy 🙂 -Zoe Addendum geochg.sh: Run it: Windows users need imagemagick package from Cygwin.
What caused 40 years of global warming?
I’m going to ignore the typical nonsense mainstream narrative, and do this analysis in the tradition of: Measuring Geothermal – A Revolutionary Hypothesis. I will use 41 years of NCEP Reanalysis Data. Create a new file fluxchange.sh, and paste: Run it: The results are changes for years 1979 to 2019 (inclusive). The upwelling radiation fluxContinue reading “What caused 40 years of global warming?”
Instructions for Windows Users
You can run all the code at this blog on Windows, rather than Linux. I will show you how. Preferred Windows is version 10. That’s the only one I’ve set up. Any Windows >7.0 should work in theory. Run Windows Command Line (<Win>+R; type “cmd” then <enter>) Zoe is your variable. Make it whatever youContinue reading “Instructions for Windows Users”
Measuring Geothermal – A Revolutionary Hypothesis
I’m proposing a brand new hypothesis. Here it is: The so called greenhouse effect is nothing but an artifact of geothermal, flipped upside down. We can measure geothermal quite easily: Geothermal Emission = Upwelling Longwave Radiation – (Downwelling Shortwave Radiation – Upwelling Shortwave) + Latent Heat Flux + Sensible Heat Flux In the language ofContinue reading “Measuring Geothermal – A Revolutionary Hypothesis”
Average Moon Temperature
Answer = 200.2 K The Diviner Lunar Radiometer Experiment onboard the Lunar Reconnaissance Orbiter (LRO) has been acquiring moon data since July 2009. A very detailed paper [Williams 2017] was written, yet nowhere does it answer the simple question: what is the average temperature of the moon? [Nikolov & Zeller 2014] intelligently guessed that theContinue reading “Average Moon Temperature”
Pressure Change and Real Standard Pressure
The standard mean sea level pressure is defined as 101.325 kPa. This is the standard used in US and International Standard Atmosphere. This value is all over the place. In reality this value was agreed upon by committee and at no time represented the true mean sea level pressure. Most certainly it does not representContinue reading “Pressure Change and Real Standard Pressure”
Air Temperatures and Average Lapse Rate
Today we will examine 40 years (1979-2018) of air temperature data and derive the average lapse rate. First we need some tools: We will be using NCEP Reanalysis 2 data. Grab it: Create a new file air.sh with: We source the code, to allow its functions to act like command-line commands we can run inContinue reading “Air Temperatures and Average Lapse Rate”
Earth Average Surface Gravity
Happy new year, everybody 🙂 It would be interesting to know the average surface gravity of Earth. I looked over at Wikipedia: Standard Gravity and found: The standard acceleration due to gravity (or standard acceleration of free fall), sometimes abbreviated as standard gravity, usually denoted by ɡ0 or ɡn, is the nominal gravitational acceleration ofContinue reading “Earth Average Surface Gravity”
What Global Warming?
Berkeley Earth is a popular resource among climate alarmists. Today I will examine their most popular data, available here. This data is the basis of a very popular meme, the global warming color stripes. But how valid is it? Could it be a misinterpretation? First, we will need three tools: Then download & plot: LooksContinue reading “What Global Warming?”
Ocean Cover and Hypsometry
Calculating ocean cover and hypsometry.
Earth Average Elevations and Depths
What is the average depth of the ocean? What is the average elevation on land? And what is the average elevation of the Earth? I will answer all of these questions.
What water vapor feedback?
There’s a [stupid] idea popular among climate scientists that there is an extra warming effect from water vapor due to the fact that CO2 and water vapor have overlapping spectral bands. Is this true?
Standard Troposphere
I created a program to calculate the temperature, pressure, density, gravity, and molecular velocity profile for the troposphere.
Graphical T.O.A Insolation
In a previous post, I presented a program for generating global insolation data. In this post I kick it up a notch and do the same thing using higher resolution graphics.
What is Earth’s surface emissivity?
What is Earth’s surface emissivity? Most climate scientists don’t know. I do, and so will you 🙂
Calculating T.O.A. Insolation
I wrote a little program to help people figure out top-of-the-atmosphere insolation year-round all over the globe. You can modify it for more specific purposes. It is written mostly in awk – the best programming language for processing columnated data tables.