sorting locale: LC_ALL=C
This commit is contained in:
parent
a01461016b
commit
e46813ef90
@ -1,11 +1,13 @@
|
|||||||
include config.mk
|
include config.mk
|
||||||
|
|
||||||
|
export LC_ALL=C.UTF-8
|
||||||
|
|
||||||
OUTSIZE = $(shell awk $(addprefix -v ,$(BOUNDS)) 'BEGIN{print ymax-ymin" "xmax-xmin}' /dev/null)
|
OUTSIZE = $(shell awk $(addprefix -v ,$(BOUNDS)) 'BEGIN{print ymax-ymin" "xmax-xmin}' /dev/null)
|
||||||
XYZ = $(patsubst %.zip,%.xyz,$(wildcard *.zip))
|
XYZ = $(patsubst %.zip,%.xyz,$(wildcard *.zip))
|
||||||
SORT = sort -n -k2 -k1 -t,
|
SORT = sort -n -k2 -k1 -t,
|
||||||
|
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
all: smooth_2_5.gpkg smooth_5.gpkg
|
all: smooth_2.gpkg smooth_2_5.gpkg
|
||||||
|
|
||||||
smooth_%.gpkg: db/smooth_%
|
smooth_%.gpkg: db/smooth_%
|
||||||
ogr2ogr $@ "PG:host=127.0.0.1 user=osm dbname=osm password=osm" $(basename $@)
|
ogr2ogr $@ "PG:host=127.0.0.1 user=osm dbname=osm password=osm" $(basename $@)
|
||||||
|
Loading…
Reference in New Issue
Block a user