Skip to content

Commit

Permalink
parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
edwindj committed Jan 19, 2023
1 parent e31e490 commit 7392d78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions create_geojson_year.bash
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ cat $REGIOTXT | grep '_gegeneraliseerd' | grep -v '_niet_' - > $SHAPESTXT
cat $REGIOTXT | grep "point" - > $POINTSTXT

MAPSHAPER=./node_modules/mapshaper/bin/mapshaper
PDOKNAMES=`head -n 1 $SHAPESTXT`
#PDOKNAMES=`cat $SHAPESTXT`
#PDOKNAMES=`head -n 1 $SHAPESTXT`
PDOKNAMES=`cat $SHAPESTXT`

for TYPENAME in $PDOKNAMES
do
Expand Down

0 comments on commit 7392d78

Please sign in to comment.