PostholerCom

Results 8 issues of PostholerCom

Using mapserver 7.6 or 8rc1 I've been unable to serve .fgb from an S3 bucket. Local disk works fine as does ogrinfo on S3 .fgb. COG raster data works fine...

When getting overviews from a COG geotiff using: `tiff.readRasters({ bbox: [bounds._southWest.lng, bounds._southWest.lat,bounds._northEast.lng,bounds._northEast.lat] ,width: dims.x ,height: dims.y }` ...how do you get the bounding box of the returned rasters? NOT the...

First, thank you for creating this! I'm struggling to understand how this handles COG overviews. Using the demo as is, it appears to download the *whole* tif and not the...

The ability to read GDAL .vrt files. A .vrt can be a collection of .tifs (COG) files. Instead of loading each .tif in a loop, a function to load all...

I'm trying to read images from S3 with georaster/georaster-for-leaflet. If I disable all security, such as: `chromium --disable-web-security --user-data-dir=/tmp/chromium` ...images load as expected. However, under normal browser start up I...

### Feature description For instance, using ogr2ogr you would specify a source SRS like: -s_srs EPSG:4326 With CLI it becomes: -s, --src-crs For readability or porting, 'it would be nice'...

enhancement

### Feature description This would be similar to gdalwarp -crop_to_cutline. When rasterizing a vector data set you can 'clip' the source with --sql or --where, but the resulting raster has...

enhancement

### Feature description Greetings, 'gdal raster calc' has pixel values in the A or A[band] format. The feature request would be to make lng/lat available in --calc, ie, something like...

enhancement
documentation