Johann Sorel

Results 7 issues of Johann Sorel

Hello, In a format call 'GRIB' there is bitmap section, so far i used a classic java Bitset but on some files it takes a lot of memory. So I'm...

enhancement
help wanted

Hello, I open this issue after the Khronos/OGC meeting (16-12-2021) where we talked about closing the gap between GLTF and Geospatial. ### To set the context : - For this...

Hello, Having compression support is nice but all compressions are lossy and sometimes we need the exact values. I noticed you skip all uncompressed texture. ``` if(ktx.ktxClass==KtxClassId.ktxTexture2_c) { if(ktx.needsTranscoding) {...

enhancement

Hello, Recently Khronos released the first version of [ANARI](https://www.khronos.org/anari). To make it short it's a basic API for 3D rendering. Javafx has some simple 3D capabilities, and I believe there...

When trying to deserialize a bean property which can be a String or an Object, there is no way to deserialize the object version. **Version** Yasson 3.0.3 **To Reproduce** ```...

bug

Hello, I am currently working on a JSON binding implementation in Apache SIS (https://sis.apache.org/) of the Coverage-JSON specification (https://github.com/opengeospatial/CoverageJSON) . In the specification, several extensions are possible as described in...

enhancement

Would it be possible to have the original SVG aside the one's which are used for generation ? This would be better when applying corrections and it would preserve the...