Claudio Ortega

Results 17 comments of Claudio Ortega

@biodatasciencearg thanks for your comment! šŸ™šŸ½ In master branch this problem is now addressed as you suggested. ``` ... ifĀ isinstance(ids,Ā list)Ā andĀ len(ids)Ā >Ā 1: ... ``` I'm working...

Hello! Thanks for the heads up. This issue is already solved in the master branch [here](https://github.com/EL-BID/urbanpy/blob/ee1650a44b066668df4a0f8c67efb0f6addb6ee5/urbanpy/routing/routing.py#L727). In the following weeks an updated version of urbanpy will be available via pip.

Hello @mohdalattar thanks for the issue. Could you please provide a link for the example you mention to help you? Is one from the notebooks folder?

Since the fix is on the master branch we can install urbanpy latest version as follows: ```sh $ git clone --quiet https://github.com/EL-BID/urbanpy.git # Clone latest urbanpy version $ pip install...

Hello @mohdalattar don't hesitate to let me know if the problem is solved šŸ¤—

The error `ValueError: Cannot transform naive geometries. Please set a crs on the object first.` is raised because the function `up.download.nominatim_osm` returned a GeoDataFrame without crs defined. To solve this...