Skip to content

Commit

Permalink
Update theropoda.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vieiramesquita committed Jun 21, 2024
1 parent 4e9e563 commit 8ff0178
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions docs/theropoda.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,34 +52,34 @@ Builds and writes NDVI time series data for a target vector asset, processing on

### 3.`build_time_series_check`

Checks the consistency of the NDVI time series library and handles errors during processing.

Parameters:
- `index`: Index of the object being processed.
- `obj`: Object ID for which the time series is being checked.
- `id_field`: Field name representing the ID in the vector asset.
- `outfile`: Output file path where time series data is stored.
- `asset`: Earth Engine vector asset.
- `checker`: A boolean indicating whether to check if the polygon has been processed before (default is False).
Returns:
- A dictionary containing information about errors and processing time.
Checks the consistency of the NDVI time series library and handles errors during processing.

#### Parameters
- `index`: Index of the object being processed.
- `obj`: Object ID for which the time series is being checked.
- `id_field`: Field name representing the ID in the vector asset.
- `outfile`: Output file path where time series data is stored.
- `asset`: Earth Engine vector asset.
- `checker`: A boolean indicating whether to check if the polygon has been processed before (default is False).

#### Returns
- A dictionary containing information about errors and processing time.

### 4.`build_id_list`

Builds and writes a text file containing each Polygon ID used to extract the time series.
Parameters:
- `asset`: Earth Engine vector asset.
- `id_field`: Field name representing the ID in the vector asset.
- `colab_folder`: Path of the folder where the text file will be saved.
Builds and writes a text file containing each Polygon ID used to extract the time series.

#### Parameters
- `asset`: Earth Engine vector asset.
- `id_field`: Field name representing the ID in the vector asset.
- `colab_folder`: Path of the folder where the text file will be saved.

### 5.`run`

Manages the overall workflow by catching argument information and initiating the process of extracting NDVI time series data for specified polygonal areas.
Manages the overall workflow by catching argument information and initiating the process of extracting NDVI time series data for specified polygonal areas.

Parameters:
- `asset`: Earth Engine vector asset.
- `id_field`: Field name representing the ID in the vector asset.
- `output_name`: Name of the output file.
- `colab_folder`: Path of the folder where the output file will be saved.
#### Parameters
- `asset`: Earth Engine vector asset.
- `id_field`: Field name representing the ID in the vector asset.
- `output_name`: Name of the output file.
- `colab_folder`: Path of the folder where the output file will be saved.

0 comments on commit 8ff0178

Please sign in to comment.