Daniel Wiesmann
Daniel Wiesmann
When opening signed 8bit rasters, GDALRaster handles it as unsigned 8bit raster.
Add direction to the links, allowing arrowheads or other symbology that indicates flow direction
- Add unit to parameter space - Create legend for the width, colors and radii
The list of preset symbols on the WmsMap is very limited (mainly to point symbols). Extending this list will make the package more flexible. http://mapserver.org/mapfile/symbology/construction.html
Currently only an essential shortlist of the customization parameters for Maps and Layers can be specified when creating map services. Extend this list to a complete set of parameters.
AWS has changed the bucket policy of the S2 L1C bucket to be a [requester pays](https://docs.aws.amazon.com/AmazonS3/latest/dev/RequesterPaysBuckets.html) bucket. So the product download does not work without authentication anymore. See https://registry.opendata.aws/sentinel-2/ As...
Extended docs on sampling to describe v1 strategy.
This needs another sanity check, and the actual band stats are in computation right now. Should update tomorrow morning with the stats from the calculations on batch.
Make the model easy to use by converting it into a torchscript utility.
To train the multi size images architecture, we need to either stop/restart the model every ~10 epochs, changing progressively the image size in the data loader. Preferrably we would implement...