Skip to content

inogs/bit.sea

Repository files navigation

bit.sea

ogstm picture

What is bit.sea ?

bit.sea is a python tool for scientific oceanographic applications, to manage the preprocessing and postprocessing of ogstm.

The tool is employed in the context of operational oceanography within Marine Copernicus to generate quality checked observational datasets used in production and to manage the validation framework.

Installation:

git clone [email protected]:inogs/bit.sea.git
cd bit.sea
pip install .

Usage

import bit.sea
from bitsea.commons import genUserDateList as DL
from bitsea.commons import timerequestors, TimeList
Min15 = DL.getTimeList("20180301-00:00:00","20200310-00:00:00", minutes=15)
TL     = TimeList(Min15)
Hourly_req=requestors.Hourly_req(2018,3,5,12,delta_hours=2)
indexes,weights = TL.select(Hourly_req)

The software responsible is @gbolzon.