Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

implement planet orders request-update

Abierto
#710 0 comentarios 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
4/5
Tiempo estimado
3-5 días
Aptitud para principiantes
48/100
Tipo de issue
Nueva funcionalidad
Claridad
Bastante claro
Estado de actividad
Estancado
Stack tecnológico
python
Área
cli

Línea de trabajo

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.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

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.
Lenguaje dominante
Python
Estrellas
299
Forks
100
Merge medio
7 d 8 h
PR fusionados (30 d)
2

Guía de contribución

Abrir la guía de contribución

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de planetlabs/planet-client-python

Todos los issues de planetlabs/planet-client-python

Issues similares

Más issues de Python

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.