Export Results

Export project data for external analysis.

Export the Final Result Table

Export the final annual hourly energy projection for all scenarios to csv:

$ stride projects export-energy-projection my_project

INFO: Exported the energy projection table to energy_projection.csv

Export to .parquet:

$ mkdir output
$ stride projects export-energy-projection my_project --filename=output/energy_projection.parquet

INFO: Exported the energy projection table to output\energy_projection.parquet

Export a Single Calculated Table

Export a specific table:

$ stride calculated-tables export my_project --scenario=ev_projection --table-name=ev_stock_share_country

INFO: Exported scenario=ev_projection table=ev_stock_share_country to ev_stock_share_country.csv

Export as .parquet:

$ stride calculated-tables export my_project --scenario=baseline --table-name=weather_bait_daily --filename=weather_bait_daily.parquet

INFO: Exported scenario=baseline table=weather_bait_daily to weather_bait_daily.parquet

Export in order to override in an existing or new scenario:

$ stride calculated-tables export my_project --scenario=ev_projection --table-name=ev_stock_share_country

INFO: Exported scenario=ev_projection table=phev_share_country to phev_share_country__revised.csv

See also