Roger Bivand

Results 459 comments of Roger Bivand

Using GDAL 3.0.4 and PROJ 7.0.0, and `rgdal::showSRID()`, I see the vertical CRS of the Conus Albers case discarded, and in the UTM_10N case, I see `importFromWkt()` failing (latest **rgdal**...

Maybe the Conus Albers in wkt1 can be read by `proj_create()`: ``` > list_coordOps(wkt1, "EPSG:4326") Candidate coordinate operations found: 7 Strict containment: FALSE Visualization order: TRUE Source: PROJCS["NAD83 (2011) /...

Thanks, GDAL's SRS `importFromWkt()` code found the unbalanced bracket, and stripping the `COMPD_CS[]` also helped. Is there other WKT debugging code say in PROJ's `proj_create()`? The use of `rgdal::list_coordOps()` presents...

I feel that **rlas** and **lidr** will need to check WKT credibility (like declared EPSG) - I'll try to provide and expose a function in **rgdal** to do this, probably...

Thanks, sounds sensible to accommodate a potentially larger user group.

The problem is in giddy, which splot then uses. The ergodic part of giddy uses quantecon but instead of checking that import is possible and working around its absence/failure, it...

No, I have not - the problem arose on installing `pip install pysal` on a factory-fresh Fedora 33, which comes with LLVM 11 and Python 3.9. The problem is with...

OK, so I was lucky to find that geopandas and almost all of pysal work (for what I need), and the only breakage was because the JIT compiler numba/llvmlite combination...

I'm afraid no-neighbour observations are still an issue with released **libpysal** 4.5.1 and **esda** 2.4.1: [no_neigh.zip](https://github.com/pysal/esda/files/7007665/no_neigh.zip) Is this resolved in the development version? I don't want to update unless it...

That was how I understood the issue, but both with a larger data set and with this reprex, it still seems to be extant. Thanks for looking!