[Geoserver-devel] community module for quantized-mesh output format?

Are there any current efforts to implement quantized-mesh-1.0 output format? Has there been any interest in it?

···

Jason Newmoyer
Newmoyer Geospatial Solutions
843.606.0424
jason@anonymised.com

To save others googling the URL should be https://cesiumjs.org/data-and-assets/terrain/formats/quantized-mesh-1.0.html

It looks interesting but I don’t know if anyone is planning an implementation.

Ian

···

On 28 September 2016 at 20:01, Jason Newmoyer <jason@anonymised.com> wrote:

Are there any current efforts to implement quantized-mesh-1.0 output format? Has there been any interest in it?

Jason Newmoyer
Newmoyer Geospatial Solutions
843.606.0424
jason@anonymised.com



Geoserver-devel mailing list
Geoserver-devel@anonymised.com.366…sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Ian Turton

Ditto, I’m not aware of anyone working on it, but it would be cool to have one.

I do have some familiarity with it, what are you going to use to build the TIN model? Are you going to compute
it on the fly from raster data, with some hint about the current scale to generate an accurate, but not too accurate,
model?

Cheers
Andrea

···

On Thu, Sep 29, 2016 at 9:55 AM, Ian Turton <ijturton@anonymised.com> wrote:

To save others googling the URL should be https://cesiumjs.org/data-and-assets/terrain/formats/quantized-mesh-1.0.html

It looks interesting but I don’t know if anyone is planning an implementation.

Ian



Geoserver-devel mailing list
Geoserver-devel@anonymised.com.366…sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

On 28 September 2016 at 20:01, Jason Newmoyer <jason@anonymised.com> wrote:

Are there any current efforts to implement quantized-mesh-1.0 output format? Has there been any interest in it?

Jason Newmoyer
Newmoyer Geospatial Solutions
843.606.0424
jason@anonymised.com



Geoserver-devel mailing list
Geoserver-devel@anonymised.comrge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Ian Turton

==
GeoServer Professional Services from the experts! Visit
http://goo.gl/it488V for more information.

Ing. Andrea Aime

@geowolf
Technical Lead

GeoSolutions S.A.S.
Via di Montramito 3/A
55054 Massarosa (LU)
phone: +39 0584 962313

fax: +39 0584 1660272
mob: +39 339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

AVVERTENZE AI SENSI DEL D.Lgs. 196/2003

Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy’s New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.


Le jeudi 29 septembre 2016 10:13:12, Andrea Aime a écrit :

Ditto, I'm not aware of anyone working on it, but it would be cool to have
one.

I do have some familiarity with it, what are you going to use to build the
TIN model? Are you going to compute
it on the fly from raster data, with some hint about the current scale to
generate an accurate, but not too accurate,
model?

Support for quantized mesh was discussed in the Cesium Terrain Builder project
(C++, based on GDAL), but I'm not sure this went further. Anyway some
potentially useful references in this ticket:

Even

Cheers
Andrea

On Thu, Sep 29, 2016 at 9:55 AM, Ian Turton <ijturton@anonymised.com> wrote:
> To save others googling the URL should be https://cesiumjs.org/data-
> and-assets/terrain/formats/quantized-mesh-1.0.html
>
> It looks interesting but I don't know if anyone is planning an
> implementation.
>
> Ian
>
> On 28 September 2016 at 20:01, Jason Newmoyer <
>
> jason@anonymised.com> wrote:
>> Are there any current efforts to implement quantized-mesh-1.0 output
>> format? Has there been any interest in it?
>>
>> Jason Newmoyer
>> Newmoyer Geospatial Solutions
>> 843.606.0424
>> jason@anonymised.com
>>
>>
>>
>> ------------------------------------------------------------
>> ------------------
>>
>> _______________________________________________
>> Geoserver-devel mailing list
>> Geoserver-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geoserver-devel
>
> --
> Ian Turton
>
> ------------------------------------------------------------
> ------------------
>
> _______________________________________________
> Geoserver-devel mailing list
> Geoserver-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-devel

--
Spatialys - Geospatial professional services
http://www.spatialys.com

I did see plans for a (large) organisation to use Cesium with GeoServer.

I'm trying to find the detail, but it did involve an external plugin, perhaps
https://github.com/kaktus40/Cesium-GeoserverTerrainProvider or something like
that.

Brad

We have been prototyping a global terrain layer with Cesium using the GeoServerTerrainProvider (kaktus40) with 90m SRTM (CGIAR). Performance is not great compared to AGI’s public quantized-mesh data using CesiumTerrainProvider, which I believe relates to the fact that qm is multiresolution and by nature much smaller payloads and quicker to process by Cesium. Also, with GeoServerTerrainProvider you must make some assumptions about the level of detail (LOD) of your data. This will make things tricky when we get special collects like Lidar for specific areas and we ultimately want to mosaic that right into a single global elevation layer.

I see this as very similar to vector tiles in that 1) its a new general output format to implement for GeoServer, 2) integrates seamlessly with GeoWebCache and 3) to address Andrea’s question, it must be capable of on-the-fly simplification using scale hint. So, from raster source to TIN geometries to quantized-mesh on the fly.

It seems like we have some decent interest. And a few projects out there doing pieces and parts of this:

https://github.com/geo-data/cesium-terrain-builder
https://github.com/loicgasser/quantized-mesh-tile

I wonder if LibCTB implemented qm-1.0 and then exposed a method for us to generate just a single terrain file if that would save some work.

···

On Thu, Sep 29, 2016 at 6:12 AM, Brad Hards <bradh@anonymised.com> wrote:

I did see plans for a (large) organisation to use Cesium with GeoServer.

I’m trying to find the detail, but it did involve an external plugin, perhaps
https://github.com/kaktus40/Cesium-GeoserverTerrainProvider or something like
that.

Brad



Geoserver-devel mailing list
Geoserver-devel@anonymised.com.366…sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Jason Newmoyer
Newmoyer Geospatial Solutions
843.606.0424
jason@anonymised.com…