Skip to content

Conversation

@github-actions
Copy link

Workflow Failure

The targets pipeline failed. GitHub Copilot will review this PR.

Error Summary

[1] "R/process_release_climate_chelsa.R"
[1] "R/process_release_clouds_wilson.R"
[1] "R/process_release_dynamic_data_to_parquet.R"
[1] "R/process_release_elevation_nasadem.R"
[1] "R/process_release_fire_doy_to_unix_date.R"
[1] "R/process_release_landcover_za.R"
[1] "R/process_release_ndvi_relative_days_since_fire.R"
[1] "R/process_release_precipitation_chelsa.R"
[1] "R/process_release_protected_area_distance.R"
udunits database from /usr/share/xml/udunits/udunits2.xml
[1] "R/process_release_soil_gcfr.R"
[1] "R/process_release_stable_data.R"
[1] "R/process_stable_data.R"
[1] "R/release_data.R"
[1] "R/robust_download_file.R"
[1] "R/robust_pb_download.R"
[1] "R/robust_pb_upload.R"
[1] "R/tar_release_storage.R"
[1] "R/vegetation_map.R"
Objects: clean_data
Objects: data_vegmap
Objects: domain_define
Objects: domain_map
Objects: domain_rasterize
Objects: download_vegmap_release
Objects: earthdata_pass
Objects: earthdata_user
Objects: existing_kr
Objects: fit_model
Objects: get_alos_data
Objects: get_chelsa
Objects: get_country
Objects: get_elevation
Objects: get_model_data
Objects: get_release_alos
Objects: get_release_climate_chelsa
Objects: get_release_clouds_wilson
Objects: get_release_fire_modis_appeears
Objects: get_release_landcover_za
Objects: get_release_ndvi_evi_modis_appeears
Objects: get_release_ndvi_viirs_appeears
Objects: get_release_precipitation_chelsa
Objects: get_release_soil_gcfr
Objects: get_release_template_raster
Objects: get_vegmap
Objects: group_data_function
Objects: kr_name
Objects: kr_pwd
Objects: make_domain_bbox
Objects: max_layers
Objects: process_dynamic_data_to_parquet
Objects: process_fix_modis_NDVI_release_extent
Objects: process_fix_modis_projection
Objects: process_fix_modis_release_extent
Objects: process_fix_modis_release_projection
Objects: process_fix_modis_release_projection_and_extent
Objects: process_release_alos
Objects: process_release_burn_date_to_last_burned_date
Objects: process_release_climate_chelsa
Objects: process_release_clouds_wilson
Objects: process_release_dynamic_data_to_parquet
Objects: process_release_elevation_nasadem
Objects: process_release_fire_doy_to_unix_date
Objects: process_release_landcover_za
Objects: process_release_ndvi_relative_days_since_fire
Objects: process_release_precipitation_chelsa
Objects: process_release_protected_area_distance
Objects: process_release_soil_gcfr
Objects: process_release_stable_data
Objects: process_stable_data
Objects: release_data
Objects: robust_download_file
Objects: robust_max
Objects: robust_min
Objects: robust_pb_download
Objects: robust_pb_download_solo
Objects: robust_pb_upload
Objects: rstoken
Objects: run_mode
Objects: sleep_time
Objects: spatial_outputs
Objects: stan_data_function
Objects: summarize_posteriors
Objects: sys_info
Objects: tag
Objects: tar_github_release_repo
Objects: tar_github_release_resources
Objects: temp_directory
Objects: update_git
Objects: verbose
+ vegmap_shp dispatched
Downloading vegmap from GitHub release using piggyback...
Unzipping vegmap...
✖ vegmap_shp errored
✖ errored pipeline [12.3s, 0 completed, 1 skipped]
Error:
! Error in tar_make():
  Error resolving output location: missing files: data/manual_download/NVM2024/shapefile/NVM2024Final_IEM5_12_07012025.shp
  See https://books.ropensci.org/targets/debugging.html
Execution halted

Full Log

See .github/workflow-logs/ for complete output.

Next steps:

  1. Review Copilot's suggestions in the PR
  2. Apply fixes
  3. Close this PR once resolved

adammwilson and others added 30 commits January 11, 2022 13:51
Merge branch 'main' into dev-adam

# Conflicts:
#	R/get_climate_chelsa.R
#	_targets.R
#	_targets/meta/meta
Merge branch 'main' into dev-adam

# Conflicts:
#	.gitignore
Merge branch 'main' into dev-adam

# Conflicts:
#	.github/decrypt_secret.sh
#	.gitignore
#	R/get_climate_chelsa.R
#	README_files/figure-gfm/unnamed-chunk-3-1.png
#	_targets.R
- started working through functions

auto summary below:
Add functions to download and process NDVI and NDWI data from MODIS and VIIRS

- Implemented `get_release_ndvi_dates_modis` to download MODIS NDVI dates and convert to UNIX format.
- Created `get_release_ndvi_dates_viirs` for downloading VIIRS NDVI data with appropriate quality checks.
- Added `get_release_ndwi_modis` to download the most recent MODIS NDWI layer.
- Introduced helper functions for date conversion and quality assessment.
- Ensured proper directory management and error handling during downloads.
- Updated documentation for clarity and usage instructions.
… and VIIRS

- Implemented `get_release_ndvi_dates_modis` to download MODIS NDVI dates, including functions for date conversion and error handling.
- Created `get_release_ndvi_dates_viirs` for downloading VIIRS NDVI dates with appropriate quality checks.
- Developed `get_release_ndwi_modis` to fetch the most recent MODIS NDWI layer, including domain formatting and raster processing.
- Added error handling and release management for GitHub uploads across all functions.
- Ensured compatibility with existing data structures and improved documentation for clarity.
…ing climate data download URLs for improved accuracy and reliability.
…and clean up unused steps in targets pipeline
adammwilson and others added 29 commits January 9, 2026 12:01
…gmap and domain_define, remove unused parameters in domain_rasterize, and enhance target definitions in _targets.R.
…y function, enhance metadata handling in data processing functions
Expanded .gitignore to include more R, RStudio, targets, data, secrets, and output file patterns. Cleaned up and reorganized entries for clarity and removed merge conflict markers.
Introduces new shapefiles (remnants_shp, capenature_fires_shp), raster and NetCDF outputs (domain.tif, vegmap.tif, domain.nc, vegmap.nc), and updates or adds several functions and objects related to spatial data processing. Also updates metadata for country and domain layers, and removes the process_release_biome_raster function.
…line, update country and domain functions to write GeoParquet, and refactor elevation data retrieval with AppEEARS
…ubdirectory and return correct path; update elevation resampling method to average.
…emnants processing, and improve NetCDF variable definitions and metadata handling.
…ndicator description, add comprehensive CRS attributes, and implement run mode for GitHub Actions.
…vegmap, improve elevation retrieval with AppEEARS, and ensure directory structure for temporary files.
… releases; update .gitignore for new data directories
- Update output path for domain bounding box to "data/target_outputs/domain_bbox.parquet" and ensure directory creation.
- Convert bounding box to a simple data frame with WKT geometry before writing as parquet.
- Improve GitHub release upload process with credential handling and retry logic for uploads.
- Adjust cue mode for domain bounding box task based on run mode.
@github-actions github-actions bot added the bug Something isn't working label Jan 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants