コンテンツにスキップ

プロジェクト

Projects are the main data containers on QField and QFieldCloud.

Users can create any number of projects.

Projects must contain a single .qgs/.qgz QGIS file, and may in addition contain any combination of geospatial files -- GeoPackages, Shapefiles, TIFs -- or data files such as photos, PDFs etc.

To ensure optimal performance, it is recommended to keep the size of any file sizes below 2GB. Larger files than this may take significantly longer to process and lead to jobs issues.

Files cannot be shared between projects, unless shared layers are used.

QFieldCloud projects have a name and an owner. The owner of a project is a QFieldCloud user or an organization. No two projects can use the same pair owner_name and project_name.

Projects can be marked as either public or private. Private projects are accessible only to users added to a project as project collaborators. Public projects are visible to, and can be downloaded by, any QFieldCloud user.

プロジェクトの作成

A project can be created in multiple ways:

ファイル

Files are the skeleton on which QFieldCloud projects work. To make a QFieldCloud project alive users need to upload at least a single QGIS project file in the .qgs or .qgz file formats. All geospatial files must be uploaded using the same relative paths as on one's computer. If external SVG or raster symbology is used, users must upload the corresponding files too.

備考

QFieldCloudは、GeoPackage(.gpkg)ファイルに保存されたプロジェクトをサポートしていません(ただし、GeoPackageファイルを使用してプロジェクト用のデータセットを保存することはできます)。

QGISファイルの典型的なファイル構造は以下のようです:

project
├── data
│   ├── basemap.tif
│   ├── bees.gpkg
│   └── fields.gpkg
├── symbology
│   ├── icon.svg
│   └── line-pattern.png
├── DCIM
│   ├── bees-20220404121212.jpg
│   ├── bees-20220405040506.jpg
│   └── fields-20220405040607.jpg
├── project.qgs
├── project_attachments.zip
└── project.qml

The files in a QGIS project can be in one of the following groups by their purpose:

  • QGIS project file - a .qgs or .qgz project file.
  • QGIS sidecar files - the utility files to the QGIS project file, such as *_attachments.zip or other sidecar files.
  • Data source files - all your vector and raster data, such as .gpkg, .tif, .mbtiles or other data source files.
  • Attachments - all your additional project data, such as .jpg, .pdf or other files.
  • QField plugins - all your QField plugins, usually .qml files.

ファイルバージョン

QFieldCloud uses file versioning. This allows users to restore any modified file to a previous version. Files and file versions can be found under the Files section of your projects. Subscriptions plans allow a different number of versions per file. See the qfield.cloud pricing page for further details.

古いバージョンのファイルを削除する

To ensure that only relevant file versions are kept, and to reduce the amount of storage needed by accounts, users can delete obsolete file versions. One can manually delete file versions from the project's File section. Each file and version can be linked to a specific QFieldCloud user who uploaded it.

QFieldCloudのファイルのバージョンを削除するには、以下の手順に従ってください:

  1. プロジェクトの「ファイル」セクションに移動する。プロジェクトのファイル
  2. バージョンを削除したいレイヤーを探します。選択されたレイヤ
  3. レイヤー名の横にある3つの点をクリックする。クリック可能なオプション
  4. 特定のレイヤーのバージョンのリストが表示されます。ファイルのバージョン一覧
  5. 削除したいバージョンを確認し、その横にある赤いゴミ箱アイコンをクリックします。ゴミ箱アイコン
  6. プロンプトが表示されたら削除を確認します。特定のバージョンより前の複数世代前のバージョンを削除したい場合は、「選択したバージョンより古いバージョンも削除する」オプションを有効にしてください。ファイルバージョンの削除
  7. 削除後、成功のポップアップメッセージが表示され、バージョンのリストには削除対象として選択されなかったバージョンだけが表示されます。2つ前のバージョンを削除した後のリスト

共同作業者

A project collaborator is a QFieldCloud user invited to contribute to a project. A single project may have multiple collaborators. Collaborators with roles owner or admin can add more users as collaborators. Projects owned by an organization allow adding teams as collaborators. Read more about collaborator roles.

変更

Changes made on vector layers and uploaded to QFieldCloud from a QField device will appear here. A change stores the difference between attributes or geometries before and after the upload.

変更はアップロードするのにどの方法が取られたかを保存します:

  • 作成 - 新しい地物が追加された。
  • 削除 - 既存の地物が削除された。
  • パッチ - 既存の地物が変更された。

QFieldCloudにプッシュされずに作成され、後に削除された地物は、プロジェクトの変更に表示されません。

備考

「オフライン編集」クラウドレイヤーアクションを持たないオンラインベクターレイヤー(PostGIS、WFS)の変更は、変更を生成せず、元のデータソースを_直接_変更します。

備考

QGISで行ったベクターレイヤーの変更は、ここには表示されません。

ジョブ

プロジェクトのジョブについてもっと読む。

シークレット

Secrets are Project settings that are securely stored in an encrypted way. Jobs will automatically have access to project's secrets.

Read more about project secrets.

設定

プロジェクト設定は、プロジェクトオーナーと、admin権限を持つ共同作業者のみが利用できます。_設定_では、ユーザーはいくつかのセンシティブなプロジェクト設定を変えたり、リカバリ不可能なアクションを実行したりできるため、慎重に行う必要があります。

  • プロジェクトの可視性をパブリックに変更する。
  • プロジェクト・オーナーを変更する。
  • プロジェクトを完全に削除する。
  • など

警告

プロジェクト設定ページで行った操作は、データの損失につながる可能性があります!