Ray Bell

Results 144 comments of Ray Bell

My current work around is quite hacky ```python def _shift_line_to_meridian(line: LineString) -> LineString: orig_lat = [lat for _, lat in line.coords] orig_lon = [lon for lon, _ in line.coords] #...

We may be able to use the same host as @martinfleis for geopandas datasets (if he allows us)

First time I've seen this on someone docs: a star counter https://tods-doc.github.io/index.html ![Screenshot from 2020-09-23 22-56-14](https://user-images.githubusercontent.com/17162724/94095563-010f9c00-fdf0-11ea-9eb2-b4260b8a0b4a.png) There is often something about seeing a (large) number that makes people want to...

![Screenshot from 2020-09-07 15-31-04](https://user-images.githubusercontent.com/17162724/92414410-1ca55200-f122-11ea-993e-b8a087e94152.png) hehe

I created an end-to-end example here: https://gist.github.com/raybellwaves/4dd2f1472468e9f67424b6a148e9ac18 It could be improved upon an added to the repo to supplement other Himawari examples: https://github.com/pytroll/pytroll-examples/blob/master/satpy/HRIT%20AHI%2C%20Hurricane%20Trami.ipynb https://github.com/pytroll/pytroll-examples/blob/master/satpy/ahi_true_color_pyspectral.ipynb Those could also be updated if...

Without much thought, I like the idea of moving the images to a separate repo called pytroll-gallery. It could then be accompanied with something like rtd which displays the images...

Slightly different error message in the Binder ``` Submodule 'tutorial-satpy-half-day' ([email protected]:pytroll/tutorial-satpy-half-day.git) registered for path 'tutorial-satpy-half-day' Cloning into '/tmp/repo2docker7vgiub3d/tutorial-satpy-half-day'... error: cannot run ssh: No such file or directory fatal: unable to...

Thanks. Much further. Now got an error: ``` ResolvePackageNotFound: - intake::intake-xarray ```

> @raybellwaves sorry this got a bit lost in the shuffle. @bdice is off for a couple of days so this may not get done until next week, but I've...