projecthorus / sondehub-tracker

🎈 Frontend for SondeHub Radiosonde Tracking
https://v2.sondehub.org
MIT License
59 stars 24 forks source link

Data from database into skewt #250

Open weather01089 opened 2 years ago

weather01089 commented 2 years ago

Hi, I am creating a local comma deliminated file to feed into the SHARP sounding program.

The data being stored, and forwarded to the sondehub database has some false winds at low levels. Somehow the skewt on the site is correct.

Can you tell me how you are parsing that database data to create that skew-t?

Thanks!

Ray Weber

darksidelemm commented 2 years ago

Can you give an example of the bad data vs what's on the sondehub skewt?

It's worth noting that we calculate wind based on deltas between positions, not based on individual telemetry data.

The code that goes through the telemetry for a particular sonde on the tracker is here: https://github.com/projecthorus/sondehub-tracker/blob/master/js/tracker.js#L1809

weather01089 commented 2 years ago

ahh OK, the RS41 is what was used, and it reports the wind direction. Thats what we were using

the sonde was T4840488 from louisiana, US.

it was on 03/22/2022

attached is a created pysharpfile of the data. It matches the sondehub database.

I do note if you use the lat/lon delta, it does appear to be the right direction. Not sure why the sonde reports it incorrectly.

Ill see if I can duplicate what you do in your code, as its correct.

Ray


From: Mark Jessop @.> Sent: Wednesday, March 23, 2022 4:44 PM To: projecthorus/sondehub-tracker @.> Cc: Raymond Weber @.>; Author @.> Subject: Re: [projecthorus/sondehub-tracker] Data from database into skewt (Issue #250)

CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe.

Can you give an example of the bad data vs what's on the sondehub skewt?

It's worth noting that we calculate wind based on deltas between positions, not based on individual telemetry data.

The code that goes through the telemetry for a particular sonde on the tracker is here: https://github.com/projecthorus/sondehub-tracker/blob/master/js/tracker.js#L1809

— Reply to this email directly, view it on GitHubhttps://github.com/projecthorus/sondehub-tracker/issues/250#issuecomment-1076801701, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AHYQ4I3Y3IZCQAARFZCEUP3VBN7CBANCNFSM5ROMKBGQ. You are receiving this because you authored the thread.Message ID: @.***>