Japanese Farmland Parcel Polygons
Parcel information of Japanese farmland. The “筆ポリゴン” (Fude Polygon) data, provided by the Ministry of Agriculture, Forestry and Fisheries (MAFF), represents parcel information of farmland. This data is available for the fiscal years 2021, 2022, 2023, and 2024. As of November 20, 2024, the original data can be accessed and downloaded from the following sources:Introduction
Japanese Farmland Parcel Polygons (Fude Polygons in Japanese) represent parcel information of farmland. The polygons are manually digitized data derived from aerial imagery, such as satellite images. Since no on-site verification or similar procedures have been conducted, the data may not necessarily match the actual current conditions. Fude Polygons are created for the purpose of roughly indicating the locations of farmland.
Data Processing
The original data was downloaded from the Ministry of Agriculture, Forestry and Fisheries (MAFF) website (https://www.maff.go.jp/j/tokei/porigon/index.html) and processed as follows:
- Downloaded all prefecture-level data provided for each year from 2021 to 2024.
- Processed the data for each year to create a nationwide dataset in GeoParquet format:
- Renamed attributes:
- Changed history to history_ja.
- Translated attribute values:
- Converted the land_type_ja column values:
- 100 → “田” (rice field)
- 200 → “畑” (field).
- Added the following columns:
- history_en: Translated values from the history attribute into English.
- land_type_en: Translated values from the land_type attribute into English.
- Validated geometry: Ensured compliance with OGC standards, version 1.2.0.
- Renamed attributes:
- Merged prefecture-level data into a single nationwide dataset.
The file names follow the naming convention below:
- jp_field_polygons_xxxx
- xxxx represents the fiscal year of the data.
The data can be used under the CC BY license. Since this dataset is a processed version of the original data, please include the following citation when using it:
- Fude Polygon Data (published for the fiscal years 2021, 2022, 2023, and 2024) provided by the Ministry of Agriculture, Forestry and Fisheries, processed by Pacific Spatial Solutions, Inc.
Prepared Datasets:
File Name | Description |
---|---|
jp_field_polygons_2021.parquet | Nationwide farmland polygon data created from the 2021 dataset. |
jp_field_polygons_2022.parquet | Nationwide farmland polygon data created from the 2022 dataset. |
jp_field_polygons_2023.parquet | Nationwide farmland polygon data created from the 2023 dataset. |
jp_field_polygons_2024.parquet | Nationwide farmland polygon data created from the 2024 dataset. |
Data Schema and Descriptions
Field Name | Data Type | Description_en | Description_ja |
---|---|---|---|
polygon_uuid | string | Fude Polygon ID (UUID ver. 4) | 筆ポリゴンID(UUID ver. 4) |
land_type | string | Land use code (rice field or field) determined by visual interpretation of satellite imagery | 衛星画像の目視判読による田、畑の地目コード |
issue_year | string | Year of publication on the site | サイトに公開した年度 |
edit_year | string | Year of creation or update | 新規作成、更新した年度 |
history_ja | string | Information indicating the relationship with previously published field polygons (in JSON format) | 過去に公開した筆ポリゴンとの関係を示した情報(JSON形式) |
history_en | string | English translation of the attribute values in history_ja | history_jaの属性値の英語訳 |
last_polygon_uuid | string | If the data is the same as the previous year, the polygon_id of the previous year. If there are changes, it is set to NULL. | 前年度のデータと同一の場合は前年度のpolygon_id。変更があった場合はNULL |
prev_last_polygon_uuid | string | If the data is the same as both the previous year and the year before, the polygon_id of the previous year. If changes occurred between the year before last and the current year, it is set to NULL. | 前年度、前々年度のデータと同一の場合は前年度のpolygon_id。前々年度から当該年度までの間に変更があった場合はNULL |
local_government_cd | string | Code of the municipality, as defined by the Ministry of Internal Affairs and Communications, where the centroid of the polygon overlaps. | ポリゴンの重心点と重なる市区町村の総務省地方公共団体コード |
point_lng | string | Longitude of the polygon’s centroid | ポリゴン重心点の経度 |
point_lat | string | Latitude of the polygon’s centroid | ポリゴンの重心点の緯度 |
old_polygon_id | string | polygon_id of the data published in 2021 | 2021年公開データのpolygon_id |
land_type_ja | string | Japanese notation for land_type code (田 for rice field, 畑 for field) | land_typeコードの日本語表記(田、または畑) |
land_type_en | string | English notation for land_type code (rice_field for rice field, field for field), | land_typeコードの英語表記(rice_field または field) |
English Translations for the Attribute Values
Japanese | English |
---|---|
筆ポリゴン | field_polygon_id |
更新年度 | fy_updated |
前年同一 | same_prev_fy |
発生年度 | fy_occurence |
関連 | related |
発生 | appeared |
消滅 | disappeared |
日本語での説明文
筆ポリゴンとは、農地の区画情報です。ポリゴンは、衛星画像などの空中写真データから手作業でデジタイジングしたデータで、現地確認作業などは行なっていないため、現況とは必ずしも一致しない場合があります。筆ポリゴンは、大まかな農地の位置を示す目的で作成されています。
データは、農林水産省のサイト (https://www.maff.go.jp/j/tokei/porigon/index.html) からダウンロードし、以下の処理を行いました。
- 2021年から2024年までの各県ごとに提供されているデータを全てダウンロード
- 年度ごとに以下の処理を行い、全国データをGeoParquet形式で作成
- 属性名の変更
- history --> history_ja
- 属性値のコードを翻訳
- land_type_ja --> land_type列の値100を「田」、値200を「畑」に変換
- 以下の列を追加
- history_en : history属性を英語に翻訳
- land_type_en : land_type属性を英語に翻訳
- 属性名の変更
- ジオメトリのValidation:OGC Compliant, ver. 1.2.0
- 各県のデータを全国データとしてマージ
ファイル名は、以下の命名ルールに従いました。
- jp_field_polygons_xxxx
- xxxx は、データの対象年度
本データは、CC BYに従うことで利用することができます。このデータはオリジナルデータを加工したデータであるため、利用に際しては、以下の出典を記載して下さい。
- 筆ポリゴンデータ(2021, 2022, 2023, 2024年度公開)農林水産省、をPacific Spatial Solutions株式会社が加工して作成
ダウンロード可能なデータ
ファイル名 | 説明 |
---|---|
jp_field_polygons_2021.parquet | 2021年度に公開されたデータから作成した全国農地ポリゴンデータ |
jp_field_polygons_2022.parquet | 2022年度に公開されたデータから作成した全国農地ポリゴンデータ |
jp_field_polygons_2023.parquet | 2023年度に公開されたデータから作成した全国農地ポリゴンデータ |
jp_field_polygons_2024.parquet | 2024年度に公開されたデータから作成した全国農地ポリゴンデータ |