Giter VIP home page Giter VIP logo

tutorials's People

Contributors

evanbianco avatar joferkington avatar kwinkunks avatar leouieda avatar mycarta avatar stevejpurves avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

tutorials's Issues

deal with nans in my tutorial

Need to deal with nans encountered in the despiking function, and in turn make sure that zeros are not encountered in the denominator when trying to compute reflection coefficient series.

Open-source license

@kwinkunks, I see that the license text present in the repo is the Apache license. I'm not very well versed in the dark arts (copyright law), but wouldn't a BSD or MIT license be a bit simpler and less restrictive? Specially since the readers of The Leading Edge are probably primarily from industry (and might want to use the code on their software).

Just to kick off a discussion ;)

Good reads on this point are:

The newest uploaded iptyhon notebook file 1606 seems to be broken

When I download the file and try to open it with jupyter notebook, an error showed up:

"Error loading notebook
Unreadable Notebook: C:\span\Python\seg_tutorial\tle_16_04\Wavelet_estimation_for_well_ties.ipynb NotJSONError('Notebook does not appear to be JSON: u\'\\n\\n\\n\\n<!DOCTYPE html>\\n<html lang="e...',)"

And I'm using Anaconda on windows.

Tutorial 1406: small typo in text.

Top of log is located at 347 m TVDKB (not TVDss) as it says in the notebook. I don't think this changes anything to do with the code, but need to fix the notebook to avoid confusion.

calculations

Hi,

I was going through the tutorial and in the Fixing / editing the logs section I noticed that the water time above SRD is calculated as follows:

water_twt = 2.0*abs(water_depth + EGL_time) / water_vel

Shouldn't it instead be:

water_twt = 2.0*abs(water_depth) / water_vel  + EGL_time

Between the two there is a discrepancy in the results of roughly 40 ms.

Thanks!

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.