Skip to content

TrasgoGroup/TRISTAN-hesperides-reader

Repository files navigation

TRISTAN-hesp

Reading data from Tristan on Hesperides in xlsx files.

IMPORTANT!

To read output.json file, use the convert_axes kwarg:

import pandas as pd
data_frame = pd.read_json("./hesp_rafaelhermida_2019/TristanHespData.json", convert_axes=False)

to read data correctly, since the index column has the format DOYHHMMSS where

  • DOY: Day Of the Year
  • HH: Hours
  • MM: Minutes
  • SS: Seconds is not the expected format for read_json method

Notes:

Military timezone codes here

About

Reading data from Tristan on Hesperides

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages