Skip to content

Commit 9d0f782

Browse files
committed
Create README.md
1 parent fa5d791 commit 9d0f782

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# openPMD example datasets
2+
3+
These are example of [openPMD](http://www.openpmd.org/#/start) datasets, in three different geometries:
4+
- 2D Cartesian
5+
- 3D Cartesian
6+
- Cylindrical with azimuthal decomposition ("thetaMode")
7+
8+
In order to obtain these datasets:
9+
- Clone this repository
10+
```
11+
git clone https://github.com/openPMD/openPMD-example-datasets.git
12+
```
13+
- Uncrompress the files
14+
```
15+
cd openPMD-example-datasets
16+
tar -zxvf example-2d.tar.gz
17+
tar -zxvf example-3d.tar.gz
18+
tar -zxvf example-thetaMode.tar.gz
19+
```

0 commit comments

Comments
 (0)