Skip to content

Commit

Permalink
Update irradiance units in map popup (AssessingSolar#276)
Browse files Browse the repository at this point in the history
* Update irradiance units in map popup

* Format irradiance values

* Correct formatting
  • Loading branch information
AdamRJensen authored Nov 10, 2024
1 parent 235e4a3 commit 2f67557
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/intro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@
" f\"{row['Station name']}, {row['Country']}<br>\"\n",
" f\"Tier: {row['Tier']}<br>\"\n",
" f\"Elevation: {row['Elevation']} m<br>\"\n",
" f\"GHI: {row['GHI']} W/m^2<br>\"\n",
" f\"DNI: {row['DNI']} W/m^2\",\n",
" f\"GHI: {row['GHI']:.0f} kWh/m^2<br>\"\n",
" f\"DNI: {row['DNI']:.0f} kWh/m^2\",\n",
" max_width=\"100\"),\n",
" tooltip=row['Abbreviation'],\n",
" radius=5, color=row['Color'],\n",
Expand Down

0 comments on commit 2f67557

Please sign in to comment.