[Proj] question about rotation

Roman Kazmin kata at rambler.ru
Tue Feb 8 05:34:56 EST 2005


Thank's Gerald for your answer. But while it is not help me. I 'd like 
to correct my question. I have Polar Stereographic Projection Grid and 
I want to receive lat/lon from this.


> 
> For Oblique Stereographic are do you want a projection that uses an 
> intermediate
> Gaussian sphere?  If so, then use "+proj=strerea".  Sterea projection 
> is more commonly
> used outside of the US.
> 
> Cartesian output/input of the projection library is easting and 
> northing synonymous with
> x and y axis.  Sorry, no other option.
> 
> Full specification of Oblique Stereographic projection would be:
> 
> +proj=sterea  (optionally stere)
> +lat_0=, +lon_0=  latitude, longitude of center of projection
> k_0=  scale factor at origin
> x_0=, y_0=  false easting, northing
> +ellps=GRS80
> 
> On Feb 7, 2005, at 12:47 PM, Roman Kazmin wrote:
> 
> Hi anybody.
> I'm beginner in LibProjj4. I have coordinate system and the following 
> parameters:
> sprintf(strProj, "+proj=stere +ellps=WGS84 +lat_0=%.9f +lon_0=%.9f 
> +units=m", lat1, lon1)
> FalseEasting   = 0;
> FalseNorthing = 0;
> Besides there is one parameter with which I do not know what to do. It 
> is orientation. As I know it decsribes the orientation of the grid 
> i.e., the east longitude value of the meridian which is parallel to 
> the y-axis (or columns of the grid) along which latitude increases as 
> the y-coordinate increases.
> I want to receive transformation of coordinates from given to latitude 
> and a longitude.
> Thanks all.
>
> _______________________________________________
> Proj mailing list
> Proj at xserve.flids.com
> http://xserve.flids.com/mailman/listinfo/proj
>
>



More information about the Proj mailing list