Massimo Di Stefano

Results 61 comments of Massimo Di Stefano

@tomkralidis probably I need to re-create the DB, I was using an existing one - which is already in use with pycsw - it is a postgis DB running under...

Regarding the last part of the issue, the one related to the keywords issue - to distinguish between keywords in ISO with and without a thesaurus_name, will it make sense...

I may have found a little hack to tune the output the way I needed, by modifying 'dif.py': ```python # keywords val = util.getqattr(result, context.md_core_model['mappings']['pycsw:Keywords']) if val: for kw in...

Hi, thanks for this effort! It is known that heightmap and cesium have the limitation to not be able to render "elevation" dataset at depth below `-1000 m` from the...

I'm having similar issues tring to build the latest git clone of cesium-terrain-builder. On my system i have gdal installed from its git-svn mirror My gdal version : ``` gdalinfo...

i had to remove the check and ctb built fine without errors/worning. I'll try to generate tiles and see if any trouble (i'm using gdal from svn trubk)

I'm facing the same problem: ``` epinux@Ubuntu-1604-xenial-64-minimal:~/dev/cesium-terrain-builder/build$ make Scanning dependencies of target ctb [ 5%] Building CXX object src/CMakeFiles/ctb.dir/GDALTile.cpp.o [ 11%] Building CXX object src/CMakeFiles/ctb.dir/GDALTiler.cpp.o /home/epinux/dev/cesium-terrain-builder/src/GDALTiler.cpp: In function ‘void* getOverviewDataset(GDALDatasetH,...

To fix the build, just remove the extra argument. Not sure it will affect the library behaviour... in `GDALTiler.cpp:249` ``` --- poSrcOvrDS = GDALCreateOverviewDataset( poSrcDS, iOvr, FALSE, FALSE ); +++...

Testing the change, `ctb-tile` produced correct tiles. I'm using `geo-data/cesium-terrain-builder:master` @ahuarte47 , now switching on your fork to test https://github.com/geo-data/cesium-terrain-builder/pull/55 (/me feelling excytied!)

@ahuarte47 thanks! Quick OT question: To test the quantized-mesh output before the PR will be merged, is https://github.com/ahuarte47/cesium-terrain-builder.git [branch:master-quantized-mesh] the right repo?