Skip to content

Aitoff projection for histograms

2 messages · Krzysztof Nienartowicz, Roger Bivand

#
Hello,
I am a complete newbie and would be grateful for any hints if it is possible to create Aitoff projections over some Z parameter in the dataframe using some geo package? 
It would be used for astronomy data mining. I use r-postgres to fetch data so postgres gis extensions could be of use as well.
Best regards,
Krzysztof
2 days later
#
On Wed, 28 Jul 2010, Krzysztof Nienartowicz wrote:

            
Using the PROJ.4 library through rgdal, you may find +proj=aitoff relevant 
in your CRS (coordinate reference system) definition. I suggest testing 
with caution on known pairs of coordinates to work out the syntax, until 
you are sure that it is giving you what you need.

Roger