geo-data / cesium-terrain-builder

A C++ library and associated command line tools designed to create terrain tiles for use in the Cesium JavaScript library
Other
706 stars 338 forks source link

The source dataset does not have a spatial reference system assigned #75

Open gitzhang opened 6 years ago

gitzhang commented 6 years ago

I used the Dockerfile to compile the latest docker image. Then I got the error message using the same ctb-tile command. I don't know how to set the spatial reference system of The source dataset.

gitzhang commented 6 years ago

image

ahuarte47 commented 6 years ago

You could use gdal_translate tool with the a_srs parameter.

ananaijianji commented 4 years ago

I have a similar problem.

ananaijianji commented 4 years ago

I don't know how to set the spatial gdal datasource

ahuarte47 commented 4 years ago

You can use the gdal_edit tool to set the spatial reference system of your input raster files (Geotiff, ecw....) before creating the tile cache with CTB