Outputs¶
Export functions¶
- climagrid.outputs.exporters.to_parquet(df, path, **kwargs)[source]¶
Write the DataFrame to a Parquet file (column-oriented, compressed).
Parquet is recommended for time ranges > 30 days or > 100 assets.
- climagrid.outputs.exporters.to_json_schema(path=None)[source]¶
Return (and optionally write) the climagrid column schema as JSON.
The schema file describes every column’s name, dtype, units, source, and description. Utility engineers and SCADA vendors can use this to auto-configure their data ingestion pipelines.