Unidata / python-gallery

Repository of examples showing off the use of Python for meteorology.
http://unidata.github.io/python-gallery
88 stars 31 forks source link

New 500 map #91

Closed kgoebber closed 5 years ago

kgoebber commented 5 years ago

This is a new PR to replace the 500_map PR that now uses the data available on the Unidata THREDDS server to host the example data.

kgoebber commented 5 years ago

I don't know why I can't clean up the commits on this PR.

dopplershift commented 5 years ago

As in, having trouble doing the rebase?

kgoebber commented 5 years ago

Yeah, I did a rebase, but it still kept it all.

dopplershift commented 5 years ago

Are you sure you're rebasing on an up-to-date master branch?

kgoebber commented 5 years ago

When I look at the commit log for this branch I only see the one commit and now all of the old stuff.

dopplershift commented 5 years ago

Do you just want the last commit?

kgoebber commented 5 years ago

Yes.

On Thu, Feb 14, 2019 at 4:32 PM Ryan May notifications@github.com wrote:

Do you just want the last commit?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Unidata/python-gallery/pull/91#issuecomment-463829107, or mute the thread https://github.com/notifications/unsubscribe-auth/AT4Y1VGtySIZ6ybUzi5-3mNKL3V6SHQaks5vNePkgaJpZM4ayzrQ .

-- Kevin Goebbert, Ph.D. Associate Professor of Meteorology Kallay-Christopher Hall, 201-F 1809 Chapel Drive Valparaiso, IN 46383

(219) 464-5517 fax: (219) 548-7738

https://kevingoebbert.youcanbook.me/

dopplershift commented 5 years ago

If you do a git rebase -i, you can just delete the lines for the other commits. That should take care of it.

dopplershift commented 5 years ago

I can do that if you like, but if you want to level up your git...

kgoebber commented 5 years ago

When I do that, I only see the one commit...that’s why I am so puzzled!

On Thu, Feb 14, 2019 at 4:35 PM Ryan May notifications@github.com wrote:

I can do that if you like, but if you want to level up your git...

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Unidata/python-gallery/pull/91#issuecomment-463830464, or mute the thread https://github.com/notifications/unsubscribe-auth/AT4Y1YdFJrN7_ouRgxIy86wQMEt-Kgj5ks5vNeTMgaJpZM4ayzrQ .

-- Kevin Goebbert, Ph.D. Associate Professor of Meteorology Kallay-Christopher Hall, 201-F 1809 Chapel Drive Valparaiso, IN 46383

(219) 464-5517 fax: (219) 548-7738

https://kevingoebbert.youcanbook.me/

dopplershift commented 5 years ago

😳

dopplershift commented 5 years ago

See #92 for one that cleans this up--I didn't want to force push to the original branch just in case...

dopplershift commented 5 years ago

Superseded by #92.