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

cleaned up comments and removed mentions of pyproj #107

Closed julienchastang closed 5 years ago

julienchastang commented 5 years ago

closes #105

dopplershift commented 5 years ago

There’s one minor flake 8 failure in here—pep8 wants two spaces before an in-line comment.

julienchastang commented 5 years ago

@blaylockbk Before merging can you see if this is OK and what you intended. I also had to make a few changes to make sphinx happy such as when describing the file format. The tables, I'll handle separately.

blaylockbk commented 5 years ago

Yes, this looks great. Thanks!