Conversation
|
Oh! forgot to mention: I like the |
Co-authored-by: Chris Havlin <chris.havlin@gmail.com>
Co-authored-by: Chris Havlin <chris.havlin@gmail.com>
|
@samwalkow this looks good to me, did you want to add anything else here? shall I merge? |
Co-authored-by: Matthew Turk <matthewturk@gmail.com>
|
|
||
| After running that line of code in the command line, image files of a projection plot or other visauls are returned. | ||
|
|
||
| Documentation is coming soon to: https://analysis-schema.readthedocs.io. |
There was a problem hiding this comment.
Will it be up by the time the package is published?
|
|
||
| ## Dependencies | ||
|
|
||
| Currently, the Analysis Schema is built from [yt](https://github.com/yt-project/yt), a python library for analyzing and visauliation volumetric data. It also uses [pydantic](https://github.com/pydantic/pydantic) to create the schema and validate workflow input. |
There was a problem hiding this comment.
| Currently, the Analysis Schema is built from [yt](https://github.com/yt-project/yt), a python library for analyzing and visauliation volumetric data. It also uses [pydantic](https://github.com/pydantic/pydantic) to create the schema and validate workflow input. | |
| Currently, the Analysis Schema is built for [yt](https://github.com/yt-project/yt), a python library for analyzing and visauliation volumetric data. It also uses [pydantic](https://github.com/pydantic/pydantic) to create the schema and validate workflow input. |
|
|
||
| ## License | ||
|
|
||
| * Free software: MIT license |
This is a pull request that contains changes to the readme and adds two new markdown files with examples that include loading, subsetting, and plotting data. Those are in the examples folder.