TOML
公園の種類 - TOML
公園の種類は、都市公園法に基づいて分類された体系で、基幹公園(住区基幹公園・都市基幹公園)、特殊公園、大規模公園、その他の公園(緩衝緑地・都市緑地・緑道など)に区分されます。それぞれの公園は目的、規模、誘致距離などの基準に基づいて定められており、都市計画における緑地整備の基本となっています。総合公園、近隣公園、運動公園、風致公園、動植物公園など、多様な種類の公園が市民の生活に寄与しています。
都市公園法
公園
緑地
都市計画
レクリエーション
環境整備
[[items]]
code = "01"
slug = "neighborhood-park"
name = "街区公園"
description = "街区内に居住する者の利用を目的とする公園です。"
catchmentArea = "250m"
category = "住区基幹公園"
standardSize = "0.25ha"
standardWidth = ""
[[items]]
code = "02"
slug = "community-park"
name = "近隣公園"
description = "近隣に居住する者の利用を目的とする公園です。"
catchmentArea = "500m"
category = "住区基幹公園"
standardSize = "2ha"
standardWidth = ""
[[items]]
code = "03"
slug = "district-park"
name = "地区公園"
description = "徒歩圏内に居住する者の利用を目的とする公園です。"
catchmentArea = "1km"
category = "住区基幹公園"
standardSize = "4ha"
standardWidth = ""
[[items]]
code = "04"
slug = "comprehensive-park"
name = "総合公園"
description = "都市住民全般の総合的な利用に供することを目的とする公園です。"
catchmentArea = ""
category = "都市基幹公園"
standardSize = "10〜50ha"
standardWidth = ""
[[items]]
code = "05"
slug = "sports-park"
name = "運動公園"
description = "主として運動の用に供することを目的とする公園です。"
catchmentArea = ""
category = "都市基幹公園"
standardSize = "15〜75ha"
standardWidth = ""
[[items]]
code = "06"
slug = "scenic-park"
name = "風致公園"
description = "風致の享受を目的とする特殊公園です。"
catchmentArea = ""
category = "特殊公園"
standardSize = ""
standardWidth = ""
[[items]]
code = "07"
slug = "zoo-botanical-garden"
name = "動植物公園"
description = "動物園や植物園などの特殊公園です。"
catchmentArea = ""
category = "特殊公園"
standardSize = ""
standardWidth = ""
[[items]]
code = "08"
slug = "historical-park"
name = "歴史公園"
description = "史跡や名勝などの文化財を公開する特殊公園です。"
catchmentArea = ""
category = "特殊公園"
standardSize = ""
standardWidth = ""
[[items]]
code = "09"
slug = "cemetery-park"
name = "墓園・霊園"
description = "景観良好な墓地を含む特殊公園です。"
catchmentArea = ""
category = "特殊公園"
standardSize = ""
standardWidth = ""
[[items]]
code = "10"
slug = "wide-area-park"
name = "広域公園"
description = "広域のレクリエーション需要を充足する大規模公園です。"
catchmentArea = ""
category = "大規模公園"
standardSize = "50ha以上"
standardWidth = ""
[[items]]
code = "11"
slug = "national-park"
name = "国営公園"
description = "国が設置する広域的な利用を目的とした大規模公園です。"
catchmentArea = ""
category = "大規模公園"
standardSize = "300ha以上"
standardWidth = ""
[[items]]
code = "12"
slug = "buffer-green-space"
name = "緩衝緑地"
description = "公害防止や災害防止を目的とする緑地です。"
catchmentArea = ""
category = "その他の公園・緑地"
standardSize = ""
standardWidth = ""
[[items]]
code = "13"
slug = "urban-green-space"
name = "都市緑地"
description = "都市の自然環境保全と景観向上を目的とする緑地です。"
catchmentArea = ""
category = "その他の公園・緑地"
standardSize = "0.1ha以上"
standardWidth = ""
[[items]]
code = "14"
slug = "greenway"
name = "緑道"
description = "歩行者や自転車用の緑の通路です。"
catchmentArea = ""
category = "その他の公園・緑地"
standardSize = ""
standardWidth = "10〜20m"