Projection Extension migrate doesn't handle "proj:epsg": None
case correctly
#1543
Labels
bug
Things which are broken
When
"proj:epsg": None
is set on input, migrate code will generate"proj:code": "EPSG:None"
on output breaking CRS access.Culprit is here:
pystac/pystac/extensions/projection.py
Lines 480 to 483 in 4dc0e0f
it should include check for
None
in there.The text was updated successfully, but these errors were encountered: