geopython / geopython/pygeometa
crs:4326 vs crs:'4326' in iso19139
Open
- Dominant language
- Python
- Stars
- 127
- Forks
- 52
- Avg merge
- 3d 8h
- Merged PRs (30d)
- 1
Description
pygeometa's feature to use a geometry with poslist (instead of east,west,north,south) if the crs is not 4326 also triggers if the crs is '4326' (string).
tools like pycsw currently only support the east,west,north,south format
suggestion is to run float(crs) before making the check
Contributor guide
Assessment
This issue has not been assessed yet.