mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-10-20 18:33:53 -07:00
ArcGIS zipping (#1391)
* ArcGIS zipping * lint * shapefile zip * removing space in GMT * adding shapefile to be staging gha
This commit is contained in:
parent
1730572aa6
commit
7f91e2b06b
4 changed files with 17 additions and 5 deletions
5
.github/workflows/deploy_be_staging.yml
vendored
5
.github/workflows/deploy_be_staging.yml
vendored
|
@ -58,7 +58,7 @@ jobs:
|
|||
- Download Zip Packet: https://justice40-data.s3.amazonaws.com/data-pipeline-staging/${{env.PR_NUMBER}}/${{env.SHA_NUMBER}}/data/score/downloadable/Screening_Tool_Data.zip
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
repo-token-user-login: "github-actions[bot]"
|
||||
allow-repeats: false
|
||||
allow-repeats: false
|
||||
- name: Install GDAL/ogr2ogr
|
||||
run: |
|
||||
sudo add-apt-repository ppa:ubuntugis/ppa
|
||||
|
@ -83,7 +83,7 @@ jobs:
|
|||
tippecanoe -v
|
||||
- name: Generate Score Geo
|
||||
run: |
|
||||
poetry run python3 data_pipeline/application.py geo-score
|
||||
poetry run python3 data_pipeline/application.py geo-score
|
||||
- name: Generate Tiles
|
||||
run: |
|
||||
poetry run python3 data_pipeline/application.py generate-map-tiles
|
||||
|
@ -92,6 +92,7 @@ jobs:
|
|||
aws s3 cp ./data_pipeline/data/score/csv/ s3://justice40-data/data-pipeline-staging/${{env.PR_NUMBER}}/${{env.SHA_NUMBER}}/data/score/csv --recursive --acl public-read
|
||||
aws s3 cp ./data_pipeline/data/score/downloadable/ s3://justice40-data/data-pipeline-staging/${{env.PR_NUMBER}}/${{env.SHA_NUMBER}}/data/score/downloadable --recursive --acl public-read
|
||||
aws s3 cp ./data_pipeline/data/score/geojson/ s3://justice40-data/data-pipeline-staging/${{env.PR_NUMBER}}/${{env.SHA_NUMBER}}/data/score/geojson --recursive --acl public-read
|
||||
aws s3 cp ./data_pipeline/data/score/shapefile/ s3://justice40-data/data-pipeline-staging/${{env.PR_NUMBER}}/${{env.SHA_NUMBER}}/data/score/shapefile --recursive --acl public-read
|
||||
aws s3 cp ./data_pipeline/data/score/tiles/ s3://justice40-data/data-pipeline-staging/${{env.PR_NUMBER}}/${{env.SHA_NUMBER}}/data/score/tiles --recursive --acl public-read
|
||||
- name: Update PR with deployed Map URL
|
||||
uses: mshick/add-pr-comment@v1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue