Giter Site home page Giter Site logo

weather's Introduction

Weather

Baysian Update to environmental data

weather's People

Contributors

wmbelk avatar

Stargazers

 avatar

Watchers

 avatar

weather's Issues

lat and long prior too tight

update to atleast .25
Lat_effect_temp = pm.Normal('Lat_effect_temp', mu=0, sigma=.25)
Long_effect_temp = pm.Normal('Long_effect_temp', mu=0, sigma=.25)

Trajectory thru photruth

Need to kinds.

  • One where it goes through the same space multiple times โ€“ confirm get same environment
  • One where it traverses down in altitude the changing altitude diminishes

Time effect

  • Get truth detection good for lat and long
  • Add time effect to temperature and pressure
  • add seasonality to model

Xarray variable values extraction

What is the best way to get variable values out of x-ray for an array of ordered pair coordinates?

  • .sel with a dictionary?
  • A query function?
  • Merge?
  • Something else?

Where are the coordinate values are not exact

  • Is there a close to or about function?

plot order - fix them

quadrent plots:
for i, ((N_S_label,N_S_idx), (E_W_label,E_W_idx)) in enumerate([[i,j]
for i in [('North',idx_north),('South',idx_south)]
for j in [('West',idx_west), ('East',idx_east)]]):
print(N_S_label,E_W_label)
ax[i].set_title(f'Lat: {N_S_label} Long: {E_W_label}')
idx = np.intersect1d(N_S_idx,E_W_idx)
az.plot_forest(idata2.sel(alt_lat_long_time=[x for x in idx_sortby_alt if np.any(np.isin(idx,x))]),
var_names=['mu_t'],
kind='ridgeplot',
combined=True, ax= ax[i],
labeller=labeller
)

all forest:
az.plot_forest(idata2.sel( alt_lat_long_time=idx_sortby_alt), var_names=['mu_t'],kind='ridgeplot', combined=True,labeller=labeller)
az.plot_forest(idata2.sel( alt_lat_long_time=idx_sortby_alt), var_names=['mu_p'],kind='ridgeplot', combined=True,labeller=labeller)

comparison:
az.plot_dist_comparison(idata2, kind='observed', labeller=labeller)

Truth detector

  • Make sure get final truths
  • Save off truths better
  • Report truths against predictions

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.