Skip to content

Latest commit

 

History

History
52 lines (25 loc) · 1.21 KB

README.md

File metadata and controls

52 lines (25 loc) · 1.21 KB

Jcp_Inm - Real estate and pedestrian traffic dataset.

DOI

Overview:

This is a dataset based in Sqlite3 database format containing data on real estate values for the downtown area of the city of Jose C. Paz, Buenos Aires, Argentina, gathered in 2019.

Dependencies:

  • Sqlite3 ( See sources ).

  • Sqlite3 API for the programming language of your choice

Installation:

  • Uncompress and copy the contents of this file wherever you want in your system. Sqlite3 databases are self - contained and need no further action on part of the user after being copied in order to be useable.

Uninstall:

  • Delete the folder containing the contents of this fiile from your system.

Usage:

  • You need any application capable of handling Sqlite3 databases, or you can use the program src/scheme/jcp_inm.scm to manage the dataset. Read the file doc/Jcp_Inm.pdf for more info.

Credits and Sources:

Please let me know if I forgot to add any credits or sources.

License:

  • LGPL-3.0-or-later.