Antonio Ercole De Luca

Results 27 issues of Antonio Ercole De Luca

Hi there! Is in the roadmap any integration with the python faker library? :-D

When I run this: ``` from leuvenmapmatching.map.inmem import InMemMap map_con = InMemMap("myosm", use_latlon=True, use_rtree=True, index_edges=True) ``` I get this warning: ``` /home/user/anaconda3/envs/ox/lib/python3.8/site-packages/pyproj/crs/crs.py:55: FutureWarning: '+init=:' syntax is deprecated. ':' is the...

https://github.com/wetneb/opentapioca/issues/31

Hello there, I managed to dockerize this. I have an error when trying to make the annotation work. Here are the steps I followed on my server: - launching index-dump;...

Any Usage examples?

I am referring to part of the codebase like this [one](https://github.com/GeneralMills/pytrends/blob/master/pytrends/request.py#L392): The idea is to use JSON path queries similar to XPath ones, so they will be more robust against...

Hello there, I improved the error message as suggested in https://github.com/omniscale/imposm3/issues/174 thanks

There is no way to know which are the versions of the library the project uses. There are the install_requires in the setup.py but the libraries versions are not pinned....