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 git@github.com: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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 13