reVReports is a tool that aims to make it very simple to create standard, report-quality graphics that summarize the key results from multiple scenarios of reV supply curves.
The quickest way to install reVReports for users is from PyPi:
pip install reVReportsIf you would like to install and run reVReports from source, we recommend using pixi:
git clone [email protected]:NREL/reVReports.git; cd reVReports
pixi run reVReportsFor detailed instructions, see the installation documentation.
To run a quick reVReports demo, use:
pixi run geo-demoThis will generate sample map outputs using example reV geothermal supply curve outputs.
For more information on running reVReports, see
Usage.
Please see the Development Guidelines if you wish to contribute code to this repository.