Phil Elson

Results 190 comments of Phil Elson

On master, in all the cases involving the ``color`` argument to ``add_feature`` where ``facecolor`` should not be set, you will now get the following warning: ``` UserWarning: facecolor will have...

Hi @mjbrodzik, we have the Lambert Cylindrical projection in cartopy, which probably the cylindrical equal-area projection you are looking for (I didn't double check though). The implementation of the projection...

> @pelson can you shed any light on why it is implemented this way? Sorry for taking my time on this one (we've even spoken face to face between you...

I agree the behaviour may not be immediately obvious. One advantage of keeping the axes rectangular is that we can make use of the pan/zoom functionality given to us by...

**Proposal:** * Extend both ``set_extent`` and ``set_boundary`` to accept shapely geometries * Extend ``set_boundary`` to accept extents as per ``set_extent``. * Extend ``set_boundary`` to allow passing a CRS to transform...

Possibly could have implemented a `--sync-and-fail-if-outdated` flag instead...

@orsinium hope you don't mind me pinging you directly. Just wondering if this functionality is something you would be willing to see in mypy-baseline (even if the implementation needs tweaks)?

Thanks for the input! > I believe it's important to have a human in a loop... And if there are any errors, let the human look at them and then...

Just to point it out explicitly: This will be a killer feature, since `mypy` in pre-commit is severely compromised because it runs in an isolated environment (as per https://github.com/pre-commit/mirrors-mypy). It...

Thanks for the quick response. > You'd want to preserve that comment even if arg1 is dropped. Yes, ideally, but if there is no distinction between inline and block comments,...