IKC-PPDX JSON proof-of-concept
IK-CAPE Physical Property Data EXchange JSON (IKC-PPDX-JSON), a proof-of-concept JSON-based file format for the exchange of thermo-physical model parameters
The IK-CAPE Physical Property Data EXchange JSON (IKC-PPDX-JSON) is a proof-of-concept JSON-based file format for the exchange of thermo-physical model parameters.
This demo is a free and open-source, browser-based tool that can be used online or run locally to try the IKC-PPDX-JSON file format.
For the source code, check the gitlab repo.
To see what it's all about, check the blog post: A JSON-based file format for the exchange of thermo-physical model parameters.Browser support
Tested on:
-
Google Chrome 44
-
Mozilla Firefox 31
-
Internet Explorer 11 (Windows 8.1) and Edge (Windows 10)
-
Apple Safari 10 (macOS 10.12) and iOS 8
You need to have cookies (because we use local storage) and javascript (of course !) enabled.
Failure to enable cookies results in Firefox in the quite opaque error "SecurityError: The operation is insecure.".
License
The IKC-PPDX-JSON format and demo (C) Copyright 2015 Paolo Greppi simevo s.r.l..
GPLv3 License:
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Contains code borrowed from:
-
Bootstrap, the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web;
-
Jeremy Dorn's JSON Schema Based Editor with a little fix;
-
highlight.js, JavaScript syntax highlighting library.