Opened 3 years ago
Closed 3 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 Changed 3 years ago by
Milestone: | → 7.0.7 |
---|
comment:2 Changed 3 years ago by
comment:4 Changed 3 years ago by
Should be fixed in r72392 (trunk). Testing highly welcome before we do backport to release branches.
comment:5 Changed 3 years ago by
Cc: | grass-dev@… added |
---|---|
Owner: | changed from grass-dev@… to martinl |
Status: | new → assigned |
comment:6 Changed 3 years ago by
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 Changed 3 years ago by
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