From d43f4812dada05d70af5e96caca0e09ec541c3e2 Mon Sep 17 00:00:00 2001 From: nick-gorman Date: Mon, 16 Feb 2026 12:05:20 +1100 Subject: [PATCH] Add region, subregion, and rez naming conventions Co-Authored-By: Claude Opus 4.6 --- naming-conventions | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 naming-conventions diff --git a/naming-conventions b/naming-conventions new file mode 100644 index 0000000..3be874d --- /dev/null +++ b/naming-conventions @@ -0,0 +1,14 @@ +# Project naming conventions + +# Region and subregion naming + +- Refer to NEM regions with `region` or `region_id` for variables or column names. In docs, + the use of `regions`, `NEM regions`, or `NEM region` is at the discretion of the author. +- Refer to ISP subregions with `subregion` or `subregion_id` for variables or column names. + In docs, the use of `subregions`, `ISP subregions`, or `ISP subregion` is at the + discretion of the author. +- Refer to renewable energy zones with `rez` or `rez_id` for variables or column names. + In docs, the use of `REZ`, `REZs`, or `Renewable Energy Zones` is at the + discretion of the author. +- The `_id` suffix should always (and only) be used when referring to the naming IDs + of regions, subregions, and rezs. \ No newline at end of file