tas_use_rules.json 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "meta": {
  3. "version": "2025-08-27-draftA",
  4. "notes": "Indicative only. Always confirm against zone Use Table + standards and the LPS. Status values are advisory, not determinations."
  5. },
  6. "enums": {
  7. "status": {
  8. "P": "Likely permitted (subject to standards)",
  9. "D": "Likely discretionary",
  10. "X": "Often prohibited",
  11. "CHECK": "Check Use Table"
  12. }
  13. },
  14. "aliases": {
  15. "dwelling": ["house", "single dwelling", "new dwelling", "primary residence"],
  16. "outbuilding": ["shed", "garage", "carport", "garden shed", "outbuilding / shed"],
  17. "home_business": ["home-based business", "home occupation", "home office", "studio (home)"],
  18. "cafe": ["café", "food services", "coffee shop", "restaurant (small)"],
  19. "warehouse": ["storage", "bulk goods storage", "logistics shed"],
  20. "agriculture": ["primary production", "farming", "orchard", "market garden"],
  21. "visitor_accom": ["short-stay", "bnb", "visitor accommodation", "holiday let"],
  22. "subdivision_minor": ["boundary adjustment", "2-lot subdivision", "minor subdivision"]
  23. },
  24. "rules": {
  25. "General Residential Zone": [
  26. {
  27. "use": "dwelling",
  28. "status": "CHECK",
  29. "refs": { "use_table": "8.2", "standards": ["8.3", "8.4"] },
  30. "notes": "Typically supported in residential zones; check density, private open space, height, setbacks, parking."
  31. },
  32. {
  33. "use": "outbuilding",
  34. "status": "CHECK",
  35. "refs": { "use_table": "8.2", "standards": ["8.4"] },
  36. "notes": "Usually ancillary to a dwelling. Check building envelope, site coverage, streetscape impacts."
  37. },
  38. {
  39. "use": "home_business",
  40. "status": "CHECK",
  41. "refs": { "use_table": "8.2", "standards": ["8.3", "8.4"] },
  42. "notes": "Often allowed with limits on floor area, staff, hours, signage and traffic."
  43. },
  44. {
  45. "use": "visitor_accom",
  46. "status": "CHECK",
  47. "refs": { "use_table": "8.2", "standards": ["8.3", "8.4"] },
  48. "notes": "May be discretionary or qualified; check parking, amenity, and any LPS local provisions."
  49. },
  50. {
  51. "use": "subdivision_minor",
  52. "status": "CHECK",
  53. "refs": { "standards": ["8.6"] },
  54. "notes": "Lot design/area and services apply; check frontage and slope."
  55. }
  56. ],
  57. "Inner Residential Zone": [
  58. { "use": "dwelling", "status": "CHECK", "refs": { "use_table": "9.2", "standards": ["9.3", "9.4"] }, "notes": "Often higher density context; check privacy/overlooking and character controls." },
  59. { "use": "home_business", "status": "CHECK", "refs": { "use_table": "9.2", "standards": ["9.3", "9.4"] }, "notes": "Amenity and traffic caps are common." }
  60. ],
  61. "Low Density Residential Zone": [
  62. { "use": "dwelling", "status": "CHECK", "refs": { "use_table": "10.2", "standards": ["10.3", "10.4"] }, "notes": "Lower servicing; larger setbacks/site areas. Onsite wastewater often relevant." },
  63. { "use": "outbuilding", "status": "CHECK", "refs": { "use_table": "10.2", "standards": ["10.4"] }, "notes": "Ancillary, bulk/height/siting checked against 10.4." },
  64. { "use": "subdivision_minor", "status": "CHECK", "refs": { "standards": ["10.6"] }, "notes": "Minimum lot size and servicing are key." }
  65. ],
  66. "Rural Zone": [
  67. { "use": "agriculture", "status": "CHECK", "refs": { "use_table": "20.2", "standards": ["20.3", "20.4"] }, "notes": "Generally supported; check sensitive use buffers and access." },
  68. { "use": "dwelling", "status": "CHECK", "refs": { "use_table": "20.2", "standards": ["20.4"] }, "notes": "Often tied to agricultural use or subject to location/servicing tests." },
  69. { "use": "visitor_accom", "status": "CHECK", "refs": { "use_table": "20.2", "standards": ["20.4"] }, "notes": "Tourism use may be discretionary; landscape/traffic/bushfire common triggers." }
  70. ],
  71. "Agriculture Zone": [
  72. { "use": "agriculture", "status": "CHECK", "refs": { "use_table": "21.2", "standards": ["21.3", "21.4"] }, "notes": "Protect agricultural productivity; avoid sensitive use conflicts." },
  73. { "use": "dwelling", "status": "CHECK", "refs": { "use_table": "21.2", "standards": ["21.4"] }, "notes": "Commonly constrained unless directly supporting agriculture; check location criteria." }
  74. ],
  75. "Local Business Zone": [
  76. { "use": "cafe", "status": "CHECK", "refs": { "use_table": "14.2", "standards": ["14.3", "14.4"] }, "notes": "Typically supported; check hours, noise, waste, parking (C2)." },
  77. { "use": "home_business", "status": "CHECK", "refs": { "use_table": "14.2", "standards": ["14.4"] }, "notes": "Small-scale and amenity-compatible preferred." }
  78. ],
  79. "Light Industrial Zone": [
  80. { "use": "warehouse", "status": "CHECK", "refs": { "use_table": "18.2", "standards": ["18.3", "18.4"] }, "notes": "Typically supported; design/impact controls apply. Check C9 attenuation and C3 near roads/rail." }
  81. ]
  82. }
  83. }