Skip to content

Commit

Permalink
Pull request #194: Release/4.10.0
Browse files Browse the repository at this point in the history
Merge in MAG/magics from release/4.10.0 to develop

* commit '1492fb068324780066b8fa11029ff2594894b31f':
  Update projections for opendata notebook add expand mode for opendata notebook add automatic for MeteoNet orography
  Cartesian view: Adjust positionning of labels and titles  [MAGP-1329]
  Cartesian view: year and month overlap on vertical axis [MAGP-1329] Remove lambert_north_atlantic projection wrongly implemented
  • Loading branch information
sylvielamythepaut committed Dec 3, 2021
2 parents f0bb03b + 1492fb0 commit c70b815
Show file tree
Hide file tree
Showing 11 changed files with 121 additions and 273 deletions.
10 changes: 0 additions & 10 deletions share/magics/epsg.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,6 @@
"default_max_longitude" : 180
}
},
{
"lambert_north_atlantic": {
"definition": "+proj=lcc +lon_0=40w +x_0=2000000 +y_0=2000000 +ellps=WGS84 +datum=WGS84",
"max_latitude": 90,
"max_longitude": 180,
"method": "conic",
"min_latitude": -20,
"min_longitude": -180
}
},
{
"EPSG:32661": {
"definition": "+proj=stere +lat_0=90 +lat_ts=90 +lon_0=0 +k=0.994 +x_0=2000000 +y_0=2000000 +ellps=WGS84 +datum=WGS84 +units=m +no_defs",
Expand Down
15 changes: 15 additions & 0 deletions share/magics/styles/ecmwf/orog.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[
{
"description" : "Meteonet orography",
"prefered_units": "m",
"styles": [
"sh_orog_metres"
],
"match": [
{
"paramId": "3008",
"shortName": "h"
}
]
}
]
Loading

0 comments on commit c70b815

Please sign in to comment.