Daniel J. Dufour

Results 197 issues of Daniel J. Dufour

```js new GeoRasterLayer({ georaster, bounds: geojson }) ``` This would mean only display within the bounds.

Should be able to automatically visualize a scene with separated bands without specifying a pixelValuesToColorFn like we had to do here: https://github.com/GeoTIFF/georaster-layer-for-leaflet-example/blob/master/examples/separated.html#L45 The following changes are required: - Need to...

If the raster is 2 - 4 bands, we should still scale the bands like we do for 1 band https://github.com/GeoTIFF/georaster-layer-for-leaflet/blob/master/src/georaster-layer-for-leaflet.ts#L788

**Is your feature request related to a problem? Please describe.** Some people might want to use another approach to resolving projection information rather than a static baked file of proj4js...

https://github.com/stac-utils/stac-layer/issues/7

**Is your feature request related to a problem? Please describe.** When rendering COGs based on dynamically computed min/max, tiles at the same zoom level might have been rendered using different...

**Is your feature request related to a problem? Please describe.** Sometimes people want to display a COG without knowing the min/max. In these cases, we should default to using the...

**Describe the bug** Sometimes GeoTIFFs might have random no data values because of random satellite sensor issues. It would be awesome if this library could automatically interpolate or fill these...