Difference between revisions of "LiPD Utilities"

From Linked Earth Wiki
Jump to: navigation, search
( SoftwareCode (L) )
(Setting categories as SoftwareCode (L))
 
 
(18 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
[[Category:SoftwareCode (L)]]
 
[[Category:SoftwareCode (L)]]
 +
 +
 +
LiPD Utilities are a set of tools that work with LiPD files. The utilities are focused on core aspects of working with LiPD files, and will be extensible to meet other needs. The main functions are:
 +
 +
* Read
 +
* Write
 +
* Extract Timeseries
 +
* Collapse Timeseries
 +
* Filter
 +
* Convert Excel format to LiPD format
 +
* Convert LPD format to NOAA format
 +
* Update publication using DOI.org
 +
 +
 +
'''Versions'''
 +
 +
LiPD Utilities follows the versioning pattern of "1.0.0.0". The version numbers represent "Major Release", "Minor Release", "Maintenance Release", and "Build Number" respectively. Official package updates will be released through PyPi for all major, minor, and maintenance updates. The Github repository will continue to have updates for ''all'' changes.{{#set:
 +
HasLink (L)=https://pypi.python.org/pypi/LiPD|
 +
HasLink (L)=https://github.com/nickmckay/LiPD-utilities|
 +
HasVersion=0.2.0.5|
 +
Name (L)=LiPD Utilities|
 +
ProgrammedIn (L)=Python 3.4}}

Latest revision as of 14:06, 4 May 2017


LiPD Utilities are a set of tools that work with LiPD files. The utilities are focused on core aspects of working with LiPD files, and will be extensible to meet other needs. The main functions are:

  • Read
  • Write
  • Extract Timeseries
  • Collapse Timeseries
  • Filter
  • Convert Excel format to LiPD format
  • Convert LPD format to NOAA format
  • Update publication using DOI.org


Versions

LiPD Utilities follows the versioning pattern of "1.0.0.0". The version numbers represent "Major Release", "Minor Release", "Maintenance Release", and "Build Number" respectively. Official package updates will be released through PyPi for all major, minor, and maintenance updates. The Github repository will continue to have updates for all changes.