Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhorton authored Dec 3, 2020
1 parent 1050783 commit 0834f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/database_snapshot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ from monty.serialization import loadfn
data = loadfn("magnetic-orderings-database-snapshot.part1.json.gz") # and the same for part 2
```

This snapshot is split into parts simply due to git's large file limit. If loading the data with a different JSON parser, the `Structure` objects can be reconstructed in Python using pymatgen and `Structure.from_dict()`. Data analysis is usually easier if the snapshot is first loaded into a database that can handled JSON documents, like MongoDB.
This snapshot is split into parts simply due to git's large file limit. If loading the data with a different JSON parser, the `Structure` objects can be reconstructed in Python using pymatgen and `Structure.from_dict()`. Data analysis is usually easier if the snapshot is first loaded into a database that can handle JSON documents, like MongoDB.

If using any of this data please cite:

Expand Down

0 comments on commit 0834f9a

Please sign in to comment.