Skip to content

Commit

Permalink
Merge pull request #38 from Geodan/37-create-10-version
Browse files Browse the repository at this point in the history
create 1.0 version
  • Loading branch information
bertt authored Jul 28, 2023
2 parents 31be0fc + 9b5399f commit 2156dad
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ A the vertical EPSG code is optional but needed to transform from geoid to ellip
Sample output:

```
Terrain tiler 0.3.3 - Warp
Terrain tiler 1.0 - Warp
Start: Tue Jul 25 12:52:27 UTC 2023
Temp directory: tmp
s_src input images:
Expand Down Expand Up @@ -184,7 +184,7 @@ $ docker run -v $(pwd):/data -it geodan/terraintiler -s 10
Sample output:

```
Terrain tiler 0.3
Terrain tiler 1.0
Start: Wed Jun 21 09:24:39 UTC 2023
Output directory: tiles
Tif extension: TIF
Expand Down Expand Up @@ -241,6 +241,16 @@ $ sh build_all.sh

## History

2023-07-26: release 1.0:

- performance improvement by using parallel processes;

- improved folder tmp handling;

- improved different epsg codes;

- improved error handling.

2023-07-24: release 0.3.3: bug fix warp

2023-07-20: release 0.3.2: give more feedback on progress
Expand Down
2 changes: 1 addition & 1 deletion tiler/process.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=0.3.3
version=1.0

# Set default values
output_dir=tiles
Expand Down
2 changes: 1 addition & 1 deletion warp/process.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=0.3.3
version=1.0
tmp_dir=tmp
default_s_srs=EPSG:7415
s_srs=""
Expand Down

0 comments on commit 2156dad

Please sign in to comment.