Re: [pylons-discuss] Hypatia - drop Python 2, GitHub Actions?

2022-12-23 Thread Peter Wilkinson
> On 23 Dec 2022, at 11:33 pm, Thierry Florac wrote: > > I'm not sure to have time to test before next year! :/ > Can you just specify the "format" you use to store geometries? > Maybe it's documented in your package but I didn't have any time to check for > it… > Hi Thierry, The index

Re: [pylons-discuss] Hypatia - drop Python 2, GitHub Actions?

2022-12-23 Thread Thierry Florac
Hi Peter! I'm not sure to have time to test before next year! :/ Can you just specify the "format" you use to store geometries? Maybe it's documented in your package but I didn't have any time to check for it... Thierry -- https://www.ulthar.net -- http://pyams.readthedocs.io Le jeu. 22

Re: [pylons-discuss] Hypatia - drop Python 2, GitHub Actions?

2022-12-22 Thread Peter Wilkinson
> On 22 Dec 2022, at 6:44 pm, Thierry Florac wrote: > > My main usage are probably : > - to find objects which are located below a given distance from a reference > points > - to find objects which are contained into a given geometry or overlapping > it. > > I generally use PostGIS or

Re: [pylons-discuss] Hypatia - drop Python 2, GitHub Actions?

2022-12-21 Thread Thierry Florac
Hi Peter, My main usage are probably : - to find objects which are located below a given distance from a reference points - to find objects which are contained into a given geometry or overlapping it. I generally use PostGIS or Elasticsearch to handle these queries, but in some contexts it

Re: [pylons-discuss] Hypatia - drop Python 2, GitHub Actions?

2022-12-21 Thread Peter Wilkinson
> On 21 Dec 2022, at 7:21 pm, Thierry Florac wrote: > > I'm also interested in using spatial indexes in Hypatia, so I'm quite excited > to use your indexes. > And if you need any help to test these features, just ask! ;) > Hi Thierry, Out of interest, what spatial searches are you looking

Re: [pylons-discuss] Hypatia - drop Python 2, GitHub Actions?

2022-12-21 Thread Thierry Florac
Hi Peter, I'm also using Hypatia for several years now without any problem, it works very well! So this "alpha" notice is probably useless! I'm also interested in using spatial indexes in Hypatia, so I'm quite excited to use your indexes. And if you need any help to test these features, just

Re: [pylons-discuss] Hypatia - drop Python 2, GitHub Actions?

2022-12-20 Thread Peter Wilkinson
> On 20 Dec 2022, at 7:38 am, Bert JW Regeer wrote: > > I’m happy to review such a PR. > I’ve put a PR at https://github.com/Pylons/hypatia/pull/16 which is a relatively small first step to start bringing things inline with Pyramid - I’d like to add listing and formatting as well as remove

Re: [pylons-discuss] Hypatia - drop Python 2, GitHub Actions?

2022-12-19 Thread Peter Wilkinson
> On 20 Dec 2022, at 7:38 am, Bert JW Regeer wrote: > > If you want to put together a PR that moves to Github actions (feel free to > steal from any of our other repos, and in fact I encourage it so that it is > easier to maintain for us moving forward see; pyramid/waitress/webob/others). >

Re: [pylons-discuss] Hypatia - drop Python 2, GitHub Actions?

2022-12-19 Thread Peter Wilkinson
> On 20 Dec 2022, at 6:54 am, Jonathan Vanasco wrote: > > But as a personal preference, while I don't use this library myself, whenever > I move a project onto GitHub actions I initially maintain support for 2.7 and > 3.6 then drop those versions in a second commit. The reason is that many

Re: [pylons-discuss] Hypatia - drop Python 2, GitHub Actions?

2022-12-19 Thread Bert JW Regeer
Most of the projects that Michael and I maintain we use the current supported version of Python and up. We drop older versions when we get around to touching the repo because maintaining older versions of Python and testing/validating is a pain. If you want to put together a PR that moves to

[pylons-discuss] Hypatia - drop Python 2, GitHub Actions?

2022-12-17 Thread Peter Wilkinson
Hi, I’ve been a user of Hypatia for a fair while now and have an additional index type I’m just cleaning up at the moment to propose in a pull request - it’s a spatial index based on a port of RBush (https://github.com/mourner/rbush) from JavaScript. As part of this I’ve been testing with all