User Tools

Site Tools


other:python:maps_by_jyp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
other:python:maps_by_jyp [2019/09/13 14:02]
jypeter Finished adding the megabiome example
other:python:maps_by_jyp [2019/11/15 12:53]
jypeter [JYP's map room] Added some links
Line 1: Line 1:
 ====== JYP's map room ====== ====== JYP's map room ======
  
-You will find below a gallery of maps made with [[https://​scitools.org.uk/​cartopy/​|cartopy]].+You will find below a gallery of maps made with [[other:​python:​matplotlib_by_jyp|matplotlib]] and [[https://​scitools.org.uk/​cartopy/​|cartopy]]
 + 
 +You can get more python information on the [[other:​python:​jyp_steps|JYP'​s recommended steps for learning python]] page.
  
 This page is under construction and its content may change drastically. The source codes are on LSCE servers, that you can hopefully access (too bad otherwise...) This page is under construction and its content may change drastically. The source codes are on LSCE servers, that you can hopefully access (too bad otherwise...)
Line 30: Line 32:
  
 {{:​other:​python:​mh_cm6_cm5_megabiome.png?​direct&​300 |}} {{:​other:​python:​mh_cm6_cm5_megabiome.png?​direct&​300 |}}
-  * Load the NetCDF model data with ''​cdms2'',​ and the xlsx observations'​ data with ''​pandas''​+  * Load the NetCDF model data with ''​cdms2'',​ and the csv observations'​ data with ''​pandas''​
   * Use ''​matplotlib''​+''​cartopy''​ to create the plot   * Use ''​matplotlib''​+''​cartopy''​ to create the plot
     * Create three plots on a 2x2 layout with an //​Orthographic//​ projection (centered on Europe) and a common colorbar. Explicitly make the 4th plot //​invisible//​ in order to make space for plotting the colorbar (''​colorbar_plot.background_patch.set_visible(False)''​ and ''​colorbar_plot.outline_patch.set_visible(False)''​)     * Create three plots on a 2x2 layout with an //​Orthographic//​ projection (centered on Europe) and a common colorbar. Explicitly make the 4th plot //​invisible//​ in order to make space for plotting the colorbar (''​colorbar_plot.background_patch.set_visible(False)''​ and ''​colorbar_plot.outline_patch.set_visible(False)''​)
other/python/maps_by_jyp.txt · Last modified: 2021/08/03 12:01 by jypeter