Skip to content

Commit

Permalink
Update basemap-vector-data-source.yml
Browse files Browse the repository at this point in the history
Unzip to folder, because files inside GRPK_Open_SHP.zip are no longer inside GRPK_Open_SHP folder
  • Loading branch information
vycius authored Aug 25, 2024
1 parent 19ba603 commit d27cf96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/basemap-vector-data-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
run: md5sum GRPK_Open_SHP.zip >> output/data-source-checksums.txt

- name: Unzip GRPK data source
run: unzip GRPK_Open_SHP.zip -x "GRPK_Open_SHP/INFO_/*" && rm GRPK_Open_SHP.zip
run: unzip GRPK_Open_SHP.zip -x "INFO_/*" -d GRPK_Open_SHP && rm GRPK_Open_SHP.zip

- name: Transform to EPSG:4326
run: ogr2ogr -f "ESRI Shapefile" -lco ENCODING=UTF-8 -t_srs EPSG:4326 output/grpk-espg-4326.shp.zip GRPK_Open_SHP
Expand Down Expand Up @@ -252,4 +252,4 @@ jobs:
### Address registry
```
${{ needs.basemap-vector-datasource-address-registry.outputs.diff }}
```
```

0 comments on commit d27cf96

Please sign in to comment.