衛星測高資料處理常見問題

2022-07-15 15:57:11 字數 1305 閱讀 7937

1.時間轉換

用matlab從jason-2的nc檔案中讀出的時間(time_20hz)單位,從資料說明中可以看出是以秒為單位,從2000-01-01 00:00:00.0開始:

---------------------------

time field

[tai_utc_difference] is

the difference between tai and utc reference

time (seconds) for

thefirst measurement of

the data set. [leap_second] is

the utc time

at which a leap second occurs in

the data set, if any. after this utc time, the [tai_utc_difference] is increased by

1second

dimensions: time=3204 meas_ind=20

- _fillvalue: 18446744073709552000.000000

- calendar: gregorian

- leap_second: 0000-00-00

00:00:00

- standard_name: time

- tai_utc_difference: -33.000000

- units: seconds since

2000-01-01

00:00:00.0

如果要還原成日期怎麼辦?

簡單的做法是,直接在excel中處理一下就可以了。

time_20hz (列號:l)

天 (列號:m)

(列號:n)

(列號:o)

269091209.6

=l2/3600/24=3114.481592

2000/1/1

=m2+n2=2008/7/11 11:33

2.作圖時橫座標時間刻度問題

先看看這個:matlab作時間相關的圖

以jason2為例,jason讀取的時間是從2000-01-01 00:00:00.0開始的秒數,所以不能直接將其轉換為天數,需要將2000-01-01 00:00:00.0轉換為天數後與其相加,再作相應的圖,大概用法如下:

time1 = datenum('2000/1/1') + time0;

衛星測高資料處理常見問題

1.時間轉換 用matlab從jason 2的nc檔案中讀出的時間 time 20hz 單位,從資料說明中可以看出是以秒為單位,從2000 01 01 00 00 00.0開始 time field tai utc difference is the difference between tai a...

python資料處理常見問題集

今天遇到很奇怪的現象,就是pandas從csv裡面讀取資料,然後轉化為array,shape的時候裡面沒有東西。1首先是使用csv的方法,寫入到csv格式中,其中使用 csv writer.writerow y data i shrink 方法寫入到檔案中,注意 要將shrink轉化成list,不然...

常見問題及處理

常見問題及處理 問題1 時輸入醫生姓名簡碼調不出號別。原因分析或處理方法 1,可能沒設定該醫生對應的號別。2,門診 本地引數設定中 號別輸入匹配沒有設定成 按醫生簡碼 問題2 收藥品費用時不顯示藥品庫存。原因分析或處理方法 1,本地引數沒設定藥房對應關係,設定後即可。問題3 收非藥品費用時單價欄位在...