Skip to content

Commit

Permalink
Show current layer description on console
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanb committed Mar 26, 2022
1 parent 30c1bb1 commit 2e1c266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion split.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function split() {
shpFile=$(find "${TMP}" -name "$shp.shp")
DIRNAME=$(dirname "$shpFile")
BASENAME=$(basename "$shpFile" .shp)
echo "Extracting ${enota} from ${shp}..."
echo "${descriptionCollection}: Extracting ${enota} from ${shp}..."
mkdir -p "data/${shp}"
SHAPE_ENCODING=CP1250 ogr2ogr -t_srs "EPSG:4326" \
-f "CSV" "data/${shp}/${BASENAME}_${enota}.csv" "${DIRNAME}" \
Expand Down

0 comments on commit 2e1c266

Please sign in to comment.