Opened 7 years ago
Closed 7 years ago
#3514 closed defect (fixed)
Read EPSG codes with PROJ v.5 fails
Reported by: | nila | Owned by: | martinl |
---|---|---|---|
Priority: | major | Milestone: | 7.4.1 |
Component: | Startup | Version: | unspecified |
Keywords: | PROJ_v.5 epsg startup | Cc: | grass-dev@… |
CPU: | Unspecified | Platform: | All |
Description
As of version 5 of PROJ , the epsg file starts with a '<metadata>...' line. The current code in gui::wxpython::core::utils.py::ReadEpsgCodes doesn't take this into account. This causes e.g. the creation of a new location in the startup based on epsg code to fail.
Change History (8)
comment:1 by , 7 years ago
Milestone: | → 7.0.7 |
---|
comment:2 by , 7 years ago
comment:4 by , 7 years ago
Should be fixed in r72392 (trunk). Testing highly welcome before we do backport to release branches.
comment:5 by , 7 years ago
Cc: | added |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:6 by , 7 years ago
Thanks! Works fine for me on 7.4.0 under macOS, in Startup and Preferences. Tested with the old type of epsg file as well as the new one.
comment:7 by , 7 years ago
Milestone: | 7.0.7 → 7.4.1 |
---|
Note:
See TracTickets
for help on using tickets.
This is what I did in rgdal::make_EPSG(): https://r-forge.r-project.org/scm/viewvc.php?view=rev&root=rgdal&revision=702