renaming geocorr to geocorr_urban

This commit is contained in:
lucasmbrown-usds 2022-09-21 14:54:27 -04:00
commit f284d75098
9 changed files with 18 additions and 18 deletions

View file

@ -90,9 +90,9 @@ DATASET_LIST = [
"is_memory_intensive": False,
},
{
"name": "geocorr",
"module_dir": "geocorr",
"class_name": "GeoCorrETL",
"name": "geocorr_urban",
"module_dir": "geocorr_urban",
"class_name": "GeoCorrUrbanETL",
"is_memory_intensive": False,
},
{