Hi all, I am pretty new to WW (even if several years java GIS developer).
I browsed I think the whole wiki and didn't find a good answer to the possibility to add and use elevation models.
What I found:
- the dstile way to import the dem data from an existing gdal-compatible format
What I would like to do:
- create a way to serve the GRASS binary raster format as a possible WW elevation datasource
What I need:
- someone that tells me if that is feasible or if I just didn't understand many things
- an advice if it is better to do some coding or if it is better to use external stuff (gdal) to prepare the data and just add them as layers as explained in the dstile tutorial
- a next point for documenting myself. Any link, idea, hint, document would be of great help.
I am very templed as the final solution to extend the AbstractElevationModel to support GRASS workspaces and raster files, but I am not yet sure if that would be ok, since I am not sure how I will be able to use that one instead/overriding the default one in the area of the dataset.
I am havin lots of fun with WW and GIS data. vector integration is fairly easy, but elevation models seem to be a bit more complicated.
Thanks for any advice you may give me.
Andrea
I browsed I think the whole wiki and didn't find a good answer to the possibility to add and use elevation models.
What I found:
- the dstile way to import the dem data from an existing gdal-compatible format
What I would like to do:
- create a way to serve the GRASS binary raster format as a possible WW elevation datasource
What I need:
- someone that tells me if that is feasible or if I just didn't understand many things

- an advice if it is better to do some coding or if it is better to use external stuff (gdal) to prepare the data and just add them as layers as explained in the dstile tutorial
- a next point for documenting myself. Any link, idea, hint, document would be of great help.
I am very templed as the final solution to extend the AbstractElevationModel to support GRASS workspaces and raster files, but I am not yet sure if that would be ok, since I am not sure how I will be able to use that one instead/overriding the default one in the area of the dataset.
I am havin lots of fun with WW and GIS data. vector integration is fairly easy, but elevation models seem to be a bit more complicated.

Thanks for any advice you may give me.
Andrea
Comment