Skip to content

Commit

Permalink
Updated the wind farm Jupyter notebook for new data links. (#791)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonprickett authored Jan 9, 2025
1 parent 4ba69c3 commit a51fc08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions topic/multi-model/multi-model-offshore-wind-farms.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
"result = connection.execute(sa.text(\"\"\"\n",
" COPY windfarms \n",
" \n",
" FROM 'https://github.com/crate/cratedb-datasets/raw/main/devrel/uk-offshore-wind-farm-data/wind_farms.json'\n",
" FROM 'https://cdn.crate.io/downloads/datasets/cratedb-datasets/devrel/uk-offshore-wind-farm-data/wind_farms.json'\n",
" RETURN SUMMARY;\n",
"\"\"\"))\n",
"\n",
Expand All @@ -194,7 +194,7 @@
"# Load the wind farm output data.\n",
"result = connection.execute(sa.text(\"\"\"\n",
" COPY windfarm_output\n",
" FROM 'https://github.com/crate/cratedb-datasets/raw/main/devrel/uk-offshore-wind-farm-data/wind_farm_output.json.gz' \n",
" FROM 'https://cdn.crate.io/downloads/datasets/cratedb-datasets/devrel/uk-offshore-wind-farm-data/wind_farm_output.json.gz' \n",
" WITH (compression='gzip')\n",
" RETURN SUMMARY;\n",
"\"\"\"))\n",
Expand Down

0 comments on commit a51fc08

Please sign in to comment.