* Generate unique names for regions
Region names previously were generated using the name + bounds. This was removed in #997 which caused a regression bug.
This is now fixed, and region names are generated using the common format of "name_index"
* Add tests for issue #1013