holoviz-topics / EarthML

Tools for working with machine learning in earth science
https://earthml.holoviz.org
BSD 3-Clause "New" or "Revised" License
94 stars 21 forks source link

Added the lidar and solar notebooks #85

Closed jlstevens closed 5 years ago

jlstevens commented 5 years ago

Added two notebooks that were originally included in the datashader topics but are more appropriate in EarthML. These notebooks were originally authored by Peter Steinberg.

I accidentally made the initial commit of these notebooks to master but I think this should be ok as @jbednar already authorized me to make this change. One thing I didn't discuss with him is whether we should delete these data files from the datashader examples and add them here instead?

jbednar commented 5 years ago

Thanks. Yes, I think the data files should move here as well.

jlstevens commented 5 years ago

Yes, I think the data files should move here as well.

That presumably means implementing the machinery needed to fetch the necessary files....

ebo commented 5 years ago

On Jan 11 2019 2:52 PM, James A. Bednar wrote:

Thanks. Yes, I think the data files should move here as well.

BTW, the file download_sample_data.py is missing all together.

jsignell commented 5 years ago

Ok I am working on cleaning up and getting intake working with these examples.

jsignell commented 5 years ago

We are getting rid of solar because the workflow is similar to carbon flux. Here is a link to the commit in which that notebook was added https://github.com/pyviz-topics/EarthML/commit/1889569cf16943e4034c0af72585710c35bedf5c.

jsignell commented 5 years ago

@jbednar @jlstevens do you want to look this over before I merge?