First release
Here's the initial bit of code with associated files. Breakdown is:
-README.md provides a quick overview of use cases for this object, and a notice that we are providing limited to no support for this
- Actual object (
WRFInputFormater) is inwps_formatter.py - A
requirements.txtfile containing the required python libraries -
example_usage.ipynbis a Jupyter notebook that walks through using the object with some test data -
testdata/folder holds some small samples of the kinds of data we'd process with this script as netCDF files (total ~90MB)
Let me know with comments and next steps.