Skip to content

Releases: rbardaji/mooda

v1.3.1

29 Apr 11:34
Compare
Choose a tag to compare

Fixed issue #4.

v1.3.0

23 Apr 10:51
Compare
Choose a tag to compare

New methods:

  • mooda.es_create_indexes(): Creation of ElasticSearch Indexes to save a WaterFrame object.
  • mooda.read_nc_moist(): Open a NetCDF file from MOIST.
  • WaterFrame.to_es(): Injestion of the WaterFrame into a ElasticSeach DB.
  • WaterFrame.metadata_to_html(): Make an HTML file with the metadata information.
  • WaterFrame.to_csv(): Make a CSV with the WaterFrame information.

New method arguments:

  • mooda.read_nc(path, decode_times=True)

v1.2.1

03 Apr 06:52
Compare
Choose a tag to compare
bugs

v1.1.2

22 Mar 18:36
Compare
Choose a tag to compare

mooda.iplot_timeseries(): Small visual modifications.

v1.1.1

17 Mar 11:06
Compare
Choose a tag to compare
  • mooda.read_nc_emodnet()
    • Delete column 'POSITION_QC' to allow to open bigger size files.

v1.1.0

13 Mar 00:01
Compare
Choose a tag to compare

New methods:

  • mooda.iplot_location()
  • mooda.iplot_timeseries()

v1.0.0

28 Feb 14:21
Compare
Choose a tag to compare

New version developed from the scratch

v0.6.0

05 Dec 23:49
Compare
Choose a tag to compare

DOI

Classes of mooda

  • WaterFrame
  • IFig: Create interactive plots from your WaterFrame with Plotly.

Classes of mooda.access

  • EGIM: Download data from EMSODEV with the Data Management Portal API and create a WaterFrame.
  • Hobo: Create a WaterFrame from files of HOBO Data Loggers.
  • Licor: Create a WaterFrame from files of LI-COR Data Loggers.
  • Pangaea: Download data from PANGAEA with its API and create a WaterFrame.
  • SeaAndSun: Create a WaterFrame from files of Sea and Sun CTDs.
  • SeaBird: Create a WaterFrame from files of Sea-Bird.
  • Bodc: Create a WaterFrame from NetCDF files of BODC.
  • OOI: Create a WaterFrame from NetCDF files of OOI.

v0.5.2

30 May 15:23
Compare
Choose a tag to compare

v0.5.1

16 May 08:25
Compare
Choose a tag to compare

DOI

Some bugs fixed.