-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from datapartnership/era5-analysis
Era5 analysis
- Loading branch information
Showing
18 changed files
with
11,035 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -92,3 +92,4 @@ _build/ | |
.env | ||
|
||
/data | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,24 @@ | ||
format: jb-book | ||
|
||
root: README | ||
|
||
parts: | ||
# - caption: Heatwave data Collaborative | ||
# numbered: True | ||
# chapters: | ||
# - file: static/Heatwaves Data Collaborative.pdf | ||
# - file: notebooks/world-bank-package.ipynb | ||
# - file: notebooks/nasa-apod.ipynb | ||
- caption: Heatwaves in the Philippines | ||
chapters: | ||
- file: notebooks/measuring-heatwaves/heatwaves-in-philippines.ipynb | ||
- file: notebooks/socio-economic-indicators/census.ipynb | ||
- file: notebooks/air-pollution/air-pollution.ipynb | ||
# - url: https://wbdatalab.org | ||
# title: World Bank Data Lab | ||
# - url: https://www.worldbank.org/en/about/unit/unit-dec | ||
# title: World Bank DEC | ||
# - url: https://www.worldbank.org/en/research/dime | ||
# title: World Bank DIME | ||
======= | ||
root: notebooks/measuring-heatwaves/heatwaves-in-philippines.ipynb |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
{ | ||
"cells": [ | ||
{ | ||
"cell_type": "code", | ||
"execution_count": 5, | ||
"metadata": {}, | ||
"outputs": [ | ||
{ | ||
"ename": "ModuleNotFoundError", | ||
"evalue": "No module named 'fcntl'", | ||
"output_type": "error", | ||
"traceback": [ | ||
"\u001b[1;31m---------------------------------------------------------------------------\u001b[0m", | ||
"\u001b[1;31mModuleNotFoundError\u001b[0m Traceback (most recent call last)", | ||
"Cell \u001b[1;32mIn[5], line 1\u001b[0m\n\u001b[1;32m----> 1\u001b[0m \u001b[39mimport\u001b[39;00m \u001b[39mee\u001b[39;00m\n", | ||
"File \u001b[1;32mc:\\Users\\sahit\\anaconda3\\envs\\heatwaves\\lib\\site-packages\\ee\\__init__.py:1\u001b[0m\n\u001b[1;32m----> 1\u001b[0m \u001b[39mfrom\u001b[39;00m \u001b[39m.\u001b[39;00m\u001b[39mmain\u001b[39;00m \u001b[39mimport\u001b[39;00m main\n", | ||
"File \u001b[1;32mc:\\Users\\sahit\\anaconda3\\envs\\heatwaves\\lib\\site-packages\\ee\\main.py:5\u001b[0m\n\u001b[0;32m 3\u001b[0m \u001b[39mimport\u001b[39;00m \u001b[39msubprocess\u001b[39;00m\n\u001b[0;32m 4\u001b[0m \u001b[39mimport\u001b[39;00m \u001b[39msys\u001b[39;00m\n\u001b[1;32m----> 5\u001b[0m \u001b[39mimport\u001b[39;00m \u001b[39mblessings\u001b[39;00m\n\u001b[0;32m 6\u001b[0m \u001b[39mimport\u001b[39;00m \u001b[39mre\u001b[39;00m\n\u001b[0;32m 7\u001b[0m \u001b[39mimport\u001b[39;00m \u001b[39mos\u001b[39;00m\n", | ||
"File \u001b[1;32mc:\\Users\\sahit\\anaconda3\\envs\\heatwaves\\lib\\site-packages\\blessings\\__init__.py:7\u001b[0m\n\u001b[0;32m 5\u001b[0m \u001b[39mimport\u001b[39;00m \u001b[39mcurses\u001b[39;00m\n\u001b[0;32m 6\u001b[0m \u001b[39mfrom\u001b[39;00m \u001b[39mcurses\u001b[39;00m \u001b[39mimport\u001b[39;00m setupterm, tigetnum, tigetstr, tparm\n\u001b[1;32m----> 7\u001b[0m \u001b[39mfrom\u001b[39;00m \u001b[39mfcntl\u001b[39;00m \u001b[39mimport\u001b[39;00m ioctl\n\u001b[0;32m 8\u001b[0m \u001b[39mfrom\u001b[39;00m \u001b[39msix\u001b[39;00m \u001b[39mimport\u001b[39;00m text_type, string_types\n\u001b[0;32m 10\u001b[0m \u001b[39mtry\u001b[39;00m:\n", | ||
"\u001b[1;31mModuleNotFoundError\u001b[0m: No module named 'fcntl'" | ||
] | ||
} | ||
], | ||
"source": [ | ||
"import ee" | ||
] | ||
} | ||
], | ||
"metadata": { | ||
"kernelspec": { | ||
"display_name": "heatwaves", | ||
"language": "python", | ||
"name": "python3" | ||
}, | ||
"language_info": { | ||
"codemirror_mode": { | ||
"name": "ipython", | ||
"version": 3 | ||
}, | ||
"file_extension": ".py", | ||
"mimetype": "text/x-python", | ||
"name": "python", | ||
"nbconvert_exporter": "python", | ||
"pygments_lexer": "ipython3", | ||
"version": "3.10.11" | ||
}, | ||
"orig_nbformat": 4 | ||
}, | ||
"nbformat": 4, | ||
"nbformat_minor": 2 | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.