Skip to content

Commit

Permalink
Merge pull request #71 from earthrise-media/data-work
Browse files Browse the repository at this point in the history
Full weather data
  • Loading branch information
cameronkruse authored Nov 28, 2023
2 parents d1f74ef + e257b46 commit 6779978
Show file tree
Hide file tree
Showing 7 changed files with 41,698 additions and 10,241 deletions.
59 changes: 59 additions & 0 deletions data/supplemental-data.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
"import pandas as pd\n",
"import numpy as np\n",
"import geopandas as gpd\n",
"import json\n",
"import os"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Population Data"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Soil Data"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "geo",
"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.10"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
10,236 changes: 10,236 additions & 0 deletions data/synced-data/weather-grid-all-models.csv

Large diffs are not rendered by default.

10,241 changes: 10,241 additions & 0 deletions data/synced-data/weather-grid-all-models.geojson

Large diffs are not rendered by default.

10,236 changes: 10,236 additions & 0 deletions data/synced-data/weather-grid-mean-models.csv

Large diffs are not rendered by default.

10,241 changes: 10,241 additions & 0 deletions data/synced-data/weather-grid-mean-models.geojson

Large diffs are not rendered by default.

10,241 changes: 0 additions & 10,241 deletions data/synced-data/weather-grid-mri.geojson

This file was deleted.

Loading

0 comments on commit 6779978

Please sign in to comment.