我怎么能合并天气数据从不同的时区?- 江南体育网页版- - - - -地球科学堆江南电子竞技平台栈交换 最近30从www.hoelymoley.com 2023 - 07 - 10 - t06:01:35z //www.hoelymoley.com/feeds/question/7440 https://creativecommons.org/licenses/by-sa/4.0/rdf //www.hoelymoley.com/q/7440 2 我怎么能合并天气数据从不同的时区? traggatmot //www.hoelymoley.com/users/2714 2016 - 02年- 02 - t17:50:13z 2016 - 02 - 04 - t00:23:55z < p >有人知道任何简单的方法合并(逆距离加权法)每小时天气文件(降雨、温度等)从不同的时区?< / p > < p >我为HUC8s创建气象数据,并使用最近的5 NCDC气象站。但是一些HUC8s跨越不同时区。有人找到了最简单的方法使天气数据?< / p >

My thought is to put everything into GMT - so that 10am is 10am everywhere, and track the offset in a new column in my data. I believe this would work, but am having trouble completely wrapping my head around it:

Focusing on a watershed that cross from CST into EST - if it was raining at 10am EST, and also raining at 9am CST (raining at the timezone division, with weather stations on either side of the timezone division), it's raining at the same time, we are just marking the 'time' differently in each location. However, if I transformed my date/time into GMT, with a new column tracking the offset (maybe to convert it back later), it would be the same GMT time in both locations that the rain was occurring? In effect, it is just shifting all the weather into the same time zone, and then merging based on IDW.

Does anyone have any simple solutions I am overlooking?

//www.hoelymoley.com/questions/7440/-/7441 # 7441 2 凯西回答的我怎么能合并天气数据从不同的时区? 凯西 //www.hoelymoley.com/users/64 2016 - 02年- 02 - t20:37:13z 2016 - 02年- 02 - t20:37:13z < p >使用您在美国东部时间上午10点和9点CST的例子,这些都是完全相同的时间和另一个指定的时间是1500 UTC或15 Z (Z为格林尼治时间历史,为您的应用程序UTC和格林尼治时间之间的差异可以忽略不计)。< / p > < p >如果你知道车站的位置你可以知道他们的时区。站之间有意义而得出你需要引用它们在同一时间和最简单的方法是在UTC表达它们。你是正确的,这只是一个术语改变,但是这给了地球上所有位置的一个引用任何地方。所有气象数据本地使用UTC和电报发明以来和天气数据交换在大距离。< / p > //www.hoelymoley.com/questions/7440/-/7442 # 7442 1 半日西蒙回答的我怎么能合并天气数据从不同的时区? 半日西蒙 //www.hoelymoley.com/users/39 2016 - 02 - 03 - t01:06:08z 2016 - 02 - 03 - t01:06:08z < p >我认为你有正确的想法。现在最好的谈论UTC;GMT是一个定义糟糕的历史名词。一件事时要小心做转换:夏令时。不要让错误的假设它发生相同的日期之间无处不在!< / p > //www.hoelymoley.com/questions/7440/-/7443 # 7443 1 答案由f。索普天气如何合并来自不同时区的数据吗? f.thorpe //www.hoelymoley.com/users/543 2016 - 02 - 03 - t04:21:41z 2016 - 02 - 03 - t05:04:09z < p >很多好的数据源将UTC抵消列。这有利于协调时区因为您可以简单地扭转UTC抵消统一UTC数据集。如果您的数据没有UTC抵消,然后你可以链接到它使用一个表是这样的:< / p > < pre > <代码> TZ UTC时间是美国东部时间4中科6 CDT 5 MST 7联合化疗6 PST 8 PDT 7 < /代码> < / pre > < p >所以举例来说,如果您的数据是在美国东部时间,只是从报道时间减去5 UTC。< / p >
Baidu
map