sorting locale: LC_ALL=C

main
Jonas Jakštys 2024-03-09 19:12:40 +02:00 committed by Motiejus Jakštys
parent a01461016b
commit e46813ef90
1 changed files with 3 additions and 1 deletions

View File

@ -1,11 +1,13 @@
include config.mk
export LC_ALL=C.UTF-8
OUTSIZE = $(shell awk $(addprefix -v ,$(BOUNDS)) 'BEGIN{print ymax-ymin" "xmax-xmin}' /dev/null)
XYZ = $(patsubst %.zip,%.xyz,$(wildcard *.zip))
SORT = sort -n -k2 -k1 -t,
.PHONY: all
all: smooth_2_5.gpkg smooth_5.gpkg
all: smooth_2.gpkg smooth_2_5.gpkg
smooth_%.gpkg: db/smooth_%
ogr2ogr $@ "PG:host=127.0.0.1 user=osm dbname=osm password=osm" $(basename $@)