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

Moved source of utils code pieces

parent 2a873920
No related branches found
No related tags found
No related merge requests found
...@@ -26,10 +26,10 @@ module FACT_data_API_reader ...@@ -26,10 +26,10 @@ module FACT_data_API_reader
using DataFrames, MySQL, Tables, LibGEOS, HTTP, JSON using DataFrames, MySQL, Tables, LibGEOS, HTTP, JSON
include("utils_DB_connection.jl") include("utils/db_connection.jl")
include("utils_DB_query.jl") include("utils/db_query.jl")
include("utils_web_service.jl") include("utils/web_service.jl")
include("utils_containers_configuration.jl") include("utils/containers_configuration.jl")
export get_data_container_config export get_data_container_config
include("FACT_geo.jl") include("FACT_geo.jl")
export get_geo_objects export get_geo_objects
......
File moved
File moved
File moved
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