Mathias Hauser

Results 175 comments of Mathias Hauser

Just to be clear - I am asking for these details not because I think your request is unreasonable but as my experience with projected data is limited, I need...

prob needs fiona (pyogrio) as dependecy

installing `geopandas-base + fiona` saves about 200 MB on disk (not sure about download) and 30 packages, in contrast to installing `geopandas`

I was expecting more deletions, but it's a clean up nonetheless.

Turns out cartopy v0.22 is required for shapely v2.0+. This is the most recent version of cartopy; which puts me a bit in a bind... Maybe at least wait for...

policy-wise it should be possible to require cartopy 0.22 in about 3 months (so around August 2024), which is most likely before the next release

Hi Jérôme, by coincidence I have implemented #38 not long ago. It's not yet released so you would need to install the development version of regionmask for now: ```bash python...

Unfortunately, there is no way to install a development version directly with conda. However, it should be no problem to install a package in a conda environment using pip (it...

I have released the new version - so it is now available via pip and conda.

I think a way to tremendously speed this up is to first create a mask with the `all_touched=True` option and then only check grid cells that "touch" a region. E.g....