Skip to content

merge_dims should not throw CRS error when merging "time" with "Lat/Lon/Alt" coordinates #510

@mpu-creare

Description

@mpu-creare

Description
Cannot merge Coordinates, crs mismatch

Steps to Reproduce

ct = podpac.Coordinates([["2000-01-01"]], dims=["time"], crs='EPSG:3758')
cs = podpac.Coordinates([[42], [-72]], ['lat', 'lon'], crs='EPSG:4326')
c = podpac.coordinates.merge_dims([ct, cs])
# thows error

Expected Behavior
Should not throw the error, and c.crs == "EPSG:4326".

Observed Behavior
Throws error

Metadata

Metadata

Assignees

No one assigned

    Labels

    2HEffort Estimate 2 HoursbugSomething isn't workingconfirmed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions