統合農地データ取得API v1:WfsGetFieldPolygon
提供ベンダー:
農研機構:農業情報研究センター
システム名:
統合農地データ提供API
利用条件:
提供ベンダーと有償契約が必要
概要
API名称
AgriculturalMap
説明
ID付与済の筆ポリゴン、農地ピン、土壌図を統合した農地情報を、農研機構 農業情報研究センターが提供します。
ご利用を希望される方は農研機構 農業情報研究センター(wagri@ml.affrc.go.jp)までご連絡をお願いいたします。
データの更新頻度
年1回程度(2020年度まで)
添付ファイル
ー
リクエスト
URL
https://api.wagri.net/API/Individual/NARO/AgriculturalMap/WfsGetFieldPolygon?BBOX={bbox}
説明
本メソッドは、筆ポリゴンデータをGeoJSON形式で返却します。
HTTPメソッド
GET
パラメータ
URLデータ定義
GeoJSON形式農業地図取得(WFS 1.1.0準拠)のURIパラメータ
名称 | 型 | サイズ | 値の説明 |
---|---|---|---|
bbox | フィーチャの検索範囲 | string | Required フィーチャの検索範囲。緯度経度座標系(WGS84)で矩形範囲を指定。(最小緯度,最小経度,最大緯度,最大経度) |
URL説明
2020年1月時点における利用可能地区は以下の通り。
筆ポリゴン(全国(一部地域を除く))
土壌図(全国) 一度に出力できる最大のフィーチャ(図形)数は30,000です。これを超えないように検索範囲を設定してください。
呼出例
GET https://api.wagri.net/API/Individual/NARO/AgriculturalMap/WfsGetFieldPolygon?BBOX={bbox}
レスポンス
レイアウト
レスポンスデータ定義
GeoJSON形式農業地図取得(WFS 1.1.0準拠)のレスポンスデータ(地図種別:筆ポリゴンの場合)
名称 | 値 | 型 | 値の説明 |
---|---|---|---|
Geometry | 形状情報 | string | [FP]緯度経度座標系(WGS84)のPolygonデータ(経度,緯度) |
FID | フィーチャID | integer | フィーチャID(GeoMation独自に付与した一意でないID。筆ポリゴンデータ更新等により値が変わります) |
FP_ID | ID | string | [FP]ID |
FP_FieldType | 圃場種類 | string | [FP]圃場種類(1:田、2:畑) |
PN_Address | 所在・番地 | string | [PN]所在・番地 |
PN_Area | 面積 | number | [PN]面積 |
PN_FarmerNumber | 耕作者整理番号 | string | [PN]耕作者整理番号 |
PN_DescriptiveStudyData | 利用状況調査日 | string | [PN]利用状況調査日 |
SL_SoilSmallName | 包括統群土壌名 | string | [SL]包括統群土壌名 |
SL_SoilLargeCode | 土壌群コード | string | [SL]土壌群コード |
SL_SoilMiddleCode | 土壌亜群コード | string | [SL]土壌亜群コード |
SL_SoilSmallCode | 土壌統群コード | string | [SL]土壌統群コード |
レスポンス説明
- Additional informationに表記されている[FP][PN][SL]の説明は以下の通り。
[FP]:筆ポリゴンの情報。
[PN]:筆ポリゴン内に存在する農地ピンの情報。
ただし、筆ポリゴン内に複数の農地ピンが存在する場合、農地ピンの情報は格納されません。
[SL]:筆ポリゴン内に存在する土壌図の情報。
ただし、筆ポリゴン内に複数の土壌図ポリゴンが存在する場合、土壌図ポリゴンの情報が格納されません。 - GeoJSONに出力される属性情報項目(「FID」~「SL_SoilSmallCode」)は順序不同です
レスポンス例
サンプルコードでのレスポンス(抜粋)です。
{ "features": [ { "geometry": { "srs": "EPSG:4326", "coordinates": [ [ [ 140.49979739567976, 35.67084937105972 ], [ 140.50011542493607, 35.67087880551823 ], [ 140.50012308489812, 35.67085962107599 ], [ 140.50012283726065, 35.67082984596676 ], [ 140.49965653224373, 35.67054742388951 ], [ 140.4995324023202, 35.670688559350964 ] ] ], "type": "Polygon" }, "type": "Feature", "properties": { "FID": 26009181, "FP_ID": "1209-0363250060335", "SL_SoilLargeCode": "F2", "SL_SoilMiddleCode": "F2a2", "PN_DescriptiveStudyData": null, "FP_FieldType": "田", "PN_Area": 817, "SL_SoilSmallName": "中粒質斑鉄型グライ低地土", "PN_FarmerNumber": "30c2ffd52670865a7f00b100f62593d5", "PN_Address": "千葉県横芝光町芝崎中島1944-1", "SL_SoilSmallCode": "F2a2t2" } }, { "geometry": { "srs": "EPSG:4326", "coordinates": [ [ [ 140.49904406415033, 35.66864638274785 ], [ 140.4986606343769, 35.669066761385714 ], [ 140.49915616348466, 35.66935043676458 ], [ 140.4995326601925, 35.66893589641684 ] ] ], "type": "Polygon" }, "type": "Feature", "properties": { "FID": 26020701, "FP_ID": "1209-0365190060272", "SL_SoilLargeCode": "", "SL_SoilMiddleCode": "", "PN_DescriptiveStudyData": null, "FP_FieldType": "田", "PN_Area": 0, "SL_SoilSmallName": "", "PN_FarmerNumber": "", "PN_Address": "", "SL_SoilSmallCode": "" } }, { "geometry": { "srs": "EPSG:4326", "coordinates": [ [ [ 140.49965130643184, 35.66965360855831 ], [ 140.4999006138035, 35.66938243743513 ], [ 140.4994191516972, 35.669093996190895 ], [ 140.49917203097067, 35.66936652037768 ] ] ], "type": "Polygon" }, "type": "Feature", "properties": { "FID": 26017532, "FP_ID": "1209-0364770060311", "SL_SoilLargeCode": "", "SL_SoilMiddleCode": "", "PN_DescriptiveStudyData": null, "FP_FieldType": "田", "PN_Area": 0, "SL_SoilSmallName": "", "PN_FarmerNumber": "", "PN_Address": "", "SL_SoilSmallCode": "" } }, { "geometry": { "srs": "EPSG:4326", "coordinates": [ [ [ 140.5000376575412, 35.67009546334941 ], [ 140.50016658224297, 35.66995212185746 ], [ 140.49968152218642, 35.66965944041627 ], [ 140.49954596015084, 35.669808296392716 ] ] ], "type": "Polygon" }, "type": "Feature", "properties": { "FID": 26013256, "FP_ID": "1209-0364210060340", "SL_SoilLargeCode": "F2", "SL_SoilMiddleCode": "F2a2", "PN_DescriptiveStudyData": null, "FP_FieldType": "田", "PN_Area": 1021, "SL_SoilSmallName": "中粒質斑鉄型グライ低地土", "PN_FarmerNumber": "26196a34b406ea3a21f686792bec7e63", "PN_Address": "千葉県横芝光町芝崎向野2374", "SL_SoilSmallCode": "F2a2t2" } }, { "geometry": { "srs": "EPSG:4326", "coordinates": [ [ [ 140.50115548276048, 35.66971309461402 ], [ 140.50126175074092, 35.669594190209395 ], [ 140.5010627298639, 35.669482568782115 ], [ 140.5010257628944, 35.669425347697626 ], [ 140.500803020169, 35.669281953995075 ], [ 140.5006779026872, 35.66942018742543 ], [ 140.5009136850844, 35.66956479689801 ] ] ], "type": "Polygon" }, "type": "Feature", "properties": { "FID": 26009758, "FP_ID": "1209-0364620060441", "SL_SoilLargeCode": "", "SL_SoilMiddleCode": "", "PN_DescriptiveStudyData": null, "FP_FieldType": "田", "PN_Area": 971, "SL_SoilSmallName": "", "PN_FarmerNumber": "0e7b0ddb70a88ab4e751895aabed40fc", "PN_Address": "千葉県横芝光町芝崎谷畑2384", "SL_SoilSmallCode": "" } }, { "geometry": { "srs": "EPSG:4326", "coordinates": [ [ [ 140.4999006138035, 35.66938243743513 ], [ 140.50002858173463, 35.66924324606784 ], [ 140.49954751778094, 35.66895243343364 ], [ 140.4994191516972, 35.669093996190895 ] ] ], "type": "Polygon" }, "type": "Feature", "properties": { "FID": 26012467, "FP_ID": "1209-0365000060329", "SL_SoilLargeCode": "", "SL_SoilMiddleCode": "", "PN_DescriptiveStudyData": null, "FP_FieldType": "田", "PN_Area": 1021, "SL_SoilSmallName": "", "PN_FarmerNumber": "1091ddcb98b6f044a9ce76f7ba782be8", "PN_Address": "千葉県横芝光町芝崎向野2363", "SL_SoilSmallCode": "" } }, { "geometry": { "srs": "EPSG:4326", "coordinates": [ [ [ 140.49942156078154, 35.67081458542177 ], [ 140.49979739567976, 35.67084937105972 ], [ 140.4995324023202, 35.670688559350964 ] ] ], "type": "Polygon" }, "type": "Feature", "properties": { "FID": 26004190, "FP_ID": "1209-0363200060315", "SL_SoilLargeCode": "F2", "SL_SoilMiddleCode": "F2a2", "PN_DescriptiveStudyData": null, "FP_FieldType": "田", "PN_Area": 283, "SL_SoilSmallName": "中粒質斑鉄型グライ低地土", "PN_FarmerNumber": "99c5d3a69a40c6b01a35afb7b05aa937", "PN_Address": "千葉県横芝光町芝崎中島1945-1", "SL_SoilSmallCode": "F2a2t2" } }, { "geometry": { "srs": "EPSG:4326", "coordinates": [ [ [ 140.50066951815847, 35.67025684006122 ], [ 140.5007239129085, 35.670195978275544 ], [ 140.50024370391304, 35.66989989817148 ], [ 140.50018455345483, 35.669965248117144 ] ] ], "type": "Polygon" }, "type": "Feature", "properties": { "FID": 26005740, "FP_ID": "1209-0363980060394", "SL_SoilLargeCode": "F2", "SL_SoilMiddleCode": "F2a2", "PN_DescriptiveStudyData": null, "FP_FieldType": "田", "PN_Area": 474, "SL_SoilSmallName": "中粒質斑鉄型グライ低地土", "PN_FarmerNumber": "99c5d3a69a40c6b01a35afb7b05aa937", "PN_Address": "千葉県横芝光町芝崎南稲荷穴76-2", "SL_SoilSmallCode": "F2a2t2" } }, { "geometry": { "srs": "EPSG:4326", "coordinates": [ [ [ 140.5007239129085, 35.670195978275544 ], [ 140.50078996120774, 35.67012207728445 ], [ 140.50054405365833, 35.66997479178738 ], [ 140.50030533289777, 35.66983180978454 ], [ 140.50024370391304, 35.66989989817148 ] ] ], "type": "Polygon" }, "type": "Feature", "properties": { "FID": 26006354, "FP_ID": "1209-0364050060400", "SL_SoilLargeCode": "F2", "SL_SoilMiddleCode": "F2a2", "PN_DescriptiveStudyData": null, "FP_FieldType": "田", "PN_Area": 477, "SL_SoilSmallName": "中粒質斑鉄型グライ低地土", "PN_FarmerNumber": "9299e7694385a8055401caa9391b3215", "PN_Address": "千葉県横芝光町芝崎南稲荷穴76-1", "SL_SoilSmallCode": "F2a2t2" } }, { "geometry": { "srs": "EPSG:4326", "coordinates": [ [ [ 140.49880708136354, 35.66976898169985 ], [ 140.49867561149824, 35.669913963574494 ], [ 140.49892371628425, 35.6700609191761 ], [ 140.49905754194836, 35.6699173321983 ] ] ], "type": "Polygon" }, "type": "Feature", "properties": { "FID": 26006584, "FP_ID": "1209-0364170060250", "SL_SoilLargeCode": "F2", "SL_SoilMiddleCode": "F2a2", "PN_DescriptiveStudyData": null, "FP_FieldType": "田", "PN_Area": 499, "SL_SoilSmallName": "中粒質斑鉄型グライ低地土", "PN_FarmerNumber": "30c2ffd52670865a7f00b100f62593d5", "PN_Address": "千葉県横芝光町芝崎向野2369", "SL_SoilSmallCode": "F2a2t2" } }, { "geometry": { "srs": "EPSG:4326", "coordinates": [ [ [ 140.5011569511703, 35.67033767684889 ], [ 140.50127980645811, 35.67019964937306 ], [ 140.50093728970631, 35.66999989993634 ], [ 140.50081863393208, 35.67013143683744 ] ] ], "type": "Polygon" }, "type": "Feature", "properties": { "FID": 26007845, "FP_ID": "1209-0363880060448", "SL_SoilLargeCode": "F2", "SL_SoilMiddleCode": "F2a2", "PN_DescriptiveStudyData": null, "FP_FieldType": "田", "PN_Area": 564, "SL_SoilSmallName": "中粒質斑鉄型グライ低地土", "PN_FarmerNumber": "99c5d3a69a40c6b01a35afb7b05aa937", "PN_Address": "千葉県横芝光町芝崎谷畑2426-1", "SL_SoilSmallCode": "F2a2t2" } }, { "geometry": { "srs": "EPSG:4326", "coordinates": [ [ [ 140.50090942228775, 35.67061577284805 ], [ 140.50102792964887, 35.67048263142311 ], [ 140.50068822422642, 35.67027600303334 ], [ 140.5005658533373, 35.67041165716813 ] ] ], "type": "Polygon" }, "type": "Feature", "properties": { "FID": 26007865, "FP_ID": "1209-0363570060425", "SL_SoilLargeCode": "F2", "SL_SoilMiddleCode": "F2a2", "PN_DescriptiveStudyData": null, "FP_FieldType": "田", "PN_Area": 715, "SL_SoilSmallName": "中粒質斑鉄型グライ低地土", "PN_FarmerNumber": "fddad1eb3a24ab73835098c87f412b2b", "PN_Address": "千葉県横芝光町芝崎南稲荷穴68-1", "SL_SoilSmallCode": "F2a2t2" } }, { "geometry": { "srs": "EPSG:4326", "coordinates": [ [ [ 140.49928498688672, 35.67005204934496 ], [ 140.49940389162657, 35.669922718829916 ], [ 140.49892676733086, 35.66963699425311 ], [ 140.49880708136354, 35.66976898169985 ], [ 140.49905754194836, 35.6699173321983 ] ] ], "type": "Polygon" }, "type": "Feature", "properties": { "FID": 26010128, "FP_ID": "1209-0364250060272", "SL_SoilLargeCode": "F2", "SL_SoilMiddleCode": "F2a2", "PN_DescriptiveStudyData": null, "FP_FieldType": "田", "PN_Area": 1021, "SL_SoilSmallName": "中粒質斑鉄型グライ低地土", "PN_FarmerNumber": "46c0ea3f77792bda1fe04a53c3d3fa1b", "PN_Address": "千葉県横芝光町芝崎向野2368", "SL_SoilSmallCode": "F2a2t2" } }, { "geometry": { "srs": "EPSG:4326", "coordinates": [ [ [ 140.49890730003753, 35.66962444398652 ], [ 140.4990242584224, 35.66949566907439 ], [ 140.49853665993285, 35.669203567453074 ], [ 140.49843561720596, 35.66932077786911 ], [ 140.49843923093624, 35.66934418578103 ] ] ], "type": "Polygon" }, "type": "Feature", "properties": { "FID": 26010148, "FP_ID": "1209-0364730060238", "SL_SoilLargeCode": "F2", "SL_SoilMiddleCode": "F2a2", "PN_DescriptiveStudyData": null, "FP_FieldType": "田", "PN_Area": 1021, "SL_SoilSmallName": "中粒質斑鉄型グライ低地土", "PN_FarmerNumber": "353f88432fe662536e3b72620525d7fe", "PN_Address": "千葉県横芝光町芝崎向野2347", "SL_SoilSmallCode": "F2a2t2" } }, { "geometry": { "srs": "EPSG:4326", "coordinates": [ [ [ 140.50016658224297, 35.66995212185746 ], [ 140.50028468943654, 35.66982080695573 ], [ 140.49979968451154, 35.66952968988709 ], [ 140.49968152218642, 35.66965944041627 ] ] ], "type": "Polygon" }, "type": "Feature", "properties": { "FID": 26010397, "FP_ID": "1209-0364360060352", "SL_SoilLargeCode": "F2", "SL_SoilMiddleCode": "F2a2", "PN_DescriptiveStudyData": null, "FP_FieldType": "田", "PN_Area": 1021, "SL_SoilSmallName": "中粒質斑鉄型グライ低地土", "PN_FarmerNumber": "0e7b0ddb70a88ab4e751895aabed40fc", "PN_Address": "千葉県横芝光町芝崎向野2375", "SL_SoilSmallCode": "F2a2t2" } }, { "geometry": { "srs": "EPSG:4326", "coordinates": [ [ [ 140.50002858173463, 35.66924324606784 ], [ 140.5001468346418, 35.669114621233796 ], [ 140.49966999061203, 35.66881736919457 ], [ 140.49954751778094, 35.66895243343364 ] ] ], "type": "Polygon" }, "type": "Feature", "properties": { "FID": 26010558, "FP_ID": "1209-0365150060340", "SL_SoilLargeCode": "B1", "SL_SoilMiddleCode": "B1e4", "PN_DescriptiveStudyData": null, "FP_FieldType": "田", "PN_Area": 1021, "SL_SoilSmallName": "表層無機質腐朽質泥炭土", "PN_FarmerNumber": "1091ddcb98b6f044a9ce76f7ba782be8", "PN_Address": "千葉県横芝光町芝崎向野2362", "SL_SoilSmallCode": "B1e4w1" } }, { "geometry": { "srs": "EPSG:4326", "coordinates": [ [ [ 140.49953050824735, 35.66978499965822 ], [ 140.49965130643184, 35.66965360855831 ], [ 140.49917203097067, 35.66936652037768 ], [ 140.49904738590828, 35.6695039777845 ] ] ], "type": "Polygon" }, "type": "Feature", "properties": { "FID": 26010814, "FP_ID": "1209-0364540060294", "SL_SoilLargeCode": "F2", "SL_SoilMiddleCode": "F2a2", "PN_DescriptiveStudyData": null, "FP_FieldType": "田", "PN_Area": 1021, "SL_SoilSmallName": "中粒質斑鉄型グライ低地土", "PN_FarmerNumber": "0e7b0ddb70a88ab4e751895aabed40fc", "PN_Address": "千葉県横芝光町芝崎向野2366", "SL_SoilSmallCode": "F2a2t2" } }, { "geometry": { "srs": "EPSG:4326", "coordinates": [ [ [ 140.49939547927033, 35.670812602809335 ], [ 140.49951403921045, 35.670676879043555 ], [ 140.49902069130425, 35.670382806776814 ], [ 140.49890238188638, 35.67051507249251 ] ] ], "type": "Polygon" }, "type": "Feature", "properties": { "FID": 26011289, "FP_ID": "1209-0363410060281", "SL_SoilLargeCode": "F2", "SL_SoilMiddleCode": "F2a2", "PN_DescriptiveStudyData": null, "FP_FieldType": "田", "PN_Area": 1021, "SL_SoilSmallName": "中粒質斑鉄型グライ低地土", "PN_FarmerNumber": "99c5d3a69a40c6b01a35afb7b05aa937", "PN_Address": "千葉県横芝光町芝崎中島1987", "SL_SoilSmallCode": "F2a2t2" } }, { "geometry": { "srs": "EPSG:4326", "coordinates": [ [ [ 140.50066951815847, 35.67025684006122 ], [ 140.50018455345483, 35.669965248117144 ], [ 140.50006990716054, 35.67009190996599 ], [ 140.50055392397252, 35.67038617694685 ] ] ], "type": "Polygon" }, "type": "Feature", "properties": { "FID": 26010034, "FP_ID": "1209-0363870060386", "SL_SoilLargeCode": "F2", "SL_SoilMiddleCode": "F2a2", "PN_DescriptiveStudyData": null, "FP_FieldType": "田", "PN_Area": 0, "SL_SoilSmallName": "中粒質斑鉄型グライ低地土", "PN_FarmerNumber": "", "PN_Address": "", "SL_SoilSmallCode": "F2a2t2" } }, { "geometry": { "srs": "EPSG:4326", "coordinates": [ [ [ 140.50029663404558, 35.67067405353522 ], [ 140.50042185620862, 35.6705339452695 ], [ 140.49993401375983, 35.670242045077416 ], [ 140.49980609717187, 35.670383366751025 ] ] ], "type": "Polygon" }, "type": "Feature", "properties": { "FID": 26012711, "FP_ID": "1209-0363560060363", "SL_SoilLargeCode": "F2", "SL_SoilMiddleCode": "F2a2", "PN_DescriptiveStudyData": null, "FP_FieldType": "田", "PN_Area": 0, "SL_SoilSmallName": "中粒質斑鉄型グライ低地土", "PN_FarmerNumber": "", "PN_Address": "", "SL_SoilSmallCode": "F2a2t2" } }, { "geometry": { "srs": "EPSG:4326", "coordinates": [ [ [ 140.50042185620862, 35.6705339452695 ], [ 140.50055392397252, 35.67038617694685 ], [ 140.50006990716054, 35.67009190996599 ], [ 140.49993401375983, 35.670242045077416 ] ] ], "type": "Polygon" }, "type": "Feature", "properties": { "FID": 26013413, "FP_ID": "1209-0363720060375", "SL_SoilLargeCode": "F2", "SL_SoilMiddleCode": "F2a2", "PN_DescriptiveStudyData": null, "FP_FieldType": "田", "PN_Area": 0, "SL_SoilSmallName": "中粒質斑鉄型グライ低地土", "PN_FarmerNumber": "", "PN_Address": "", "SL_SoilSmallCode": "F2a2t2" } }, { "geometry": { "srs": "EPSG:4326", "coordinates": [ [ [ 140.49954248932553, 35.67021773030274 ], [ 140.49979059637627, 35.67037014991035 ], [ 140.5000376575412, 35.67009546334941 ], [ 140.49954596015084, 35.669808296392716 ], [ 140.49930591818784, 35.67007187643845 ], [ 140.49934001287477, 35.67009721055959 ] ] ], "type": "Polygon" }, "type": "Feature", "properties": { "FID": 26017654, "FP_ID": "1209-0363980060323", "SL_SoilLargeCode": "F2", "SL_SoilMiddleCode": "F2a2", "PN_DescriptiveStudyData": null, "FP_FieldType": "田", "PN_Area": 0, "SL_SoilSmallName": "中粒質斑鉄型グライ低地土", "PN_FarmerNumber": "", "PN_Address": "", "SL_SoilSmallCode": "F2a2t2" } }, { "geometry": { "srs": "EPSG:4326", "coordinates": [ [ [ 140.50020127923256, 35.67082354237343 ], [ 140.50032005161796, 35.67089443400454 ], [ 140.50055424053815, 35.670917272082114 ], [ 140.5005932832393, 35.67091067505125 ], [ 140.50067383338373, 35.6708804521601 ], [ 140.50078442403435, 35.670756206100954 ], [ 140.50043854635413, 35.67055278258967 ] ] ], "type": "Polygon" }, "type": "Feature", "properties": { "FID": 26014051, "FP_ID": "1209-0363220060397", "SL_SoilLargeCode": "F2", "SL_SoilMiddleCode": "F2a2", "PN_DescriptiveStudyData": null, "FP_FieldType": "田", "PN_Area": 0, "SL_SoilSmallName": "中粒質斑鉄型グライ低地土", "PN_FarmerNumber": "", "PN_Address": "", "SL_SoilSmallCode": "F2a2t2" } }, { "geometry": { "srs": "EPSG:4326", "coordinates": [ [ [ 140.5005524738779, 35.66955876421389 ], [ 140.50078815895367, 35.66970045496066 ], [ 140.5009136850844, 35.66956479689801 ], [ 140.5006779026872, 35.66942018742543 ] ] ], "type": "Polygon" }, "type": "Feature", "properties": { "FID": 26006068, "FP_ID": "1209-0364550060420", "SL_SoilLargeCode": "F2", "SL_SoilMiddleCode": "F2a2", "PN_DescriptiveStudyData": null, "FP_FieldType": "田", "PN_Area": 499, "SL_SoilSmallName": "中粒質斑鉄型グライ低地土", "PN_FarmerNumber": "d55f250c2512954a29a1a9ca619d47b5", "PN_Address": "千葉県横芝光町芝崎谷畑2382", "SL_SoilSmallCode": "F2a2t2" } }, { "geometry": { "srs": "EPSG:4326", "coordinates": [ [ [ 140.50065606586503, 35.66940789665339 ], [ 140.50091143640313, 35.66912396295509 ], [ 140.50043208938413, 35.66883948917986 ], [ 140.50017362728173, 35.669120976843274 ] ] ], "type": "Polygon" }, "type": "Feature", "properties": { "FID": 26018173, "FP_ID": "1209-0365040060403", "SL_SoilLargeCode": "", "SL_SoilMiddleCode": "", "PN_DescriptiveStudyData": null, "FP_FieldType": "田", "PN_Area": 0, "SL_SoilSmallName": "", "PN_FarmerNumber": "", "PN_Address": "", "SL_SoilSmallCode": "" } }, { "geometry": { "srs": "EPSG:4326", "coordinates": [ [ [ 140.4986606343769, 35.669066761385714 ], [ 140.49853665993285, 35.669203567453074 ], [ 140.4990242584224, 35.66949566907439 ], [ 140.49915616348466, 35.66935043676458 ] ] ], "type": "Polygon" }, "type": "Feature", "properties": { "FID": 26012799, "FP_ID": "1209-0364880060249", "SL_SoilLargeCode": "F2", "SL_SoilMiddleCode": "F2a2", "PN_DescriptiveStudyData": null, "FP_FieldType": "田", "PN_Area": 1021, "SL_SoilSmallName": "中粒質斑鉄型グライ低地土", "PN_FarmerNumber": "b862c7bc4dc66d547c6b31f5827adfa3", "PN_Address": "千葉県横芝光町芝崎向野2348", "SL_SoilSmallCode": "F2a2t2" } }, { "geometry": { "srs": "EPSG:4326", "coordinates": [ [ [ 140.49951403921045, 35.670676879043555 ], [ 140.49963818156394, 35.67053476408902 ], [ 140.4991692912538, 35.670254481290996 ], [ 140.49912766004192, 35.67026321906468 ], [ 140.49902069130425, 35.670382806776814 ] ] ], "type": "Polygon" }, "type": "Feature", "properties": { "FID": 26012819, "FP_ID": "1209-0363560060292", "SL_SoilLargeCode": "F2", "SL_SoilMiddleCode": "F2a2", "PN_DescriptiveStudyData": null, "FP_FieldType": "田", "PN_Area": 991, "SL_SoilSmallName": "中粒質斑鉄型グライ低地土", "PN_FarmerNumber": "ad23365d19dc4fe7eafa472ef98d5ead", "PN_Address": "千葉県横芝光町芝崎中島1988", "SL_SoilSmallCode": "F2a2t2" } }, { "geometry": { "srs": "EPSG:4326", "coordinates": [ [ [ 140.50106746992512, 35.670720142708156 ], [ 140.50094903122724, 35.670845893616885 ], [ 140.50120043630102, 35.67098523031391 ], [ 140.50129177662794, 35.670854110633634 ] ] ], "type": "Polygon" }, "type": "Feature", "properties": { "FID": 26005533, "FP_ID": "1209-0363120060454", "SL_SoilLargeCode": "F2", "SL_SoilMiddleCode": "F2a2", "PN_DescriptiveStudyData": null, "FP_FieldType": "田", "PN_Area": 499, "SL_SoilSmallName": "中粒質斑鉄型グライ低地土", "PN_FarmerNumber": "d55f250c2512954a29a1a9ca619d47b5", "PN_Address": "千葉県横芝光町芝崎砂崎1917-2", "SL_SoilSmallCode": "F2a2t2" } }, { "geometry": { "srs": "EPSG:4326", "coordinates": [ [ [ 140.50046422062937, 35.669621198083114 ], [ 140.5005289846358, 35.669549190955124 ], [ 140.5000479545163, 35.66925784448335 ], [ 140.4999866363804, 35.66932462459581 ] ] ], "type": "Polygon" }, "type": "Feature", "properties": { "FID": 26006219, "FP_ID": "1209-0364690060377", "SL_SoilLargeCode": "", "SL_SoilMiddleCode": "", "PN_DescriptiveStudyData": null, "FP_FieldType": "田", "PN_Area": 509, "SL_SoilSmallName": "", "PN_FarmerNumber": "fddad1eb3a24ab73835098c87f412b2b", "PN_Address": "千葉県横芝光町芝崎向野2377-2", "SL_SoilSmallCode": "" } }, { "geometry": { "srs": "EPSG:4326", "coordinates": [ [ [ 140.5005289846358, 35.669549190955124 ], [ 140.50065606586503, 35.66940789665339 ], [ 140.50017362728173, 35.669120976843274 ], [ 140.5000479545163, 35.66925784448335 ] ] ], "type": "Polygon" }, "type": "Feature", "properties": { "FID": 26012106, "FP_ID": "1209-0364810060385", "SL_SoilLargeCode": "", "SL_SoilMiddleCode": "", "PN_DescriptiveStudyData": null, "FP_FieldType": "田", "PN_Area": 1021, "SL_SoilSmallName": "", "PN_FarmerNumber": "0e7b0ddb70a88ab4e751895aabed40fc", "PN_Address": "千葉県横芝光町芝崎向野2378", "SL_SoilSmallCode": "" } }, { "geometry": { "srs": "EPSG:4326", "coordinates": [ [ [ 140.4991523348575, 35.670196331908215 ], [ 140.49928498688672, 35.67005204934496 ], [ 140.49905754194836, 35.6699173321983 ], [ 140.49892371628425, 35.6700609191761 ] ] ], "type": "Polygon" }, "type": "Feature", "properties": { "FID": 26006125, "FP_ID": "1209-0364010060272", "SL_SoilLargeCode": "F2", "SL_SoilMiddleCode": "F2a2", "PN_DescriptiveStudyData": null, "FP_FieldType": "田", "PN_Area": 519, "SL_SoilSmallName": "中粒質斑鉄型グライ低地土", "PN_FarmerNumber": "26196a34b406ea3a21f686792bec7e63", "PN_Address": "千葉県横芝光町芝崎向野2370", "SL_SoilSmallCode": "F2a2t2" } }, { "geometry": { "srs": "EPSG:4326", "coordinates": [ [ [ 140.50030533289777, 35.66983180978454 ], [ 140.50054405365833, 35.66997479178738 ], [ 140.50066976830593, 35.66984407144245 ], [ 140.50042797304505, 35.669696315151995 ] ] ], "type": "Polygon" }, "type": "Feature", "properties": { "FID": 26006036, "FP_ID": "1209-0364250060397", "SL_SoilLargeCode": "F2", "SL_SoilMiddleCode": "F2a2", "PN_DescriptiveStudyData": null, "FP_FieldType": "田", "PN_Area": 499, "SL_SoilSmallName": "中粒質斑鉄型グライ低地土", "PN_FarmerNumber": "03337b81477d3588b2cbf69d8a7268d9", "PN_Address": "千葉県横芝光町芝崎谷畑2379-1", "SL_SoilSmallCode": "F2a2t2" } }, { "geometry": { "srs": "EPSG:4326", "coordinates": [ [ [ 140.49941553672332, 35.6703573238368 ], [ 140.49954248932553, 35.67021773030274 ], [ 140.49934001287477, 35.67009721055959 ], [ 140.49930880720876, 35.67010589072897 ], [ 140.49927751320843, 35.67010393691959 ], [ 140.49917415956085, 35.670212979979524 ] ] ], "type": "Polygon" }, "type": "Feature", "properties": { "FID": 26006105, "FP_ID": "1209-0363830060295", "SL_SoilLargeCode": "F2", "SL_SoilMiddleCode": "F2a2", "PN_DescriptiveStudyData": null, "FP_FieldType": "田", "PN_Area": 499, "SL_SoilSmallName": "中粒質斑鉄型グライ低地土", "PN_FarmerNumber": "03337b81477d3588b2cbf69d8a7268d9", "PN_Address": "千葉県横芝光町芝崎向野2371-1", "SL_SoilSmallCode": "F2a2t2" } }, { "geometry": { "srs": "EPSG:4326", "coordinates": [ [ [ 140.50103444890368, 35.66984852017837 ], [ 140.50115548276048, 35.66971309461402 ], [ 140.5009136850844, 35.66956479689801 ], [ 140.50078815895367, 35.66970045496066 ] ] ], "type": "Polygon" }, "type": "Feature", "properties": { "FID": 26006172, "FP_ID": "1209-0364390060441", "SL_SoilLargeCode": "F2", "SL_SoilMiddleCode": "F2a2", "PN_DescriptiveStudyData": null, "FP_FieldType": "田", "PN_Area": 519, "SL_SoilSmallName": "中粒質斑鉄型グライ低地土", "PN_FarmerNumber": "03337b81477d3588b2cbf69d8a7268d9", "PN_Address": "千葉県横芝光町芝崎谷畑2383", "SL_SoilSmallCode": "F2a2t2" } }, { "geometry": { "srs": "EPSG:4326", "coordinates": [ [ [ 140.50040745575137, 35.66968431133644 ], [ 140.50046422062937, 35.669621198083114 ], [ 140.4999866363804, 35.66932462459581 ], [ 140.49996197427228, 35.66935148346684 ], [ 140.49991752227075, 35.66940029522339 ] ] ], "type": "Polygon" }, "type": "Feature", "properties": { "FID": 26006225, "FP_ID": "1209-0364620060370", "SL_SoilLargeCode": "F2", "SL_SoilMiddleCode": "F2a2", "PN_DescriptiveStudyData": null, "FP_FieldType": "田", "PN_Area": 512, "SL_SoilSmallName": "中粒質斑鉄型グライ低地土", "PN_FarmerNumber": "9dc68489b4d47114cc393833b04e42c0", "PN_Address": "千葉県横芝光町芝崎向野2377-1", "SL_SoilSmallCode": "F2a2t2" } }, { "geometry": { "srs": "EPSG:4326", "coordinates": [ [ [ 140.49966400668765, 35.67050590813933 ], [ 140.49979059637627, 35.67037014991035 ], [ 140.49954248932553, 35.67021773030274 ], [ 140.49941553672332, 35.6703573238368 ] ] ], "type": "Polygon" }, "type": "Feature", "properties": { "FID": 26006379, "FP_ID": "1209-0363670060317", "SL_SoilLargeCode": "F2", "SL_SoilMiddleCode": "F2a2", "PN_DescriptiveStudyData": null, "FP_FieldType": "田", "PN_Area": 519, "SL_SoilSmallName": "中粒質斑鉄型グライ低地土", "PN_FarmerNumber": "99c5d3a69a40c6b01a35afb7b05aa937", "PN_Address": "千葉県横芝光町芝崎向野2371-2", "SL_SoilSmallCode": "F2a2t2" } }, { "geometry": { "srs": "EPSG:4326", "coordinates": [ [ [ 140.50033756479516, 35.671166536180316 ], [ 140.50048880958042, 35.6710163775549 ], [ 140.50019961895677, 35.670853104624875 ], [ 140.50005214729902, 35.670998575727744 ] ] ], "type": "Polygon" }, "type": "Feature", "properties": { "FID": 26007583, "FP_ID": "1209-0362950060377", "SL_SoilLargeCode": "F2", "SL_SoilMiddleCode": "F2a2", "PN_DescriptiveStudyData": null, "FP_FieldType": "田", "PN_Area": 566, "SL_SoilSmallName": "中粒質斑鉄型グライ低地土", "PN_FarmerNumber": "40f5240f2f81992a14a931c825678111", "PN_Address": "千葉県横芝光町芝崎砂崎1943-1", "SL_SoilSmallCode": "F2a2t2" } }, { "geometry": { "srs": "EPSG:4326", "coordinates": [ [ [ 140.50127980645811, 35.67019964937306 ], [ 140.50140084430657, 35.670063663199954 ], [ 140.50106152483724, 35.669862177405875 ], [ 140.50093728970631, 35.66999989993634 ] ] ], "type": "Polygon" }, "type": "Feature", "properties": { "FID": 26007922, "FP_ID": "1209-0364030060459", "SL_SoilLargeCode": "F2", "SL_SoilMiddleCode": "F2a2", "PN_DescriptiveStudyData": null, "FP_FieldType": "田", "PN_Area": 714, "SL_SoilSmallName": "中粒質斑鉄型グライ低地土", "PN_FarmerNumber": "99c5d3a69a40c6b01a35afb7b05aa937", "PN_Address": "千葉県横芝光町芝崎谷畑2425-1", "SL_SoilSmallCode": "F2a2t2" } }, { "geometry": { "srs": "EPSG:4326", "coordinates": [ [ [ 140.49900423908753, 35.67078073614906 ], [ 140.49939547927033, 35.670812602809335 ], [ 140.49890238188638, 35.67051507249251 ], [ 140.49878160202834, 35.67065009950549 ] ] ], "type": "Polygon" }, "type": "Feature", "properties": { "FID": 26008071, "FP_ID": "1209-0363320060265", "SL_SoilLargeCode": "F2", "SL_SoilMiddleCode": "F2a2", "PN_DescriptiveStudyData": null, "FP_FieldType": "田", "PN_Area": 714, "SL_SoilSmallName": "中粒質斑鉄型グライ低地土", "PN_FarmerNumber": "0e7b0ddb70a88ab4e751895aabed40fc", "PN_Address": "千葉県横芝光町芝崎中島1983-1", "SL_SoilSmallCode": "F2a2t2" } }, { "geometry": { "srs": "EPSG:4326", "coordinates": [ [ [ 140.50078442403435, 35.670756206100954 ], [ 140.50090942228775, 35.67061577284805 ], [ 140.5005658533373, 35.67041165716813 ], [ 140.50043854635413, 35.67055278258967 ] ] ], "type": "Polygon" }, "type": "Feature", "properties": { "FID": 26008152, "FP_ID": "1209-0363420060414", "SL_SoilLargeCode": "F2", "SL_SoilMiddleCode": "F2a2", "PN_DescriptiveStudyData": null, "FP_FieldType": "田", "PN_Area": 716, "SL_SoilSmallName": "中粒質斑鉄型グライ低地土", "PN_FarmerNumber": "30c2ffd52670865a7f00b100f62593d5", "PN_Address": "千葉県横芝光町芝崎南稲荷穴69-1", "SL_SoilSmallCode": "F2a2t2" } }, { "geometry": { "srs": "EPSG:4326", "coordinates": [ [ [ 140.50102792964887, 35.67048263142311 ], [ 140.5011569511703, 35.67033767684889 ], [ 140.50081863393208, 35.67013143683744 ], [ 140.50068822422642, 35.67027600303334 ] ] ], "type": "Polygon" }, "type": "Feature", "properties": { "FID": 26008285, "FP_ID": "1209-0363720060436", "SL_SoilLargeCode": "F2", "SL_SoilMiddleCode": "F2a2", "PN_DescriptiveStudyData": null, "FP_FieldType": "田", "PN_Area": 560, "SL_SoilSmallName": "中粒質斑鉄型グライ低地土", "PN_FarmerNumber": "8b30dedae40031ec4887937b767cf51e", "PN_Address": "千葉県横芝光町芝崎南稲荷穴67-1", "SL_SoilSmallCode": "F2a2t2" } }, { "geometry": { "srs": "EPSG:4326", "coordinates": [ [ [ 140.50028468943654, 35.66982080695573 ], [ 140.50040745575137, 35.66968431133644 ], [ 140.49991752227075, 35.66940029522339 ], [ 140.49979968451154, 35.66952968988709 ] ] ], "type": "Polygon" }, "type": "Feature", "properties": { "FID": 26010778, "FP_ID": "1209-0364500060363", "SL_SoilLargeCode": "F2", "SL_SoilMiddleCode": "F2a2", "PN_DescriptiveStudyData": null, "FP_FieldType": "田", "PN_Area": 1021, "SL_SoilSmallName": "中粒質斑鉄型グライ低地土", "PN_FarmerNumber": "317df8f629c99894311144bfde4edf3a", "PN_Address": "千葉県横芝光町芝崎向野2376", "SL_SoilSmallCode": "F2a2t2" } }, { "geometry": { "srs": "EPSG:4326", "coordinates": [ [ [ 140.49940389162657, 35.669922718829916 ], [ 140.49953050824735, 35.66978499965822 ], [ 140.49904738590828, 35.6695039777845 ], [ 140.49892676733086, 35.66963699425311 ] ] ], "type": "Polygon" }, "type": "Feature", "properties": { "FID": 26010942, "FP_ID": "1209-0364390060283", "SL_SoilLargeCode": "F2", "SL_SoilMiddleCode": "F2a2", "PN_DescriptiveStudyData": null, "FP_FieldType": "田", "PN_Area": 1021, "SL_SoilSmallName": "中粒質斑鉄型グライ低地土", "PN_FarmerNumber": "9f1a6a0486014732980268d2d85cebdd", "PN_Address": "千葉県横芝光町芝崎向野2367", "SL_SoilSmallCode": "F2a2t2" } }, { "geometry": { "srs": "EPSG:4326", "coordinates": [ [ [ 140.5001431269853, 35.67079357644964 ], [ 140.50017169106184, 35.67078065691074 ], [ 140.50019150301154, 35.67079404346176 ], [ 140.50029663404558, 35.67067405353522 ], [ 140.49980609717187, 35.670383366751025 ], [ 140.49968469426352, 35.670517491557455 ] ] ], "type": "Polygon" }, "type": "Feature", "properties": { "FID": 26011500, "FP_ID": "1209-0363410060352", "SL_SoilLargeCode": "F2", "SL_SoilMiddleCode": "F2a2", "PN_DescriptiveStudyData": null, "FP_FieldType": "田", "PN_Area": 1021, "SL_SoilSmallName": "中粒質斑鉄型グライ低地土", "PN_FarmerNumber": "03337b81477d3588b2cbf69d8a7268d9", "PN_Address": "千葉県横芝光町芝崎南稲荷穴72", "SL_SoilSmallCode": "F2a2t2" } }, { "geometry": { "srs": "EPSG:4326", "coordinates": [ [ [ 140.50090820518764, 35.669989774474274 ], [ 140.50103444890368, 35.66984852017837 ], [ 140.50078815895367, 35.66970045496066 ], [ 140.5005524738779, 35.66955876421389 ], [ 140.50042797304505, 35.669696315151995 ], [ 140.50066976830593, 35.66984407144245 ] ] ], "type": "Polygon" }, "type": "Feature", "properties": { "FID": 26012137, "FP_ID": "1209-0364320060419", "SL_SoilLargeCode": "F2", "SL_SoilMiddleCode": "F2a2", "PN_DescriptiveStudyData": null, "FP_FieldType": "田", "PN_Area": 0, "SL_SoilSmallName": "中粒質斑鉄型グライ低地土", "PN_FarmerNumber": "", "PN_Address": "", "SL_SoilSmallCode": "F2a2t2" } }, { "geometry": { "srs": "EPSG:4326", "coordinates": [ [ [ 140.49840275020358, 35.670214817237145 ], [ 140.49885849396475, 35.67048170538837 ], [ 140.49890875437865, 35.6704658303689 ], [ 140.49912746096328, 35.67022782727773 ], [ 140.49864723882763, 35.66994264232397 ] ] ], "type": "Polygon" }, "type": "Feature", "properties": { "FID": 26017225, "FP_ID": "1209-0363840060241", "SL_SoilLargeCode": "F2", "SL_SoilMiddleCode": "F2a2", "PN_DescriptiveStudyData": null, "FP_FieldType": "田", "PN_Area": 0, "SL_SoilSmallName": "中粒質斑鉄型グライ低地土", "PN_FarmerNumber": "", "PN_Address": "", "SL_SoilSmallCode": "F2a2t2" } }, { "geometry": { "srs": "EPSG:4326", "coordinates": [ [ [ 140.50078996120774, 35.67012207728445 ], [ 140.50090820518764, 35.669989774474274 ], [ 140.50066976830593, 35.66984407144245 ], [ 140.50054405365833, 35.66997479178738 ] ] ], "type": "Polygon" }, "type": "Feature", "properties": { "FID": 26005999, "FP_ID": "1209-0364090060419", "SL_SoilLargeCode": "F2", "SL_SoilMiddleCode": "F2a2", "PN_DescriptiveStudyData": null, "FP_FieldType": "田", "PN_Area": 519, "SL_SoilSmallName": "中粒質斑鉄型グライ低地土", "PN_FarmerNumber": "876d10ae927efc271ebae39321d4f452", "PN_Address": "千葉県横芝光町芝崎谷畑2379-2", "SL_SoilSmallCode": "F2a2t2" } }, { "geometry": { "srs": "EPSG:4326", "coordinates": [ [ [ 140.50144279415625, 35.67112093744008 ], [ 140.50122988081662, 35.671001623566745 ], [ 140.50120043630102, 35.67098523031391 ], [ 140.50094903122724, 35.670845893616885 ], [ 140.50071005149306, 35.67111580293331 ], [ 140.50070790432588, 35.67112869217282 ], [ 140.50117913987432, 35.671405701539484 ], [ 140.5011971747953, 35.67140560150564 ] ] ], "type": "Polygon" }, "type": "Feature", "properties": { "FID": 26018246, "FP_ID": "1209-0362810060449", "SL_SoilLargeCode": "F2", "SL_SoilMiddleCode": "F2a2", "PN_DescriptiveStudyData": null, "FP_FieldType": "田", "PN_Area": 0, "SL_SoilSmallName": "中粒質斑鉄型グライ低地土", "PN_FarmerNumber": "", "PN_Address": "", "SL_SoilSmallCode": "F2a2t2" } } ], "type": "FeatureCollection" }
ステータスコード
コード | 名称 | 値の説明 |
---|---|---|
400 | Bad Request | リクエストが不正です。 |
401 | Unauthorized | 認証情報が不正です。 |
403 | Forbidden | リソースのアクセスが禁止されています。 |
500 | Internal Server Error | サーバー内部でエラーが発生しました。 |
サンプルソースコード
ソースコード
Python(requestsモジュール)でのサンプルコード
指定パラメータ:BBOX=35.669,140.499,35.671,140.501
import requests import json import pprint url = 'https://api.wagri.net/API/Individual/NARO/AgriculturalMap/WfsGetFieldPolygon' headers = {'X-Authorization': 'アクセストークン'} payload = {'BBOX':'35.669,140.499,35.671,140.501'} res = requests.get(url,headers=headers,params=payload) print(res.status_code) data = json.loads(res.text) pprint.pprint(data)