Giter Club home page Giter Club logo

goes-cues's Introduction

goes-cues

Comparison of GOES satellite observations against CUES station data


Functions/scripts:

lw_clr.py

Functions for estimating clear-sky downward longwave radition and atmospheric emissivity. I'm using these here to compare against observations of all-sky downward longwave at the CUES site to identify periods of cloud cover (especially at night when we cannot use shortwave observations).

cloud_detect.py

Detecting cloud cover using ground-based observations (similar to the clear-sky index of Marty & Philipona, 2000). First uses ground-based observations of air temperature and relative humidity to run an ensemble of clear-sky downward longwave (LWd) estimation methods (lw_clr.py). Then compares these estimates against LWd observations at the site. Where the LWd is greater than the clear-sky estimates, we likely have cloud-cover.

aster_utils.py

Functions for working with ASTER TIR imagery(from the AST_L1T product): converting DN to radiance, radiance to brightness temperature, and computing zonal statistics given a shapefile. Also take a look at these AST_L1T utilities from LP DAAC.

resampled_stats.py

Functions for computing statistics on DataArrayResample objects.


Data processing/analysis notebooks:

merge-cues.ipynb

Notebook for cleaning up and combining CUES Level 1 data (temperature and radiation datasets) retrieved from snow.ucsb.edu.

cloud-detect.ipynb

Estimate when we have cloud-cover and add a cloud_flag to the CUES dataset.

merge-goes-cues.ipynb

Merge the CUES dataset with GOES brightness temperature observations of the site. (Also resamples to 5-minute mean values) (See data here.)

goes-cues-2017-2020.ipynb

Analysis and plotting of GOES (single pixel) and CUES temperature timeseries.

goes-aster-2017-2020.ipynb

Analysis and plotting of GOES, CUES, and ASTER zonal statistics all together.


Notebooks for testing/examples:

test-lw-clr.ipynb

Testing the lw_clr.py functions.

test-cloud-detect.ipynb

Testing the cloud_detect.py functions, and brute-force parameter test to find optimal clear-sky index thresholds. Read in RESULTS.pkl to get a pandas dataframe of the brute force parameter test results.

cloud_detect_threshold_options.png

example-plot.ipynb

Produces this plot:

example plot

zonal-statistics-aster.ipynb

Example notebook to read in an AST_L1T geotiff, shapefile, and compute zonal statistics.

zonal_stats_example.png

resampled-stats-example.ipynb

Testing the resampled_stats.py functions, to compute summary statistics on DataArrayResample objects.



goes-cues's People

Contributors

spestana avatar

Stargazers

 avatar

Watchers

 avatar  avatar

goes-cues's Issues

Wrong filepath labels in plot-raster-datasets.ipynb

Wrong filepath labels in plot-raster-datasets.ipynb

The plots are supposed to print out the filepaths to their source files, but the labels are wrong and displaying the same set of image filepaths for all plots. Its not iterating over the filename list?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.