Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tebben committed Aug 15, 2024
1 parent 7008d7e commit 8de9ebe
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ ghcr.io/sogelink-research/ctod:latest
![CTOD](./img/ctod.jpg)
***Wireframe and mesh in Cesium using grid based meshing***

## ToDo

### Future work (V1.1)
## Future work (V1.1.0)

- Option to disable preview/homepage
- Mosaic dataset priority
Expand Down
15 changes: 14 additions & 1 deletion config/datasets.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,20 @@
"noData": 0,
"meshingMethod": "grid",
"skipCache": false,
"zoomGridSizes": {"13": 5, "14": 10, "15": 10, "16": 15, "17": 20, "18": 25, "19": 30}
"zoomGridSizes": {"13": 5, "14": 10, "15": 15, "16": 20, "17": 25, "18": 30, "19": 35}
}
},
{
"name": "ahn",
"options": {
"cog": "https://storage.googleapis.com/sogelink-research-public/rasters/cog/ahn4/ahn.vrt",
"minZoom": 13,
"maxZoom": 19,
"noData": 42,
"meshingMethod": "grid",
"skipCache": false,
"defaultGridSize": 10,
"zoomGridSizes": {"14": 10, "15": 15, "16": 20, "17": 25, "18": 30, "19": 35}
}
}
]
Expand Down

0 comments on commit 8de9ebe

Please sign in to comment.