Loading doc/source/tutorial.rst +1 −1 Original line number Diff line number Diff line Loading @@ -333,7 +333,7 @@ The following is a demo Python code that creates an S5p/NO2 map:: title = os.path.basename(filename) label = '%s [%s]' % (vname,attrs['units']) # create map figure (single layer): fig = cso.QuickMap( values[:,:,0], xx=xx, yy=yy, vmin=0.0, vmax=vmax, fig = cso.QuickPat( values[:,:,0], x=xx, y=yy, vmin=0.0, vmax=vmax, bmp=dict(resolution='l',countries=True,domain=domain,title=title), cbar=dict(label=label), figsize=(8,6) ) # save: Loading src/cso/cso_catalogue.py +9 −6 Original line number Diff line number Diff line Loading @@ -21,6 +21,9 @@ # 2024-01, Arjo Segers # Use new plotting routines based on cartopy. # # 2025-02, Arjo Segers # Update of plotting routines. # # 2025-04, Arjo Segers # Updated for latest changes in CSO_Listing class. # Loading Loading @@ -503,8 +506,8 @@ class CSO_Catalogue(CSO_CatalogueBase): # create map figure: fig = cso_plot.QuickPat( values, xx=xx, yy=yy, x=xx, y=yy, vmin=vmin, vmax=vmax, cmap=dict(colors=colors), # color_bad=color_nan), Loading Loading @@ -858,8 +861,8 @@ class CSO_SimCatalogue(CSO_CatalogueBase): # create map figure: fig = cso_plot.QuickPat( values, xx=xx, yy=yy, x=xx, y=yy, vmin=vmin, vmax=vmax, cmap=dict(colors=colors, color_bad=color_nan), Loading Loading @@ -1186,8 +1189,8 @@ class CSO_GriddedCatalogue(CSO_CatalogueBase): # create map figure: fig = cso_plot.QuickPat( values, xm=xm, ym=ym, x=xm, y=ym, vmin=vmin, vmax=vmax, cmap=dict(colors=colors), Loading src/cso/cso_plot.py +410 −146 File changed.Preview size limit exceeded, changes collapsed. Show changes src/cso/cso_regions.py +2 −2 Original line number Diff line number Diff line Loading @@ -1980,8 +1980,8 @@ class CSO_Catalogue_RegionsMaps(cso_catalogue.CSO_CatalogueBase): # create map figure: fig = cso_plot.QuickPat( values, xm=xm, ym=ym, x=xm, y=ym, vmin=vmin, vmax=vmax, cmap=dict(colors=colors), Loading Loading
doc/source/tutorial.rst +1 −1 Original line number Diff line number Diff line Loading @@ -333,7 +333,7 @@ The following is a demo Python code that creates an S5p/NO2 map:: title = os.path.basename(filename) label = '%s [%s]' % (vname,attrs['units']) # create map figure (single layer): fig = cso.QuickMap( values[:,:,0], xx=xx, yy=yy, vmin=0.0, vmax=vmax, fig = cso.QuickPat( values[:,:,0], x=xx, y=yy, vmin=0.0, vmax=vmax, bmp=dict(resolution='l',countries=True,domain=domain,title=title), cbar=dict(label=label), figsize=(8,6) ) # save: Loading
src/cso/cso_catalogue.py +9 −6 Original line number Diff line number Diff line Loading @@ -21,6 +21,9 @@ # 2024-01, Arjo Segers # Use new plotting routines based on cartopy. # # 2025-02, Arjo Segers # Update of plotting routines. # # 2025-04, Arjo Segers # Updated for latest changes in CSO_Listing class. # Loading Loading @@ -503,8 +506,8 @@ class CSO_Catalogue(CSO_CatalogueBase): # create map figure: fig = cso_plot.QuickPat( values, xx=xx, yy=yy, x=xx, y=yy, vmin=vmin, vmax=vmax, cmap=dict(colors=colors), # color_bad=color_nan), Loading Loading @@ -858,8 +861,8 @@ class CSO_SimCatalogue(CSO_CatalogueBase): # create map figure: fig = cso_plot.QuickPat( values, xx=xx, yy=yy, x=xx, y=yy, vmin=vmin, vmax=vmax, cmap=dict(colors=colors, color_bad=color_nan), Loading Loading @@ -1186,8 +1189,8 @@ class CSO_GriddedCatalogue(CSO_CatalogueBase): # create map figure: fig = cso_plot.QuickPat( values, xm=xm, ym=ym, x=xm, y=ym, vmin=vmin, vmax=vmax, cmap=dict(colors=colors), Loading
src/cso/cso_plot.py +410 −146 File changed.Preview size limit exceeded, changes collapsed. Show changes
src/cso/cso_regions.py +2 −2 Original line number Diff line number Diff line Loading @@ -1980,8 +1980,8 @@ class CSO_Catalogue_RegionsMaps(cso_catalogue.CSO_CatalogueBase): # create map figure: fig = cso_plot.QuickPat( values, xm=xm, ym=ym, x=xm, y=ym, vmin=vmin, vmax=vmax, cmap=dict(colors=colors), Loading