Claudio Ortega

Results 7 issues of Claudio Ortega

Code example ```` hex_df = urbanpy.geom.merge_shape_hex(hex_df, pop_df, agg={'population': 'sum'}) ```` TODO: Complete error raised

good first issue

The scripts in charge of creating the `OSRM` server are not being downloaded after installing `urbanpy`. - [`unix_download.sh`](https://github.com/EL-BID/urbanpy/blob/master/urbanpy/routing/unix_download.sh) - [`windows_download.ps1`](https://github.com/EL-BID/urbanpy/blob/master/urbanpy/routing/windows_download.ps1) A simple solution could be downloading the bash files directly...

bug
help wanted
high priority

Hard to know if there is an error or something when the function takes to much time. https://github.com/EL-BID/urbanpy/blob/56c7d4389802decd24015ac6fb8bba920fae3bbc/urbanpy/geom/geom.py#L168

good first issue

Currrent behaviour: ```python pop_search = up.download.search_hdx_dataset(country) pop_country = up.download.get_hdx_dataset(pop_search, pop_index) # This takes too much time ``` Requested feature: ```python pop_search = up.download.search_hdx_dataset(country) pop_country = up.download.get_hdx_dataset(pop_search, pop_index, mask=city_limits) # This...

enhancement

Fix the windows PowerShell script to create the OSRM Server

bug