Gloucester County, New South Wales
Gloucester County was one of the original Nineteen Counties in New South Wales, and is now one of the 141 cadastral divisions of New South Wales. It includes the area around Port Stephens. It is bounded on the north and west by the Manning River, and on the south-west by the Williams River.
Gloucester New South Wales | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Location in New South Wales | |||||||||||||||
|
Overview
Gloucester County was named after County Gloucester, England.[1]
Parishes within this county
A full list of parishes found within this county, their current LGA and mapping coordinates to the approximate centre of each location is as follows:
gollark: From potatOS sandboxing somewhere.
gollark: ```luafunction new.find(wildcard) local function recurse_spec(results, path, spec) -- From here: https://github.com/Sorroko/cclite/blob/62677542ed63bd4db212f83da1357cb953e82ce3/src/emulator/native_api.lua local segment = spec:match('([^/]*)'):gsub('/', '') local pattern = '^' .. segment:gsub('[*]', '.+'):gsub('?', '.') .. '$' if new.isDir(path) then for _, file in ipairs(new.list(path)) do if file:match(pattern) then local f = new.combine(path, file) if new.isDir(f) then recurse_spec(results, f, spec:sub(#segment + 2)) end if spec == segment then table.insert(results, f) end end end end end local results = {} recurse_spec(results, '', wildcard) return results end```
gollark: Yes, occasionally.
gollark: But Why™
gollark: Anyone got ideas for improving the skynet protocol? Skynet Genisys is coming out soon, and I can change stuff around for it.
References
- "Gloucester (County)". Geographical Names Register (GNR) of NSW. Geographical Names Board of New South Wales. Retrieved 30 December 2007.
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.