Skip to content

Point_stat: Python Embedding for Forecast Fields, attrs dictionary question #2645

Closed Locked Answered by DanielAdriaansen
justintsu asked this question in Configuration
Discussion options

You must be logged in to vote

Hi Justin,

Just a note of clarification- this observation:

DEBUG 4: raob 10304 20230405_060000 52.17000 -7.10000 -9999.00000 rh 150.00000 -9999.00000 NAVGEM 1.23108

Is actually over Germany, because longitude is +7.10E, and thus it is off your grid. MET reports it as -7.10 because it uses degrees west internally, but requires degrees east as input. Therefore, the DEBUG statement there is printing the longitude in the units used internally not the units we request users to provide their longitude in. Indeed, an observation of -7.10E would be on your grid, but it would be printed in a DEBUG statement as +7.10 (degrees west). So behind the scenes in the code MET is:

  1. Reading longitude in de…

Replies: 2 comments 18 replies

Comment options

You must be logged in to vote
2 replies
@justintsu
Comment options

@DanielAdriaansen
Comment options

Comment options

You must be logged in to vote
16 replies
@DanielAdriaansen
Comment options

@justintsu
Comment options

@DanielAdriaansen
Comment options

Answer selected by jprestop
@justintsu
Comment options

@DanielAdriaansen
Comment options

@justintsu
Comment options

@DanielAdriaansen
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment