Skip to main content

Download, Preprocessing, and Visualization code for climate resilience data.

Project description

climate-resilience

PyPI


Download Examples

This file requires a download_params.yml file to specify the download configurations.

We cannot directly download the data from the Google Earth Engine directly onto the local machine. So the best option is to download to the drive and then download that data to the local drive.


Preprocess Examples

The preprocessing functions will expect that the local data drive contains the downloaded data.

If the data is on drive, the drive needs to be mounted. This is easier to do in a google colab session. Once the drive is mounted, the path of the mounted drive can be used with the functions as normal.

Expected file and directory structure:

The input file and directory structure for functions calculate_Nth_percentile(), calculate_pr_count_amount(), and calculate_temporal_mean() in the preprocessing code should be as follows:

datadir
├── scenario1_variable1_ensemble
│   ├── name1_state1_scenario1_variable1.csv
│   └── name2_state2_scenario1_variable1.csv
├── scenario1_variable2_ensemble
│   ├── name1_state1_scenario1_variable2.csv
│   └── name2_state2_scenario1_variable2.csv
├── scenario2_variable1_ensemble
│   ├── name1_state1_scenario2_variable1.csv
│   └── name2_state2_scenario2_variable1.csv
└── scenario2_variable2_ensemble
    ├── name1_state1_scenario2_variable2.csv
    └── name2_state2_scenario2_variable2.csv

Visualization Examples

The visualization code will be easier to be used in a notebook as inline visualizations can be used.

Map visualization notebook

Below is a screenshot of the interactive map with the sites marked.

Map

Map Colorbar

Box plot visualization notebook

Below is a screenshot of boxplot of annual precipitation in different regions of the United States.

Boxplot

Library Features:

Downloader

  1. Class SiteDownloader member functions:

Preprocessing functions

  1. calculate_Nth_percentile()
  2. calculate_pr_count_amount()
  3. calculate_temporal_mean()
  4. get_climate_ensemble()
  5. get_per_year_stats()
  6. get_sub_period_stats()

Vizualization functions

  1. plot_map()
  2. plot_histogram()
  3. plot_boxplots()

Contributors

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

climate-resilience-0.4.10.tar.gz (26.8 kB view hashes)

Uploaded Source

Built Distribution

climate_resilience-0.4.10-py3-none-any.whl (27.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page