Hi,
I was wondering how feasible it will be for me to make an Elevation layer for an asteroid (Ceres) from scratch.
I've grabbed a greyscale elevation map .jpg 10800 x 21600 pixels from here: https://astrogeology.usgs.gov/searc...res_Dawn_FC_HAMO_DTM_DLR_Global_60ppd_Oct2016
From their info:
(can anyone tell me what the "DN value" means?)
So what next?
I guess I need to convert the .jpg to .png, and resize to 8192 x 16384 pixels.
Then start chopping it up into 259 x 259 pixel tiles - BUT why 259 rather than 258?
259 means each tile will have 1 shared row/column of pixels on two sides, and 2 shared rows/columns on the other two sides, which doesn't seem right to me and anyway I can't figure which sides should have the 1 shared row or 2 shared rows.
Given that I figure out how to chop the global map into tiles of 259 x 259, I can then convert the .png to .elv using Face's OT3 "Treeman" - BUT as I found out before, the .png's require some kind of metadata to be included, and since I'm creating the .png's from a .jpg I suspect the metadata will be missing.
Well, I'm just trying to get my head around how to even start this.
Any hints, advice, procedures gratefully received!
Thanks,
BrianJ
I was wondering how feasible it will be for me to make an Elevation layer for an asteroid (Ceres) from scratch.
I've grabbed a greyscale elevation map .jpg 10800 x 21600 pixels from here: https://astrogeology.usgs.gov/searc...res_Dawn_FC_HAMO_DTM_DLR_Global_60ppd_Oct2016
From their info:
Code:
The DTMs are formatted as images where the DN values
give the height in meters above a reference sphere of 470000.0m.
So what next?
I guess I need to convert the .jpg to .png, and resize to 8192 x 16384 pixels.
Then start chopping it up into 259 x 259 pixel tiles - BUT why 259 rather than 258?
259 means each tile will have 1 shared row/column of pixels on two sides, and 2 shared rows/columns on the other two sides, which doesn't seem right to me and anyway I can't figure which sides should have the 1 shared row or 2 shared rows.
Given that I figure out how to chop the global map into tiles of 259 x 259, I can then convert the .png to .elv using Face's OT3 "Treeman" - BUT as I found out before, the .png's require some kind of metadata to be included, and since I'm creating the .png's from a .jpg I suspect the metadata will be missing.
Well, I'm just trying to get my head around how to even start this.
Any hints, advice, procedures gratefully received!
Thanks,
BrianJ


