cormorack / yodapy

Your Ocean Data Access in Python
https://cormorack.github.io/yodapy/
MIT License
9 stars 10 forks source link

Timestamp mismatch at milliseconds for cloud source and Uframe data #87

Open pshivraj opened 6 years ago

pshivraj commented 6 years ago

There is timestamp mismatch at milliseconds for data request using cloud source and data requested from Uframe. Additionally Start and end date are handled differently by cloud_source = True and cloud_source = False For following inputs:

start_date = '2018-06-01'
end_date = '2018-06-02'

cloud_source = True : Returns Two days of data cloud_source =False : Returns just one day of data i.e for just 2018-06-01