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!

  • deegeese@sopuli.xyz
    link
    fedilink
    arrow-up
    7
    ·
    edit-2
    27 days ago

    Is there a bug? When I click it takes me to some random city with heat data, but panning/zooming any other city is just grey.

    Makes me think you have coverage on many cities but the AJAX call to get new data isn’t working.

    • dallen@programming.devOP
      link
      fedilink
      arrow-up
      10
      ·
      27 days ago

      Sorry, you currently need to click to load another area. You can also navigate with the search bar or randomize by clicking the city icon.

      I do want to load things automatically but need to figure out how to avoid hogging to much resources for contouring on the users device.

      This is the first time sharing this, so a bit of an early release 😅

    • protist@mander.xyz
      link
      fedilink
      English
      arrow-up
      3
      ·
      27 days ago

      Works for me, but you have to tap on the city you want to see for the data to be displayed

  • ProdigalFrog@slrpnk.net
    link
    fedilink
    English
    arrow-up
    5
    ·
    27 days ago

    Interesting project!

    Seems to be giving an error on both Firefox mobile and desktop, but I was able to use it on Chrome.

    Firefox error page:

    • dallen@programming.devOP
      link
      fedilink
      arrow-up
      4
      ·
      edit-2
      27 days ago

      Do you mind sharing the OS? This was developed on Firefox (Debian & iOS).

      I don’t know if your WebGL is working correctly but I could try to add a check (and thus a more graceful failure mode).

      Thank you for the report!

      • ProdigalFrog@slrpnk.net
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        26 days ago

        The errors occurred on standard Firefox running on Windows 10 LTSC, and for mobile on Graphene OS using mull, a hardened version of Firefox mobile.

        Both were using ublock origin and localCDN extensions.

    • dallen@programming.devOP
      link
      fedilink
      arrow-up
      1
      ·
      27 days ago

      If you’re willing to share OS/browser that could help :)

      I’m on the fence with adding Sentry as I was hoping to keep the project very privacy minded.

  • jet@hackertalks.com
    link
    fedilink
    English
    arrow-up
    1
    ·
    27 days ago

    Are only some cities available? I don’t see US cities or Singapore with data.

    Love the project, great visualization

    • dallen@programming.devOP
      link
      fedilink
      arrow-up
      3
      ·
      27 days ago

      Yes, only European cities covered by Eurostat. I tried to cover this in the about section but it basically boils down to processing time, my own available time and to a lesser extent storage.

      It took me more than a week to process 2013-2023 for the included areas, which is roughly 10TB of raw imagery (with less than 60% cloud cover).

      The Eurostat urban extents, for the most part, delineate urban areas with a detailed vector dataset. This is something that I also couldn’t find on a global scale.

      I’m not decided yet on expanding the extents, which also depends on if people actually find this useful. However, it is open source (AGPL) so it can easily be forked and adapted.