Changes
Changelog from version 0.2.2 to version 0.2.3
Changed
none yet
BREAKING none yet
Added
- none yet
Changelog from version 0.2.1 to version 0.2.2
Release notes:
Changed
none
BREAKING:
read_argoreturns an Argo object, so a call toas_ctdis required before using e.g.plot_TS.
Added
as_ctdcan convert Argo objects to Ctd objectsas_sectionfor assembling 'ctd' data into a section.beam_to_xyzfor converting RDI acoustic-Doppler data from beam coordinates to xyz coordinates.despikefor removing anomalous values in time series data.get_sectionfor downloading oceanographic section data.grid_ctdfor gridding Ctd data.grid_sectionfor gridding Section data.interpolate_barnesfor gridding with Barnes' method.label_from_varnamefor creating axis labels.plot_adpfor plotting acoustic-Doppler profiler data.plot_echosounderfor plotting Biosonics echosounder data.plot_sectionfor plotting oceanographic 'section' data.plot_stationsfor plotting sampling locations.read_adp_rdifor reading RDI acoustic-Doppler profiler data.read_ctd_exchangefor reading CTD data in 'exchange' format (used by many data servers)read_echosounderfor reading Biosonics echosounder data.read_sectionfor reading Section data.rename_datafor converting data names to standardized names.running_meanadded.running_medianadded.subset_ctdfor subsetting Ctd objects.summarizefor summarizing OA objects.xyz_to_enufor converting RDI acoustic-Doppler data from xyz coordinates to enu coordinates.
Changelog from version 0.2.0 to version 0.2.1
Release notes:
Changed
- none
- BREAKING: none
Added
read_ctd_rskadded, to read RBR 'Ruskin' files.set_teosadded, to add TEOS-10 hydrographic quantities to an object containing hydrographic data.station_mapadded, to illustrate sampling locations relative to nearby coastlines.
Changelog from version 0.1.0 to version 0.2.0
Release notes:
Changed
as_ctdaccepts ranges as well as vectors forsalinity,temperatureandpressure.coastlineaccepts ranges forlongitudeandlatitude, in addition to vectors.coastlineon a CSV file throws an error if columns named "longitude" and "latitude" are not found.- BREAKING: none
Added
- The Examples tab of the online documentation shows hot to create an Argo-trajectory map.
corioliscomputes the Coriolis parameter.gravitycomputes the acceleration due to earth gravity.scale_baradds a scale bar to a map plot.
Changelog from version 0.0.4 to version 0.1.0
Release notes:
Changed
- improve consistency of
;placement in functions - improve code documentation, e.g. fixing erroneous line breaks in list items
- BREAKING: rename
getElement()asget_element(). - BREAKING: rename
plotProfile()asplot_profile(). - BREAKING: rename
plotTS()asplot_TS(). - BREAKING: rename
readArgo()asread_argo(). - BREAKING: rename
readCtdCnv()asread_ctd_cnv().
Added
- add
coastline(),plot_coastline()andplot_coastline!() - add
get_amsr(),read_amsr()andplot_amsr() - add
get_topography(),read_topography()andplot_topography() - add
N2() - add
get_argo_index(),get_argo()andread_argo()