Skip to content

fix fwi ogr command #393

fix fwi ogr command

fix fwi ogr command #393

Triggered via push August 31, 2023 20:36
Status Failure
Total duration 27s
Artifacts

cicd.yml

on: push
gitflow-enforcer
0s
gitflow-enforcer
Run linters
8s
Run linters
deploy-to-dev  /  deploy
deploy-to-dev / deploy
deploy-to-production  /  deploy
deploy-to-production / deploy
deploy-to-staging  /  deploy
deploy-to-staging / deploy
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
/home/runner/work/veda-data-airflow/veda-data-airflow/docker_tasks/vector_ingest/handler.py#L230
"EPSG:4326", "-t_srs", "EPSG:4326", "-oo", "X_POSSIBLE_NAMES=lon", - "-oo", + "-oo", "Y_POSSIBLE_NAMES=lat", filename, "-nln", f"eis_fire_{collection}", "-append",
Run linters
Linting failures detected. See check runs with annotations for details.
/home/runner/work/veda-data-airflow/veda-data-airflow/docker_tasks/vector_ingest/handler.py#L230
"EPSG:4326", "-t_srs", "EPSG:4326", "-oo", "X_POSSIBLE_NAMES=lon", - "-oo", + "-oo", "Y_POSSIBLE_NAMES=lat", filename, "-nln", f"eis_fire_{collection}", "-append",
Run linters
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/