diff --git a/Makefile b/Makefile index 40cd6fe..9e2e8e0 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ MODULE_TOPDIR = ../.. PGM = v.alkis.buildings.import -ETCFILES = download_urls +ETCFILES = download_urls federal_state_info include $(MODULE_TOPDIR)/include/Make/Python.make include $(MODULE_TOPDIR)/include/Make/Script.make diff --git a/fs.py b/federal_state_info.py similarity index 97% rename from fs.py rename to federal_state_info.py index 959ccba..390fddd 100644 --- a/fs.py +++ b/federal_state_info.py @@ -2,7 +2,7 @@ # ############################################################################ # -# MODULE: fs +# MODULE: federal_state_info # AUTHOR(S): Anika Weinmann, Julia Haas # PURPOSE: German Federal State information as dictionary diff --git a/requirements.txt b/requirements.txt index 9c5da79..716a583 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ py7zr grass_gis_helpers +requests \ No newline at end of file