Skip to content

Commit

Permalink
Merge pull request #27 from drboyd/main
Browse files Browse the repository at this point in the history
fixed transparency issue with radiometer filtering visualization
  • Loading branch information
drboyd committed Aug 20, 2024
2 parents 85fdfcd + 72092e9 commit 2986344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/tutorials/swesarr/util/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ def rough_radiom_area(radiom, rad_swe, fp_10m, fp_18m, fp_37m):
import cartopy.crs as ccrs

crs = ccrs.UTM(zone='12') #12n
transparent_tile = hv.Tiles('https://tile.openstreetmap.org/{Z}/{X}/{Y}.png', name="OSM").opts(alpha=0.0)
transparent_tile = hv.Tiles('https://server.arcgisonline.com/ArcGIS/rest/services/Reference/World_Reference_Overlay/MapServer/tile/{Z}/{Y}/{X}', name="EsriReference").opts(alpha=0.0)

beg_i = radiom['UTC'].argmin()
end_i = radiom['UTC'].argmax()
Expand Down

0 comments on commit 2986344

Please sign in to comment.