All Projects → rbardaji → mooda

rbardaji / mooda

Licence: MIT License
Module for Ocean Observatory Data Analysis - Python package

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to mooda

era5 in gee
Functions and Python scripts to ingest ERA5 data into Google Earth Engine
Stars: ✭ 63 (+270.59%)
Mutual labels:  netcdf
goes2go
Download and process GOES-16 and GOES-17 data from NOAA's archive on AWS using Python.
Stars: ✭ 77 (+352.94%)
Mutual labels:  netcdf
netcdf4
NodeJS addon to read and write NetCDF4 files
Stars: ✭ 35 (+105.88%)
Mutual labels:  netcdf
pangaeapy
PANGAEA Python Client
Stars: ✭ 23 (+35.29%)
Mutual labels:  pangaea
Pangaea
A programming language for one-liner method chain lovers!
Stars: ✭ 18 (+5.88%)
Mutual labels:  pangaea
flowtorch
flowTorch - a Python library for analysis and reduced-order modeling of fluid flows
Stars: ✭ 47 (+176.47%)
Mutual labels:  netcdf
nctoolkit
Fast and easy analysis of netCDF data in Python
Stars: ✭ 55 (+223.53%)
Mutual labels:  netcdf
spacegrids
Analyze spatial Netcdf data: "Numpy on grids" (Python module)
Stars: ✭ 14 (-17.65%)
Mutual labels:  netcdf
cfdm
A Python reference implementation of the CF data model
Stars: ✭ 24 (+41.18%)
Mutual labels:  netcdf
woss-ns3
WOSS is a multi-threaded C++ framework that permits the integration of any existing underwater channel simulator that expects environmental data as input and provides as output a channel realization. Currently, WOSS integrates the Bellhop ray-tracing program. Thanks to its automation the user only has to specify the location in the world and the…
Stars: ✭ 20 (+17.65%)
Mutual labels:  netcdf
Ocean-Data-Map-Project
The Ocean Navigator is an online tool that is used to help visualise scientific research data. a users guide is available at https://dfo-ocean-navigator.github.io/Ocean-Navigator-Manual/ and the tool is live at
Stars: ✭ 41 (+141.18%)
Mutual labels:  netcdf
psyplot
Python package for interactive data visualization
Stars: ✭ 64 (+276.47%)
Mutual labels:  netcdf
ncdump-json
Modified ncdump to output data in json format
Stars: ✭ 72 (+323.53%)
Mutual labels:  netcdf
pyscissor
✂️ calculate polygon mask for netCDF/GRIB/raster
Stars: ✭ 14 (-17.65%)
Mutual labels:  netcdf
cftime
Time-handling functionality from netcdf4-python.
Stars: ✭ 53 (+211.76%)
Mutual labels:  netcdf
fiona
Fortran IO Netcdf Assembly
Stars: ✭ 17 (+0%)
Mutual labels:  netcdf
ncdfgeom
NetCDF-CF Geometry and Timeseries Tools for R: https://code.usgs.gov/water/ncdfgeom
Stars: ✭ 13 (-23.53%)
Mutual labels:  netcdf
netcdf-java
The Unidata netcdf-java library
Stars: ✭ 84 (+394.12%)
Mutual labels:  netcdf
wxee
A Python interface between Earth Engine and xarray for processing time series data
Stars: ✭ 113 (+564.71%)
Mutual labels:  netcdf
aospy
Python package for automated analysis and management of gridded climate data
Stars: ✭ 80 (+370.59%)
Mutual labels:  netcdf

mooda header

DOI

Mooda is a python package designed mainly for oceanographers and marine science students. It is based on a power scripting system for:

  • open and analyze data files from scientific instrumentation and platforms
  • generate data quality control
  • make plots that are commonly used in the oceanographic community
  • make data files in netCDF and CSV format

Why to use mooda and how it works

In an oceanographic data file, metadata (the definition of data) is almost as relevant as the data. Without them, you do not know what the data means.

There are libraries, such as pandas, that allow you to manipulate the data quickly, but they do not give you the possibility to save the metadata.

With mooda, we work with WaterFrames. A WaterFrame object contains a pandas DataFrame and two dictionaries. With a WaterFrame, you can open data files; data is stored into the DataFrame, and the metadata is stored into the dictionaries. With a WaterFrame, you can use the power of a pandas DataFrame without loose all the metadata information. Additionally, mooda helps to open and analyze raw data from scientific instruments and data from oceanographic platforms.

Where to get it

Binary installers for the latest released stable version are available at the Python package index

pip install mooda

See more instructions for installation from sources or non-PyPi releases.

Documentation

The official documentation is hosted here, on the docs directory.

Projects that use or have used mooda

logos

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].