Skip to content

Commit

Permalink
feat: Add Google EIE to import-everything script
Browse files Browse the repository at this point in the history
  • Loading branch information
evanp committed Mar 28, 2024
1 parent d1c166c commit 97993c1
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion global-api/import_everything.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ psql -h $CC_GLOBAL_API_DB_HOST \
-f ./IEA_energy_load.sql
popd

# Import Mendoza
# Import Mendoza stationary energy

pushd importer/mendoza_arg
mkdir -p data
Expand All @@ -85,6 +85,15 @@ psql -h $CC_GLOBAL_API_DB_HOST \
-f ./importer/mendoza_arg/load_mendoza_stationary_energy.sql
popd

# Import Google EIE

pushd importer/google_EIE
psql -h $CC_GLOBAL_API_DB_HOST \
-U $CC_GLOBAL_API_DB_USER \
-d $CC_GLOBAL_API_DB_NAME \
-f ./load_transportation_Mendoza.sql
popd

# Import datasources

pushd importer/datasource_seeder
Expand Down

0 comments on commit 97993c1

Please sign in to comment.