Data and Code for the paper 'Indication of long-range correlations governing city size'
Authors/Creators
Description
Summary
This repository contains the preprocessed data necessary for constructing the city network as described in the related paper, as well as the code to do the Shortest-path Fluctuation Analysis (SFA) on those networks.
Under the data folder
-
In the
Node_listfolder, eachCSVfile has the name convention likeAL_1000_node_list.csv, for example, this means the table contains the list of nodes that make up the network for Austria (as country code,AL) at the spatial clustering distance threshold of 1000m. The table has 3 columns with column names, and without row names.-
Each row in the table is a record of one node, the node ID is the
row_idof the record in the table, the first record has a row_id of 0. -
The first column in the table is the
Xcoordinate of the mass center of the node. -
The second column in the table is the
Ycoordinate of the mass center of the node. -
The third column in the table is the Size of the node, i.e., the number of pixels of this city.
-
-
In the
Edge_listfolder, eachTXTfile has the name convention likeAL_1000_edges.txt, for example, this means the table contains the list of edges that make up the network for Austria (as country code,AL) at the spatial clustering distance threshold of 1000m. The table has 2 columns without column name, without row name.-
Each row in the table is a record of one edge that is composed of a pair of nodes, the node ID is the
row_idof that node in the node_list table. -
The first column in the table is the ID of the node on one side of an edge.
-
The second column in the table is the ID of the node on the other side of an edge.
-
Under the code folder
-
The
SFA_args_LSPT_out.cppfile contains the C++ code to do the SFA calculation, detailed information can be found in the documentation of the code file. -
The
SFA_config.inifile contains some configuration parameters for running the compiled program, details can also be found in the file. This file has to be put in the same folder as the compiled executable file.
Files
long_range_correlation.zip
Files
(43.0 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:a62accb92661edb682c9de03443413bd
|
43.0 MB | Preview Download |
Additional details
Related works
- Is published in
- Journal article: 10.1093/pnasnexus/pgae329 (DOI)
- References
- Journal article: 10.1209/0295-5075/90/28002 (DOI)
Dates
- Created
-
2024-06-10made public
Software
- Programming language
- C++
References
- Rybski, D., Rozenfeld, H. D., & Kropp, J. P. (2010). Quantifying long-range correlations in complex networks beyond nearest neighbors. Europhysics Letters, 90(2), 28002.