Martijn Visser
Martijn Visser
It would be cool to support other mime types, like application/geo+json, which jupyter supports: https://docs.jupyter.org/en/latest/reference/mimetype.html. Came up in #150.
I'm trying to implement some custom JSON encoding/decoding for a float (to support [this](https://zarr.readthedocs.io/en/stable/spec/v2.html#fill-value-encoding)). ```julia # default behavior is compliant but not what I want using JSON2 JSON2.write(1.2) # =>...
Looks like the `GeoDataFrames.write` function can probably be simplified a lot now that https://github.com/yeesian/ArchGDAL.jl/pull/315 is merged. (Still needs to be tagged) https://github.com/evetion/GeoDataFrames.jl/blob/v0.3.0/src/io.jl#L59-L155
This package has the same issue as LibGEOS: https://github.com/JuliaGeo/LibGEOS.jl/issues/75 https://github.com/JuliaCI/NanosoldierReports/blob/18bb6d85b20e25f1a9f2f312963f4b8b4fe7082e/pkgeval/by_hash/a340bf1_vs_3c50b7f/logs/GeometryTypes/1.5.0-DEV-fc8aa8666a.log
@Huite showed me https://github.com/Huite/projecttile last week, and also https://github.com/geopandas/contextily/pull/120. I'm guessing we're almost there already since the code is CRS-aware with the WGS84 and WebMercator types, but it would be...
In the wflow modelbuilder I always snap outside to nice coordinates, i.e. if the cellsize is 0.01, then the bounding box coordinates are divisible by 0.01, (i.e. 34.4, 20.54, but...
QGIS LTS 3.28 works, but 3.34.4 and 3.36.0 crash when I try to start the plugin. This doesn't seems to happen all the time, though most times it does. ```...
Recently I saw a few failures like https://dpcbuild.deltares.nl/buildConfiguration/Ribasim_Windows_BuildRibasim/3830784. ``` 03:36:31 - PackageCompiler: compiling incremental system image 03:46:26 ERROR: LoadError: GitError(Code:ERROR, Class:SSL, Your Julia is built with a SSL/TLS engine that...
TeamCity still has pixi 0.20.1, and the current pixi 0.22 has a higher lockfile format 5, so we cannot merge this until TeamCity is updated for Windows and Linux. @Jingru923...
**What** If the water balance error exceeds a certain fraction, we want the simulation to stop with a clear error message. **How** We should probably add a solver option for...