https://github.com/citrineinformatics/calphad-tdb-ingester
Ingester for extracting data from CALPHAD .TDB files into PIFs.
https://github.com/citrineinformatics/calphad-tdb-ingester
Last synced: 8 months ago
JSON representation
Ingester for extracting data from CALPHAD .TDB files into PIFs.
- Host: GitHub
- URL: https://github.com/citrineinformatics/calphad-tdb-ingester
- Owner: CitrineInformatics
- License: apache-2.0
- Created: 2018-04-22T18:19:42.000Z (about 8 years ago)
- Default Branch: develop
- Last Pushed: 2018-04-23T20:18:26.000Z (about 8 years ago)
- Last Synced: 2025-07-08T01:43:54.876Z (12 months ago)
- Language: Python
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CALPHAD .TDB Ingester
## Description
The CALPHAD .TDB ingester is an ingester used for extracting data, about a thermodynamic system described in the raw .TDB file, in to records ([PIFs](http://citrineinformatics.github.io/pif-documentation/)) on the Citrination platform. The ingester extracts information on only the elements, phases, and species in the system, and not the full thermodynamic functions.
## Example input file
To see sample TDB files, see [here](https://github.com/CitrineInformatics/calphad_tdb_ingester/tree/make-public-ready/test_files).
## Example output dataset
A sample dataset created by ingesting the two test files in the repository can be seen [here](https://citrination.com/datasets/157270).
## Related useful resources
- [Ingester documentation](http://help.citrination.com/knowledgebase/articles/1834348)
- [PIF schema](http://citrineinformatics.github.io/pif-documentation/)
- [Video tutorial on creating a dataset and using an ingester to upload data to it](https://youtu.be/g9DTHnIp1kQ)
- [Tutorials on using various features of the Citrination platform](https://citrination.org/learn/)