Daniel J. Dufour

Results 387 comments of Daniel J. Dufour
trafficstars

Hi, @jeafreezy . Great to hear you are making use of GeoRasterLayer. I think you might be able to solve your problems by creating a declarations.d.ts file and adding a...

I've wanted to keep analysis concerns separate from visualization, but I realize it's a balance that must be struck and I might need to recalibrate. You can see an example...

Hi, @acao . Thanks for pushing this forward. GeoBlaze uses [georaster](https://github.com/geotiff/georaster) to parse any urls, so I'm wondering if it would make sense to add WCS support to georaster?

Hi, @abhayaman669 . Yes, that is an excellent suggestion! Would you be open to submitting a PR? I think you would need to add to the enumerations/__init__.py file and add...

- I changed the code, so that it will log the overview's href that you are using regardless of whether it's a JPG/PNG or GeoTIFF. - I also added a...

Issue with https://github.com/stac-utils/stac-layer/blob/main/src/test/stac-item/planetary-computer.html is that the asset with role "overview" (but name preview.png) returned by planetary computer is fully transparent: https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=gap&items=gap_landfire_nationalterrestrialecosystems2011_-1161135_562215_-861135_262215&assets=data&tile_format=png&colormap_name=gap-lulc I loaded up the data GeoTIFF in QGIS and...

@JustinGOSSES , apologies if you already figured this. I think the reason why some of the images for the gap_landfire_nationalterrestial... feature collection aren't appearing is because they are in Mexico....

For the projection issue, @JustinGOSSES , do you mean when the Leaflet map is displayed in typical Web Mercator, but the data is in something like [Albers](https://en.wikipedia.org/wiki/Albers_projection), so the image...