> For the complete documentation index, see [llms.txt](https://docs.geopard.tech/geopard-tutorials/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.geopard.tech/geopard-tutorials/jpn/tsu-webapuri/dtaworimu/rabocsvexcel-sumtorimi.md).

# 土壌分析ラボ結果（CSV/Excel）- スマート取り込み

## 概要

土壌分析ラボのファイルは、テンプレート、言語、列名、単位がばらばらで、1つのExcelに複数のスプレッドシートが含まれていることもあり、しばしば扱いづらいものです。Smart Importはこれらのファイルを自動で理解し、整った分析と提案のために、統一された採取地点データに変換します。

<figure><img src="/files/e6f46114bb8a4ef67677783fa425eceeda4e2bb8" alt="Automated parsing of csv/excel soil lab results"><figcaption><p>csv/excelの土壌ラボ結果を自動解析</p></figcaption></figure>

## 対応ファイル

* CSV（.csv）
* Excel（.xls、.xlsx）、複数シートのブックを含む
* 1回のアップロードで複数ファイル可（1ファイル40 MB）

## 自動で行われること

* 自動解析：本当の表と見出しを見つけます（“非標準”レイアウトでも）
* 多言語対応：各言語やローカルな命名にまたがる一般的なラボ項目名を認識します
* スマートマッピング：主要栄養素と微量栄養素を検出し、マッピングのプレビューを作成します（編集可）
* 単位マッピング＋正規化：単位を検出し、統一単位に変換し、異常な/混在する単位をフラグ付けします
* 圃場マッチング：GeoPardのサンプリングプラン、またはファイル内の座標を使って地点を圃場にマッピングします

## GeoPardがラボ結果を圃場にマッチさせる方法

GeoPardは、ラボ結果を正しい圃場に4つの方法でマッチできます：

1. **点座標（`経度` / `緯度`)**\
   経度と緯度の2列を使用します。地点が圃場境界内にあれば、GeoPardが空間的にマッチさせます。
2. **WKTジオメトリ**\
   WKTジオメトリの1列を使用します。GeoPardはそのジオメトリを圃場境界に空間的にマッチさせます。
3. **圃場名 / 圃場ID**\
   圃場名または圃場IDのテキスト列を使用します。GeoPardはそれを圃場と照合します `TagString`。ラベルで絞り込むこともできます。\
   `圃場ID` はGeoPardの圃場UUIDです。
4. **サンプリングプランID**\
   サンプリングプランで作成された一意のサンプリングプランIDを使用します。これは、GeoPardで生成されたサンプリングワークフローからラボ結果が返ってくる場合に、最も信頼性の高い方法です。

## インポート方法

1. データをインポート → ファイルをアップロード → ラボ結果
2. CSV/XLS/XLSXをアップロード
3. 圃場 / サンプリングプランを選択（利用可能な場合）＋日付
4. プレビューでマッピング＋単位を確認
5. アップロード

## プランニングへの接続

最も相性が良いのは [土壌サンプリング - 自動プランニング](/geopard-tutorials/jpn/tsu-webapuri/sanpuringu.md) または座標付きファイルです。

## すべてのユーザーが利用可能です。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.geopard.tech/geopard-tutorials/jpn/tsu-webapuri/dtaworimu/rabocsvexcel-sumtorimi.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
