Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc: openPMD to GDF and VTK #6

Merged
merged 1 commit into from
Aug 1, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ This repository contains scripts and small tools that can be used to work with
or enhance valid openPMD files.
See the [openPMD standard](https://github.com/openPMD/openPMD-standard).

Conversion from/to openPMD
--------------------------

The following external repositories contain converters to/from openPMD files.

- [openPMD => VTK](https://github.com/hightower8083/opmd2VTK) (Weizmann Institute of Science, Israel)
- domain: convert openPMD HDF5 to VTK containers
- [repository](https://github.com/hightower8083/opmd2VTK) (GPLv3+)
- maintainers: I Andriyash @hightower8083
- status: implemented (base standard 1.X)

- [openPMD <=> GPT](https://github.com/KseniaBastrakova/openPMD-converter-GDF) (HZDR, Germany)
- domain: convert between [GPT](http://www.pulsar.nl/gpt/)'s GDF and openPMD HDF5 (back & forth)
- [repository](https://github.com/KseniaBastrakova/openPMD-converter-GDF) (ISC)
- maintainers: K Bastrakova @KseniaBastrakova, A Huebl @ax3l
- status: implemented (base standard 1.X)


More than Scripts
-----------------
Expand Down