Spyke

Posts

fedora·Fedora Linuxbydallen

Quite impressed by Silverblue

I’ve toyed around with Fedora a couple times in the past but never daily drove it. Pretty much a Debian guy (gnome desktop, headless servers and raspbian) but I had to scratch that immutable itch.

I just put together a home media server and thought to try silverblue since I was mostly going to be running containers anyways.

Got a couple flatpaks installed and toolboxed where necessary, but it went rather smooth. A bit of a learning curve for me to get pods as services with systemd but otherwise smooth sailing.

Haven’t had to restore yet but it’s comforting to have the option! Yet another package manager was one reason I wouldn’t deviate much from Debian but the immutable angle sorts that out nicely.

It just feels so clean!

View original on programming.dev
cool_github_projects·Cool GitHub Projectsbydallen

Urban Heat Island Explorer

Repo: https://github.com/damienallen/urban-heat

cross-posted from: https://programming.dev/post/14939898

I wanted to share a small project I've been working on. The goal was to make the data from NASA's Landsat Thermal Infrared Sensor more accessible to the general public.

I worked with the raw temperature band data to general annual maximum surface temperature raster images for large urban areas covered by the Eurostat GISCO Urban Audit. In the browser, these images are transformed into easier to interpret isotherm contours with some adjustable settings.

I don't have a specific target audience in mind. The map could help identify areas of refuge for the warmer months, or overheated neighborhoods to avoid as we march towards a toasty future.

Feedback is welcome :)

Urban Heat Island Explorerhttps://urbanheat.app/Open linkView original on programming.dev
programming·Programmingbydallen

[OC] Urban Heat Island Explorer

repo: https://github.com/damienallen/urban-heat

cross-posted from: https://programming.dev/post/14939898

I wanted to share a small project I've been working on. The goal was to make the data from NASA's Landsat Thermal Infrared Sensor more accessible to the general public.

I worked with the raw temperature band data to general annual maximum surface temperature raster images for large urban areas covered by the Eurostat GISCO Urban Audit. In the browser, these images are transformed into easier to interpret isotherm contours with some adjustable settings.

I don't have a specific target audience in mind. The map could help identify areas of refuge for the warmer months, or overheated neighborhoods to avoid as we march towards a toasty future.

Feedback is welcome :)

https://urbanheat.app/Open linkView original on programming.dev
climate·Climatebydallen

Urban Heat Island Explorer

I wanted to share a small project I've been working on. The goal was to make the data from NASA's Landsat Thermal Infrared Sensor more accessible to the general public.

I worked with the raw temperature band data to general annual maximum surface temperature raster images for large urban areas covered by the Eurostat GISCO Urban Audit. In the browser, these images are transformed into easier to interpret isotherm contours with some adjustable settings.

I don't have a specific target audience in mind. The map could help identify areas of refuge for the warmer months, or overheated neighborhoods to avoid as we march towards a toasty future.

Feedback is welcome :)


EDIT: For UK visitors, sorry to leave you with an empty map...

I've taken a look at older urban extent data and found the geometry I need to process the UK (from before leaving Eurostat). However, there are still some UI limitations to overcome since it seems that cities are split into many boroughs that could only be viewed one at a time. The reason I went with the Eurostat dataset to begin with was a nice delineation of what a city was (for the purposes of this project).

Don't have a timeline, but I do want to add the UK and automatic loading of cities as you pan!

Urban Heat Island Explorerhttps://urbanheat.app/Open linkView original on programming.dev

You reached the end