Federico Catalano
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...
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...
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))`:  I think that the error happens here https://github.com/vgrem/Office365-REST-Python-Client/blob/master/office365/graph_client.py#L94 ... because...
@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...