Dani Arribas-Bel
Dani Arribas-Bel
Hey! Thanks for following up. I'm not sure about the difference but my sense is you could envision implementing this on a single page and then have some way of...
Even just the design stuff as an option would be a great additionl. Call me font geek, but that font is a thing of beauty to read...
Amazing! On top of that, I'd say, some demo/example on how to easily switch the font of a jupyter-book project (I imagine it's just standard css, but would help newbies...
+1 on this one. For stacks that don't rely on the `holoviz` universe but would benefit from the core data structures and methods on the package, a `movingpandas_base` or some...
hey, thanks very much for this conversation! I'm not sure if it'd be the most efficient way arount it but, would a spatial join between the polygons and points (or...
Sorry, disregard my previous comment, had missed the PR. Looking into it now, and looks fantastic, very clever trick. Will responde there!
I've issued a PR (#455 ) that I think should have a more comprehensive approach following @snowman2 suggestion from `rioxarray`. If tests pass, I think it should be good to...
Yes, I'd think so. The `geotable` and the `from_dataframe` would let you do that!
`int8` is hardcoded here: https://github.com/pysal/libpysal/blob/0f03a313896de6af096ff92105e54da86bb78368/libpysal/weights/raster.py#L635 I think that makes sense as a default as it's more memory efficient, but I thought that'd convert directly into other types (eg. `float64`) if...
Would it make sense to have the `dtype` optionally chosen by the user with a default to `int8` and/or an `'auto'` option that picks up the `dtype` of the `DataArray`?...