Skip to main content

Posts

SATELLITE DATA DOWNLOAD

Broken links are annoying. In order to better keep track of the constantly changing download URLs of the various satellite data referenced in this blog, this page has been created to host the most recent known working server locations. NOAA GOES SERIES For full-disk images in pseudo-true color, these are the two most useful products: Product: ABI-L1b-RadF Format: Individual bands; 10848 x 10848 resolution or higher. Product: ABI-L2-MCMIPF Format: Combined bands; 5424 x 5424 resolution. GOES-16 (EAST) Download — 2017-2025: https://noaa-goes16.s3.amazonaws.com/index.html#ABI-L1b-RadF/ https://noaa-goes16.s3.amazonaws.com/index.html#ABI-L2-MCMIPF/ GOES-17 (WEST) Download — 2018-2023: https://noaa-goes17.s3.amazonaws.com/index.html#ABI-L1b-RadF/ https://noaa-goes17.s3.amazonaws.com/index.html#ABI-L2-MCMIPF/ GOES-18 (WEST) Download — 2022-Present: https://noaa-goes18.s3.amazonaws.com/index.html#ABI-L1b-RadF/ https://noaa-goes18.s3.amazonaws.com/index.html#ABI-L2-...

JGAP LANDSCAPE FOR STELLARIUM

John Glenn Astronomy Park (JGAP) is a public astronomical observation facility located in Hocking Hills State Park, Ohio. In addition to several interesting design features , it was purpose-built to highlight the rising and setting Sun on the first day of each season. On these days, through angled slots in three pillars situated on both the east and west perimeters of the circular plaza, the Sun can be observed moving along a path parallel to the slots. The setting Sun through the Winter Solstice slot. There is also a pole that points to the North Celestial Pole. When viewed through the porthole in the central sphere, the viewer will see another sphere that crowns the top of the pole. Around the limb of this sphere, Polaris—the North Star—describes a partial arc over the course of the night and a complete arc over the course of a year. Looking at the North Celestial Pole. STELLARIUM LANDSCAPE I made a 360° spherical panorama—one of several over the last few months—incorpor...

COLORIZATION: MULBERRY STREET

One of the goals of this project was to carefully colorize the famous photograph by social reformer Jacob Riis, taken circa 1900, so that it would have the appearance of a modern digital camera image. Mulberry St., New York, N.Y. courtesy Library of Congress . How naive I was. The results in this low resolution proof-of-concept, though more convincing than other colorized Mulberry Street examples I've seen, fall far short. The best I can say is that some parts of it look like old Kodachrome film. Mulberry Street colorized by LoneSky. I knew it would be tedious due to the astonishing amount of detail present in the image. I was not prepared for how difficult it would be to give it a convincingly modern look. The problem—one of the many difficulties of colorizing old photographs—is with the characteristic tone response of the original medium. Before 1906, commercial film was sensitive to just shorter wavelength light—blue and green. It even recorded some of the ultraviol...

COLORIZATION: VERONICA LAKE

I am posting these two colorizations I made of 1940s starlet Veronica Lake without any commentary on Lake herself. There are loads of great glamour photos of her available online. I don't even remember where I got them but they should not be hard to find with an image search. I wanted to try a few techniques I've seen other colorists employ, notably by the prolific and talented Jecinci . These are color fringing/chroma noise and colored backlighting. To my eye at least, the former give the work a photographic feel, simulating lens artifacts and color film grain, while the latter adds visual punch. Veronica Lake colorized with amber backlighting. For the backlighting I added a layer with the blend mode set to overlay. Then I simply painted over the areas where I thought light should fall. The blend mode does a lot of the work. There are different ways to simulate color fringing. For these images I separated the colorized photographs into their red, green, and blue compo...

WOW SOLAR COLLECTOR PUZZLE ADDON

I have made an addon for the World of Warcraft community that can be used to solve the Solar Collector puzzle in Uldum. DOWNLOAD Download the release version (2.0.1) on CurseForge or search for SolarCollector on the Twitch Desktop App. DOWNLOAD BETA There is no development version at the moment. The release version is the most up to date. Download the development version (9.0.2) of the addon here . Unzip the file in your World of Warcraft addons folder, typically C:\Program Files (x86)\World of Warcraft\_retail_\Interface\AddOns\ Release Notes (2.0.1) • Updated for 9.0.2 Shadowlands Pre-Patch. Release Notes (2.0.0) • Updated for 9.0.1 Shadowlands Pre-Patch. Release Notes (1.3.2) • Added an error sound if the Solve button is pressed for an already completed puzzle. Release Notes (1.3.1) • In puzzle mode, pressing the Solve button will now clear the previous solution before recalculating a new one. • Shuffle will no longer randomly activate all five check buttons. ...

PRISM SYNTAX HIGHLIGHTER

Now that this blog has accumulated a few posts with code—either Python or SVG—that is intended to be copied by the user, it would be nice to find a more clear and convenient way to present it. I would prefer to learn the necessary markup on my own—I already added buttons to highlight and automatically copy code to the Clipboard—but I'm curious to see how a dedicated service does it. One option is Prism for syntax highlighting and line numbering and GoFile for free hosting of the prism.css and prism.js CDN files (and perhaps the SVG files as well). This is not an advertisement or endorsement for either service—particularly GoFile, which seems too good to be true, frankly. I just want to do a test for now. [Edit: GoFile does have a major catch: I just read the FAQ and files may be deleted after 10 days of inactivity. Time to start using Google Drive finally.] Here is the "Coy" theme for Python syntax styling with optional line numbering added: # Define var...