Daniel,
   GDAL is well known for its planetary data support, but not necessarily for 
astronomy-based data.

For RA/DEC coordinates you might want to look into using HIPs tiles and 
interfaces like Aladin Lite (lots of dynamic projection support in the 
interface, use the pull-down in the top right).
astronomy: https://aladin.cds.unistra.fr/AladinLite/
and even some planetary surfaces: 
https://aladin.cds.unistra.fr/AladinLite/planets-explorer/
best of both worlds (dynamic conversion of HIPs <-> WMS): 
https://pypi.org/project/mapproxy-hips/

I also just posted this planetary summary (for more GIS-based map servers):
https://openplanetary.discourse.group/t/quick-summary-for-planetary-map-servers-mid-2023/639

Good luck,
Trent

________________________________
From: gdal-dev <gdal-dev-boun...@lists.osgeo.org> on behalf of Daniel Suson 
<djsu...@gmail.com>
Sent: Saturday, May 13, 2023 11:53 AM
To: gdal-dev@lists.osgeo.org <gdal-dev@lists.osgeo.org>
Subject: [EXTERNAL] [gdal-dev] Creating transformed maps with gdal



 This email has been received from outside of DOI - Use caution before clicking 
on links, opening attachments, or responding.



I am working on a project that involves displaying astronomical data on
various map projections using C++. I would like to use the gdal library
to accomplish this instead of hard coding the various projections. In
the project I have a matrix representing the sky in RA/dec coordinates
(astronomical equivalent to longitude/latitude) at whatever resolution
is required. The resulting matrix is essentially geodetic in that it has
a constant 2:1 ratio. I would like to take this matrix and create a map
(say using the Mollweide projection as an example) that can then be
displayed on the screen by the program. I've been looking at the c++ api
and have found some candidate functions, but they all use data inputted
from and outputted to files. Can anyone point me to examples that work
with data stored in and written to memory, or else give me some ideas of
where else to look for this within the library?

Thank you,

Dan

_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://gcc02.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.osgeo.org%2Fmailman%2Flistinfo%2Fgdal-dev&data=05%7C01%7Cthare%40usgs.gov%7C909e7b9e954543b7d6d508db53e33fee%7C0693b5ba4b184d7b9341f32f400a5494%7C0%7C0%7C638196007763539331%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=ccjxZ35tnsYhYRXms9ffyq%2FYlKjX%2F3wNPB%2FmnDzzvHs%3D&reserved=0<https://lists.osgeo.org/mailman/listinfo/gdal-dev>
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to