Jan Žák

Results 116 comments of Jan Žák

This is the full list: https://github.com/geotiffjs/geotiff.js/blob/5816200dfb610ef11b1de9e09b214175739e9e90/test/data/setup_data.sh#L25-L30 https://github.com/geotiffjs/geotiff.js/blob/5816200dfb610ef11b1de9e09b214175739e9e90/test/dev.js#L20-L25

Hi @constantinius, attached are two sample files with 2 bands (GFS wind u,v) generated with GDAL 3.3.0. Code used to read them: ``` const geotiff = await GeoTIFF.fromUrl(url, { allowFullFile:...

Can nodata be converted to NaN / user-defined value (for non-float bands) automatically?

Besides `getBounds()`, lasso plugin also requires `toGeoJSON()`

Another plugin which supports drawing circles is my https://github.com/zakjan/mapbox-gl-draw-geodesic

Possibly unpopular opinion, but it would be great to keep compatibility with both MapLibre and Mapbox. The library can be already passed with mapboxGl param.

I get this error when running in headless mode in NodeJS. ``` .../node_modules/cytoscape-cose-bilkent/src/Layout/FDLayout.js:411 var grid = new Array(sizeX); ^ RangeError: Invalid array length ```

Is there any progress on this? Newer ImageMagick is needed for WebP support in jekyll_picture_tag.

Another warning: ``` Deprecated include of L.Mixin.Events: this property will be removed in future releases, please inherit from L.Evented instead. ```

With aurelia-webpack-plugin, we're getting a lot of these errors: ```Could not freeze xxx.(html|ts): Unfrozen dependencies (1 / 1): IncludeDependency``` Is it related, or a different bug?