FACT Data API Reader
FACT_data_API_reader
is a Julia module designed to query and retrieve results from FACT Data services
. This utility module allows for efficient access to various components of FACT Data, providing an interface to query them and obtain results in the form of Julia DataFrames.
Use
- To install the package in your project:
using Pkg
Pkg.add("https://git.nilu.no/fact/utils/FACT_data_API_reader.jl.git")
- To use the package:
using FACT_data_API_reader
- Query FACT Data services (they must be running!):
You can query different components of FACT_data. For example:
geo_objects = get_geo_objects(...)
travel_data_eu = get_travel_data_eu(...)
annual_jobs = get_annual_jobs(...)
Replace ... with the necessary parameters for each function.
Specifications
Please refer to the package documentation for details on how to access Docker API: https://fact.pages.nilu.no/utils/FACT_data_API_reader.jl
FACT_data_API_reader
includes the following functionalities to access the different FACT Data services
:
- Geographical Data: Retrieve geographical objects.
- Travel Data (EU and NA): Obtain travel-related data for Europe and North America.
- Annual Jobs Data: Access data related to jobs on an annual basis.
- Population Data: Query annual population statistics.
- Air Traffic Data: Get information on airports and their traffic.
- Elevation Data: Access elevation-related data through a web service.
- Rail Stations and Lines: Retrieve data about rail stations and lines.
- Ports Tonnage: Get information on ports and their tonnage.
- Power Stations and Lines: Access data on power stations and power lines.
- Land Use Data: Obtain land use data.
- Geology and Minerals: Query geological data and mineral resources.
- Building footprint and height: Obtain estimation on buildings footprints from ML on multiple remote sensing sources.
Notes
- The module is structured to interact with both databases and web services, depending on the type of data being accessed.
- Some functionalities are commented out in the current version and might be included in future releases.
- This module is designed for use with Julia and requires an understanding of Julia DataFrames for effective utilization.
- Tests are available under the test directory, providing real-world use cases in both the US and EU.
For more detailed information on each function and its parameters, please refer to the individual function documentation within the module.
Author
Riccardo Boero - ribo@nilu.no
License
Citation
- Boero, Riccardo. 2024. “FACT Utils: FACT Data API Reader.” OSF. doi:10.17605/OSF.IO/HSJY5.
Part of the Fine scAle eConomic daTa - FACT project:
- Boero, Riccardo. 2024. “Fine scAle eConomic daTa - FACT.” OSF. doi:10.17605/OSF.IO/PV4ZW.