Published June 6, 2024 | Version 1.0
Dataset Open

Data and Code for the paper 'Indication of long-range correlations governing city size'

  • 1. ROR icon Potsdam Institute for Climate Impact Research
  • 2. ROR icon Leibniz Institute of Ecological Urban and Regional Development

Contributors

Producer:

  • 1. ROR icon Leibniz Institute of Ecological Urban and Regional Development
  • 2. ROR icon Potsdam Institute for Climate Impact Research
  • 3. ROR icon Martin Luther University Halle-Wittenberg

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_list folder, each CSV file has the name convention like AL_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_id of the record in the table, the first record has a row_id of 0.

    • The first column in the table is the X coordinate of the mass center of the node.

    • The second column in the table is the Y coordinate 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_list folder, each TXT file has the name convention like AL_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_id of 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.cpp file contains the C++ code to do the SFA calculation, detailed information can be found in the documentation of the code file.

  • The SFA_config.ini file 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)

Funding

Deutsche Forschungsgemeinschaft
Urban Percolation 451083179

Dates

Created
2024-06-10
made 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.