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 8fa66effa8d71f85470c1927c8adc6c6edd94525..cdd32aebd481121effc17ce0a34b714b357ab71d 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