Huite
Huite
This currently adds: * Some lightly edited functions, which take some additional data from the Provider. * ``projecttile`` rather than ``mercantile`` for some tile handling, located here: https://github.com/Huite/projecttile It doesn't...
Hello all, A colleague showed me this via the geopandas docs, and this looks like an extremely neat package! I do nearly all my work in the Netherlands, so I...
I was looking at the modflow6 DLL from the nightly releases, and the following quote struck me: > Windows executables are statically linked and can be run without gfortran being...
#### Is your feature request related to a problem? Please describe. (I think this question applies to the Holoviews/Geoviews trimesh as well.) Having the option to efficiently visualize large irregular...
(Zoals ik donderdag al even meldde:) Adding a circular inhomogeneity leads to an IndexError. The following (simplified) case runs fine: ``` import ttim ml = ttim.ModelMaq(kaq=[30],z=[0,-10,-50],Saq=[0.001], c=[1500], Sll=[0.01], topboundary='leaky', phreatictop=True,tmin=1,tmax=30,M=20)...
I just checked: pydata-sphinx-theme has version switcher support now 🎉 https://pydata-sphinx-theme.readthedocs.io/en/latest/user_guide/version-dropdown.html This required some custom javascript / templates before, but it seems quite convenient now!
Xarray plots a histogram in such cases, this would be good to duplicate.
It looks like the renumbering is not going right in all cases, in particular an example of merged partitions.
A `xugrid.Ugrid1d` or `xugrid.Ugrid2d` object can currently be initialized with a given mesh or network name. Then the face, edge, node dimensions are automatically generated (e.g. a mesh with Mesh2d...
See Zarr-python for example.