Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

implement planet orders request-update

オープン
#710 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
48/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
python
領域
cli

調査の方向性

Start with the request-update section of design-docs/CLI-Orders.md and the existing orders CLI entry points introduced by #616. Compare the command interface and options with the proposal, then verify that an existing order request can be updated and emitted in the requested JSON format, including pretty printing.

索引モデルが issue の本文から書いたものです。

説明

enhancement

With #616, there is a new command, request-update

Implement with interface to match CLI-Orders proposal:

Interface
Usage: planet orders request-update [OPTIONS] REQUEST

REQUEST: order request to be updated. Can be string, filename, or '-' for stdin.

Update an order request.

This command creates a new order description from an existing order description, with certain entries changed according to the options specified. It outputs the updated order request, optionally pretty-printed.

Support for updating an order description is provided however it has many limitations compared to what the Orders API supports. For creation of more advanced order requests, create the order description manually or use the Python library to aid in creating the order description.

Note that if the order description contains a tool chain with more tools than just clip, using --clip will override the entire tool chain, not just the clip tool.

Options:

--clip JSON - Clip feature GeoJSON. Can be a json string, filename, or '-' for stdin. 
--tools JSON - Toolchain JSON. Can be a json string, filename, or '-' for stdin.
--email BOOLEAN - Send email notification when order is complete. --cloudconfig JSON - Credentials for cloud storage provider to enable cloud delivery of data. Can be a json string, filename, or '-' for stdin.
--pretty - Format JSON output.
主要言語
Python
スター
299
フォーク
100
平均マージ
7日 8時間
マージ済み PR(30日)
2

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

planetlabs/planet-client-python のほかの issue

planetlabs/planet-client-python の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。