Skip to content

MapProjection coords class does not use ctr{Lat,Lon,Alt} in projection #67

Description

@wx4stg

def __init__(self, projection='eqc', ctrLat=None, ctrLon=None, ellipse='WGS84', datum='WGS84', **kwargs):

Currently to specify a lat/lon center for a map projection such as azimuthal equidistant, this must be called as:

coords.MapProjection(projection='aeqd', ctrLat=radar_lat, ctrLon=radar_lon, lat_0=radar_lat, lon_0=radar_lon)

This feels a little redundant, maybe the call could be simplified as:

coords.MapProjection(projection='aeqd', ctrLat=radar_lat, ctrLon=radar_lon)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions