The NSW and VIC non-REZ IDs N0 and V0 don't appear in the IASR table renewable_energy_zones,
so they don't get templated into the network_geography table. At the moment this isn't
causing anything to break, and in templating new entrants doesn't cause problems because
we can just use a 'not-subregion' filter that leaves rows with N0/V0 geo_id grouped
with other REZs explicitly defined in the geography table. However, as we add in the
wild-card expansion system and in case other templating/translation steps end up relying
on the network_geography table, this might end up causing silent data losses.
The NSW and VIC non-REZ IDs N0 and V0 don't appear in the IASR table
renewable_energy_zones,so they don't get templated into the
network_geographytable. At the moment this isn'tcausing anything to break, and in templating new entrants doesn't cause problems because
we can just use a 'not-subregion' filter that leaves rows with N0/V0 geo_id grouped
with other REZs explicitly defined in the geography table. However, as we add in the
wild-card expansion system and in case other templating/translation steps end up relying
on the
network_geographytable, this might end up causing silent data losses.