Adam R. Jensen - About Me#

Great to see that you have stumbled upon my blog!

I’m a research scientist at the Technical University of Denmark (DTU), working on modeling and assessment of solar energy systems and the solar resource.

On this blog, I’ll share some of the many interesting things I work on, including tips and tricks to working with solar resource data in Python.

Recent posts#

See the blog archives for all blog posts.

  • 2024-01-18 - Solar Energy Systems in Denmark

    The Danish Agency for Data Supply and Infrastructure (Styrelsen for Dataforsyning og Infrastruktur - SDFI) recently released a dataset of all the solar energy plants in Denmark. The dataset consists of polygons of all the PV plants and solar thermal district heating plants. The initiative is described in more detail here

    _images/vandel_pv_plant.png
  • 2023-04-14 - District heating areas in Denmark

    This blog posts demonstrates how to generate a map of the district heating areas in Denmark. Pretty expansive coverage don’t ya think?

    _images/d1a90da6eafec886402c028caaebad55e550f46db870662a969b229ea0eef579.png
  • 2023-01-31 - Earth as a Rubik’s cube

    For years I’ve had this idea of making a Rubik’s cube where the tiles make up a map of the Earth. The idea goes along with my fascination with making maps and the plethora of map projections available.

    _images/earth_as_rubiks_cube.png
  • 2023-01-30 - Blue Marble Map Background

    NASA compiles some of the best photos of the Earth, which makes for very nice map backgrounds. This blog post demonstrates how to access these photos and apply them as a map background.

    _images/d3ae6a228c5e5aa4194e0d3d15ae8bd8a5b034f596cd228b78ab4dad7fb05dc2.png
  • 2022-11-09 - Animation of two-axis tracker shading

    In this blog post I’ll show how to create an animation demonstrating self-shading of a two-axis tracker within a solar collector field.

    gif demonstrating shading during one day
  • 2022-02-22 - DMI API Tutorial

    This tutorial gives an introduction on how to use the Danish Meteorological Institute’s (DMI) API to download meterological observation data (v2).

    _images/6c9fdba8037b14796b4610634c83739fc7c31f4debb6207188b2bec3d377ede8.png
  • 2022-02-12 - Satellite-derived irradiance maps

    Satellite-derived irradiance data has several benefits over ground-measured irradiance despite its lower accuracy. The main advantages include a large geographical coverage (continents), long-timespan (multiple decades), and low cost.

    _images/a065005c2a4e85335689a312e58fc89102b0e85f84be982803671c0c5ef7e01f.png
  • 2022-01-06 - How to add an inset map with Cartopy in Python

    You know that small map that shows a zoomed-in view of a part of a bigger map? Well, it’s called an inset map, and according to Wikipedia:

    _images/e1f6777bba517ce1b83f776d75971699f36732f4e9500d2fda4c1dc17c43757a.png
  • 2021-09-23 - Overview of solar radiation monitoring stations

    Ground-measured solar irradiance data is extremely valuable and critical for benchmarking solar radiation products and understanding the long-term trend in the radiation budget. However, there are only a few hundred high-quality stations globally due to high costs and maintenance requirements. Currently, it is difficult to identify where the nearest solar radiation station is located, as there is no overview of stations worldwide. In this blog, I suggest solving this issue by creating a simple catalog/database of available high-quality radiation stations.

  • 2021-08-27 - Fixing your git mess

    On a day-to-day basis I use GitHub Desktop due to its nice graphical interface and that my git skills are close to zero. Every now and then, I screw things sufficiently up that I don’t know how to fix it and sometimes I don’t even know how I ended up there. At this point, I really just want to go back in time to when my code was working - which is the topic of this blog post.

  • 2021-08-22 - Summary of Google Summer of Code with pvlib

    The coding period of this year’s Google Summer of Code (GSoC) is officially over, and it’s time to take a step back and evaluate the experience. For those of you who might not know, I’ve been working on extending pvlib’s iotools for the past 10 weeks, which I described in this blog post.

  • 2021-08-02 - Staying safe on GitHub

    Hardcoding credentials such as passwords are often tempting but almost always a bad idea. This is especially true if you are hosting your code on public platforms like GitHub for anyone to peruse. But what can you do?

  • 2021-07-19 - Virtual environments cheat sheet

    This cheat sheet will cover the basics of conda environments, though the general workflow is similar for other types of virtual environments.

  • 2021-06-10 - pvlib - a one-stop source for solar resource data

    This title at least represents the aim of my Google Summer of Code (GSoC) project that I will be completing during the next 10 weeks. In short, I’ll be extending pvlib python’s current iotools functionalities to provide users with easy and standardized access to all major open-source solar resource databases. gsoc and pvlib logo