Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 394427 - sci-libs/proj-4.7.0 - Robinson projection is wrong
Summary: sci-libs/proj-4.7.0 - Robinson projection is wrong
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: Normal normal
Assignee: Sci-geo Project
URL: http://trac.osgeo.org/proj/ticket/113
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-12 11:05 UTC by Jean-Claude Repetto
Modified: 2012-01-26 18:14 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch for Robinson projection (robinson.patch,504 bytes, patch)
2011-12-12 11:07 UTC, Jean-Claude Repetto
Details | Diff
New ebuild for proj-4.7.0 (proj-4.7.0-r1.ebuild,1.13 KB, text/plain)
2011-12-12 11:08 UTC, Jean-Claude Repetto
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jean-Claude Repetto 2011-12-12 11:05:36 UTC
A bug has been discovered in the Robinson projection implementation : See http://trac.osgeo.org/proj/ticket/113

Reproducible: Always

Steps to Reproduce:
cs2cs +proj=latlong +datum=WGS84 +to +proj=robin +datum=WGS84 << EOF
-30 40
EOF


Actual Results:  
-2612095.95	4284976.88 0.00

Expected Results:  
-2612095.95	4276351.58 0.00
Comment 1 Jean-Claude Repetto 2011-12-12 11:07:08 UTC
Created attachment 295543 [details, diff]
Patch for Robinson projection

This patch is for proj-4.7.0
Comment 2 Jean-Claude Repetto 2011-12-12 11:08:10 UTC
Created attachment 295545 [details]
New ebuild for proj-4.7.0

This new ebuild applies the Robinson projection patch
Comment 3 Sébastien Fabbro (RETIRED) gentoo-dev 2012-01-26 18:14:06 UTC
in cvs, thanks!