From d6419d83b72bc6795de2b70de3ed967bdcc9971b Mon Sep 17 00:00:00 2001 From: Riccardo Boero <ribo@nilu.no> Date: Wed, 9 Oct 2024 14:47:04 +0200 Subject: [PATCH] Updated package name --- src/{FACTDataReader.jl => FACT_data_API_reader.jl} | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) rename src/{FACTDataReader.jl => FACT_data_API_reader.jl} (96%) diff --git a/src/FACTDataReader.jl b/src/FACT_data_API_reader.jl similarity index 96% rename from src/FACTDataReader.jl rename to src/FACT_data_API_reader.jl index 8fa66ef..cdd32ae 100644 --- a/src/FACTDataReader.jl +++ b/src/FACT_data_API_reader.jl @@ -1,5 +1,5 @@ """ - 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 -- GitLab