Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autoscale the stock feature classes, and allow users to manually set the scale #387

Closed
pelson opened this issue Feb 13, 2014 · 2 comments
Closed

Comments

@pelson
Copy link
Member

pelson commented Feb 13, 2014

For example, iris.feature.COASTLINE should pick the best scale for the desired map.

Also, make it possible for users to do:

ax.add_feature(cfeat.COASTLINE, scale='10m')

@rhattersley
Copy link
Member

ax.add_feature(cfeat.COASTLINE, scale='10m')

👎 for that syntax. It suggests that scale is a generic keyword argument understood by Feature instances (via what method?).

Instead, how about:

ax.add_feature(cfeat.Coastline(scale='10m'))

@QuLogic
Copy link
Member

QuLogic commented Nov 2, 2018

Manual scale choice was done in #898 and automatic scale picking was done in #1102.

@QuLogic QuLogic closed this as completed Nov 2, 2018
@QuLogic QuLogic added this to the 0.17 milestone Nov 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants