Federico Catalano

Results 7 issues of Federico Catalano

Hi all! With new gepandas release, the pyproj.CRS object has been enriched and the old way (pyproj4) to specify projection as parameter (`crs') seems to have changed considerably. When you...

Hi all!, Just want to share with the team some details I've been experiencing while I executed notebooks from command line using a yaml file. First, let me show my...

docs

Hi @gboeing! I'm working on a `streamlit` project where users can get bbox coordinates by clicking on a web map. The main goal is to let them create their own...

enhancement

Hi all! Working with onedrive API I found out that, once I instantiate the `client = GraphClient(acquire_token_func(tenant_id, client_id, client_secret))`: ![image](https://user-images.githubusercontent.com/44501803/130526161-851e59c9-1ce8-47e4-b870-2d904bebe16c.png) I think that the error happens here https://github.com/vgrem/Office365-REST-Python-Client/blob/master/office365/graph_client.py#L94 ... because...

question

@sablanchard, this PR includes: 1. Directed or Undirected MultiGraph parameter implementation for the `ua_to_networkx` method. 2. `get_node_relations_by_type` to get self-loop and multi-edges relations in the `urbanaccess_nw` object (this pretends to...

From #166 and #168 we know that unconnected nodes in net object return the unsigned `4294967.295` integer value for shortest path distance calculation. In order to identify the external indexes...

if node exists but not connected in the net (doesn't exists in links table) pandana returns a constant distance (different from zero, `4294967.295` is the value). So Pandana is providing...