Dufferin Parish, New Brunswick
Dufferin is a civil parish in Charlotte County, New Brunswick, Canada,[2] located east of St. Stephen.
Dufferin | |
---|---|
Location within Charlotte County. | |
Country | |
Province | |
County | Charlotte County |
Established | 1874 |
Area | |
• Land | 12.34 km2 (4.76 sq mi) |
Population (2016)[1] | |
• Total | 573 |
• Density | 46.4/km2 (120/sq mi) |
• Change 2011-2016 | |
• Dwellings | 256 |
Time zone | UTC-4 (AST) |
• Summer (DST) | UTC-3 (ADT) |
The local service district (LSD) and Census subdivision of the same name have the same boundaries as the parish.[3]
The LSD assesses for basic LSD services.[lower-alpha 1]
History
Dufferin Parish created in 1873 from Saint Stephen Parish and named for Frederick Temple-Blackwood, Marquis of Dufferin (1826-1902) and governor-general of Canada from 1872-1878.
Delineation
Dufferin Parish is defined in the Territorial Division Act[2] as:
- "Commencing in the centre of the channel of the St. Croix River opposite the mouth of Dennis Stream; thence following the centre of said channel down stream [sic] around Todds Point, so called, to Oak Bay, and up the centre of the channel of Oak Bay and of Pagans Cove, to where the northern line of lots fronting on northern side of St. Croix River intersects said cove; thence westerly and northwesterly along said line to the Bay Road,[lower-alpha 2] so called; thence westerly along said road to Dennis Stream, and thence down said stream to beginning."
Bodies of water
Bodies of water at least partly within the parish.[4]
|
Demographics
Population
Canada census – Dufferin Parish, New Brunswick community profile | |||
---|---|---|---|
2016 | 2011 | 2006 | |
Population: | 573 (0.0% from 2011) | 573 (+7.1% from 2006) | 535 (-2.4% from 2001) |
Land area: | 12.34 km2 (4.76 sq mi) | 12.40 km2 (4.79 sq mi) | 12.40 km2 (4.79 sq mi) |
Population density: | 46.4/km2 (120/sq mi) | 46.2/km2 (120/sq mi) | 43.1/km2 (112/sq mi) |
Median age: | 49.6 (M: 48.2, F: 50.2) | 49.5 (M: 50.5, F: 47.9) | 49.2 (M: 49.1, F: 49.5) |
Total private dwellings: | 256 | 288 | 272 |
Median household income: | $73,387 | $.N/A | $62,207 |
Notes: Income data for this area has been suppressed for data quality or confidentiality reasons. – References: 2016[5] 2011[6] 2006[7] earlier[8] |
|
|
| |||||||||||||||||||||||||||
[9][1] |
Language
Canada Census Mother Tongue - Dufferin Parish, New Brunswick[9] | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Census | Total | English |
French |
English & French |
Other | |||||||||||||
Year | Responses | Count | Trend | Pop % | Count | Trend | Pop % | Count | Trend | Pop % | Count | Trend | Pop % | |||||
2011 |
575 |
545 | 94.78% | 15 | 2.61% | 0 | 0.00% | 15 | 2.61% | |||||||||
2006 |
535 |
525 | 98.13% | 10 | 1.87% | 0 | 0.00% | 0 | 0.00% | |||||||||
2001 |
550 |
515 | 93.64% | 25 | 4.54% | 0 | 0.00% | 10 | 1.82% | |||||||||
1996 |
450 |
430 | n/a | 95.56% | 20 | n/a | 4.44% | 0 | n/a | 0.00% | 0 | n/a | 0.00% |
Access Routes
Highways and numbered routes that run through the parish, including external routes that start or finish at the parish limits:[10]
|
|
|
|
gollark: tio!debug
gollark: Yes, thanks TIOpy?
gollark: ```python#!/usr/bin/env python3import subprocess, os, os.path, sys, argparse, datetimetimestamp = datetime.datetime.now().strftime("%Y-%m-%d_%H-%M-%S")print(timestamp)parser = argparse.ArgumentParser(description="do backups, probably")parser.add_argument("--encrypt", "-E", help="store backup in encrypted folder (please make sure it's unlocked)", action="store_true")parser.add_argument("--no-incremental", "-n", help="don't do incremental backup", action="store_true")parser.add_argument("--save_as", "-a", help="back up under different name")parser.add_argument("dir", help="directory to backup")args = parser.parse_args()incremental = not args.no_incrementalprint(args)srcdir = os.path.abspath(args.dir)outdir = os.path.join(os.path.dirname(os.path.abspath(sys.argv[0])), "encrypted/backups" if args.encrypt else "backups")safepath = (args.save_as or srcdir).lstrip("/").replace("/", "-").replace("_", "-")outpath = os.path.join(outdir, f"{safepath}_{timestamp}{'_incr' if incremental else ''}.tar.zst")snapshot = os.path.join(outdir, f"{safepath}.snapshot")snapargs = ["-g", snapshot] if incremental else []print(srcdir, outdir, outpath)tarproc = subprocess.Popen(["tar", "-c", "-v", "-C", os.path.dirname(srcdir), os.path.basename(srcdir)] + snapargs, stdout=subprocess.PIPE)zstproc = subprocess.Popen(["zstd", "-10", "-T0", "-o", outpath], stdin=tarproc.stdout)def assert_proc(x): if x.wait() != 0: print(f"warning: {x.args} failed")assert_proc(tarproc)assert_proc(zstproc)```efficiency™
gollark: Wow, I really love having to use `grep` to find an option in `--help`!
gollark: Yes.
See also
Notes
- Firefighting, policing, zoning, EMO, and dog control, along with administrative costs.
- Old Bay Road
References
- "Census Profile, 2016 Census: Dufferin, Parish [Census subdivision], New Brunswick". Statistics Canada. Retrieved 8 September 2019.
- "Chapter T-3 Territorial Division Act". Government of New Brunswick. Retrieved 1 August 2020.
- "New Brunswick Regulation 84-168 under the Municipalities Act (O.C. 84-582)". Government of New Brunswick. Retrieved 1 August 2020.
- "488" (PDF). Province of New Brunswick. Retrieved 2 August 2020. "489" (PDF). Province of New Brunswick. Retrieved 2 August 2020.
- "2016 Community Profiles". 2016 Canadian Census. Statistics Canada. 21 February 2017. Retrieved 8 September 2019.
- "2011 Community Profiles". 2011 Canadian Census. Statistics Canada. 5 July 2013. Retrieved 15 March 2014.
- "2006 Community Profiles". 2006 Canadian Census. Statistics Canada. 30 March 2011. Retrieved 15 March 2014.
- "2001 Community Profiles". 2001 Canadian Census. Statistics Canada. 17 February 2012.
- Statistics Canada: 1996, 2001, 2006, 2011 census
- Atlantic Canada Back Road Atlas ISBN 978-1-55368-618-7 Pages 4, 12
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.