basemap-1.0.4 UTM support

The UTM support is great. Thanks for that.
Is there a possibility to display the projected coordinates without the
reduction of the x/y coordinates to 0/0 in the left bottom corner?

Regards,
  Stefan.

The UTM support is great. Thanks for that.
Is there a possibility to display the projected coordinates without the
reduction of the x/y coordinates to 0/0 in the left bottom corner?

Regards
   Stefan.

Stefan: No - that's the only coordinate system Basemap supports.

-Jeff

···

On 7/13/12 8:18 AM, Stefan Mertl wrote:

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
matplotlib-users List Signup and Options

What's the reason for the reduction to 0/0? I'm going to create some
interactive maps. For this it would be easier to have the original
projected coordinates as the coordinates of the map axes.
Would it be possible to add a flag to decide if the coordinates should
be reduced or not?

Regards,
   Stefan.

···

On Fri, 2012-07-13 at 21:26 -0600, Jeff Whitaker wrote:

On 7/13/12 8:18 AM, Stefan Mertl wrote:
> The UTM support is great. Thanks for that.
> Is there a possibility to display the projected coordinates without the
> reduction of the x/y coordinates to 0/0 in the left bottom corner?
>
> Regards
> Stefan.

Stefan: No - that's the only coordinate system Basemap supports.

-Jeff
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Matplotlib-users mailing list
> Matplotlib-users@lists.sourceforge.net
> matplotlib-users List Signup and Options

What's the reason for the reduction to 0/0? I'm going to create some
interactive maps. For this it would be easier to have the original
projected coordinates as the coordinates of the map axes.
Would it be possible to add a flag to decide if the coordinates should
be reduced or not?

Regards,
    Stefan.

Stefan: I had to standardize the plotting methods around a specific convention, and that seemed as good a one as any. I would suggest you override __call__ method to do the transformation for you (as illustrated in the utmtest.py example).

-Jeff

···

On 7/14/12 8:27 AM, Stefan Mertl wrote:

On Fri, 2012-07-13 at 21:26 -0600, Jeff Whitaker wrote:

On 7/13/12 8:18 AM, Stefan Mertl wrote:

The UTM support is great. Thanks for that.
Is there a possibility to display the projected coordinates without the
reduction of the x/y coordinates to 0/0 in the left bottom corner?

Regards
    Stefan.

Stefan: No - that's the only coordinate system Basemap supports.

-Jeff

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
matplotlib-users List Signup and Options