Git Product home page Git Product logo

extrapolate_to_grid's Introduction

extrapolate_to_grid

Scripts for extrapolating discrete measurements such as temperature onto a hydrodynamic grid.

This code draws on stompy and provides a command line interface for extrapolating data from a set of point measurements in time and space into a continuous in time and space dataset. The spatial component of the extrapolation respects shorelines by performing the extrapolation on the numerical grid.

Basic usage:

python extrapolate_to_grid.py -g test/wy2013c_waqgeom.nc \
   -r 2012-01-01 -s 2012-08-01 -e 2013-10-01 -m -i 10D \
   -d test/dfw_temperature_1980_2014.csv -d test/test-usgs.csv

Sample output:

Alpha=1e-5 example

The key parameter when moving to a different grid or a source datasets with a different characteristic spacing between samples is the smoothin parameter alpha. The default value, 1e-5, was used for the above plot. Contrast that with alpha=1e-3:

Alpha=1e-3 example

and alpha=1e-6:

Alpha=1e-6 example

While the underlying algorithm allows for altering the smoothing behavior as a function of depth, this is not currently exposed in the command line interface.

extrapolate_to_grid's People

Watchers

 avatar  avatar

Forkers

climostatistics

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.