Alan D. Snow

Results 545 comments of Alan D. Snow

Another raspberry pi user struggling to install pyproj: https://github.com/pyproj4/pyproj/issues/893

Related: https://github.com/pyproj4/pyproj/discussions/1250

Add these kwargs to `open_rasterio` to disable caching: ``` lock=False, # disable internal caching cache=False, # don't keep data loaded in memory. pull from disk every time ```

The GDAL cache settings may be worth looking into: https://gdal.org/user/configoptions.html#performance-and-caching

Thanks for the analysis and a solution. A MR with the fix is welcome.

This is calculated using [geod_polygonarea](https://github.com/OSGeo/PROJ/blob/ea00f187f7572b3b745ed41e0285d6223a2ec488/src/geodesic.h#L803). This code originated from: https://geographiclib.sourceforge.io/. It is likely that your request would be best handled upstream.

> I don't believe any of the answers on there work any more What issues are you seeing?

> upon upgrading the shapely version to 2.x, I was getting a lot of errors and the results were wrong This upgrade guide should resolve your issues: https://shapely.readthedocs.io/en/stable/manual.html#shapely.ops.transform

Reference: https://github.com/pyproj4/pyproj/issues/1074#issuecomment-1124461148

> Hi, is anyone already working on this issue ? Not that I am aware of.