Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section


Column
width60%


Panel

 mgeo ( macro/python )  pgeo ( fortran )


Magics  allows the use of Metview Geopoints files.

Geopoints is the format used by Metview to handle spatially irregular data (e.g. observations) in a non-BUFR format.

The Format is an ascii format.

Magics only lets you display Geopoints values as symbols or vectors. If you are interested in contouring irrregular grid values such as Geopoints are, you should first interpolate these values into a regular grid before plotting with Magics. More information can be found in the Metview documentation.

 



Column
width30%

 

 

Panel
titleQuick links

Geopoints loading

Geopoints example file



...

HTML
<div id="magics">	
</div>

<script src="/wiki/download/attachments/13207038/magdoc_ajs.js"></script>
<link rel="stylesheet" type="text/css" href="/wiki/download/attachments/13207038/magics.css" />
<link rel="stylesheet" type="text/css" href="/wiki/download/attachments/13207038/jquery.miniColors.css" />
<script src="/wiki/download/attachments/13207038/jquery.miniColors.js"></script>
<script>
	load("/wiki/download/attachments/14157144/geo.json");
</script>
 

 

...