Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 0DB02200B9C for ; Mon, 10 Oct 2016 18:18:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0C58F160AE1; Mon, 10 Oct 2016 16:18:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 50D4D160AD1 for ; Mon, 10 Oct 2016 18:18:21 +0200 (CEST) Received: (qmail 53907 invoked by uid 500); 10 Oct 2016 16:18:20 -0000 Mailing-List: contact commits-help@sis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: sis-dev@sis.apache.org Delivered-To: mailing list commits@sis.apache.org Received: (qmail 53898 invoked by uid 99); 10 Oct 2016 16:18:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Oct 2016 16:18:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 6BBE82C0086 for ; Mon, 10 Oct 2016 16:18:20 +0000 (UTC) Date: Mon, 10 Oct 2016 16:18:20 +0000 (UTC) From: "Martin Desruisseaux (JIRA)" To: commits@sis.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (SIS-128) Implement the JSR-363 javax.measure interfaces MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 10 Oct 2016 16:18:22 -0000 [ https://issues.apache.org/jira/browse/SIS-128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Desruisseaux updated SIS-128: ------------------------------------ Fix Version/s: 0.8 > Implement the JSR-363 javax.measure interfaces > ---------------------------------------------- > > Key: SIS-128 > URL: https://issues.apache.org/jira/browse/SIS-128 > Project: Spatial Information Systems > Issue Type: Improvement > Components: Utilities > Affects Versions: 0.3, 0.4, 0.5, 0.6, 0.7 > Reporter: Martin Desruisseaux > Fix For: 0.8 > > > We needs an implementation of JSR-363 to be used as a replacement of JSR-275. This is needed since the JSR-275 specification attempt has been rejected. Some existing implementations exist, especially the UOMo and JScience projects, but we also have some legacy classes that we could refactor. A possible advantage of the later approach is that we have to support some rather particular Unit, like the one used in NetCDF files (e.g. "degrees_east"), which may be easier in a custom implementation. > Some useful links: > * http://www.unitsofmeasurement.org/apidocs/index.html - the interfaces that we would have to implement. > * http://www.qudt.org/ - Quantities, Units, Dimensions and Data Types in OWL and XML (ontology). > * https://code.google.com/p/unit-ontology/ - apparently the same than above. > * http://portal.opengeospatial.org/files/?artifact_id=11498 - OGC Best Practice for specifying UoM in an OGC standard. > * https://www.seegrid.csiro.au/subversion/xmml/OGC/trunk/ExampleInstances/dictionaries/units.xml - a dictionary of unit symbols related to OGC standards. > * http://unitsofmeasure.org/trac/ - UCUM, a text format for units. > * https://github.com/keilw/mco - A Java script project derived from JSR-275. > * http://wiki.eclipse.org/Science_IWG - Open Source Initiative for Scientific Development Tools. > * http://jscience.org/ - JScience, one of available implementations. > * http://www.eclipse.org/uomo/ - an other implementation. -- This message was sent by Atlassian JIRA (v6.3.4#6332)