Skip to content
Snippets Groups Projects
Commit d6419d83 authored by Riccardo Boero's avatar Riccardo Boero :innocent:
Browse files

Updated package name

parent 9e5072d1
No related branches found
No related tags found
No related merge requests found
"""
module FACTDataReader
module FACT_data_API_reader
A Julia module for retrieving various types of data including geographic objects, travel time information, job and population statistics, airport traffic data, elevation data, rail station and line data, port tonnage data, power station and transmission line data, land use data, geology and mineral data, and building footprint and height data.
......@@ -22,7 +22,7 @@ A Julia module for retrieving various types of data including geographic objects
The module is designed to help with data retrieval and analysis for various domains.
"""
module FACTDataReader
module FACT_data_API_reader
using DataFrames, MySQL, Tables, LibGEOS, HTTP, JSON
......@@ -56,7 +56,5 @@ module FACTDataReader
include("FACT_bldgs.jl")
export get_bldgs_footprint_height
#include("FACT_conversions.jl")
end # module FACTDataReader
end # module FACT_data_API_reader
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment