convertbng
convertbng copied to clipboard
Fast, accurate WGS84 ⬅️➡️ OSGB36 (OSTN15) conversion, using Python and Rust
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.8.0 to 2.8.1. Release notes Sourced from pypa/cibuildwheel's releases. v2.8.1 🐛 Fix a bug when building CPython 3.8 wheels on an Apple Silicon machine where testing would...
Hi, I've been using this for a while on both Ubuntu-20.04 within WSL2. I've recently noticed that the Python script aborts with "Segmentation fault" in some cases, but unfortunately it's...
Hi, I am attempting to install this on FreeBSD and I am having some trouble: could instructions be given for how to do this please? My first attempt was a...
Hi there, I have a flask application which uses convertbng to convert some OSGB36 eastings northings returned from a sqlite query into WGS84 coordinates. I just experimentally redeployed the production...
Bumps [robinraju/release-downloader](https://github.com/robinraju/release-downloader) from 1.4 to 1.5. Release notes Sourced from robinraju/release-downloader's releases. v1.5 What's Changed Add ncc build --license to generate a distributable file with third party notice by @robinraju...
Bumps [robinraju/release-downloader](https://github.com/robinraju/release-downloader) from 1.7 to 1.8. Release notes Sourced from robinraju/release-downloader's releases. Release Downloader v1.8 What's Changed Add support to extract release archives - fixes #612 by @hegerdes in robinraju/release-downloader#613...
`pip install convertbng` fails on Python 3.11 with error: ``` convertbng/cutil.c:77:12: fatal error: 'longintrepr.h' file not found #include "longintrepr.h" ``` This seems to be due to a change to cython,...