Author Topic: Insert image GeoTiff  (Read 7752 times)

0 Members and 1 Guest are viewing this topic.

mailmaverick

  • Bull Frog
  • Posts: 494
Re: Insert image GeoTiff
« Reply #15 on: February 08, 2019, 05:56:08 AM »
Hi Felix

Can you please post the complete code including coordinate conversion for readymade use.
Thanks.

ismailcetin

  • Mosquito
  • Posts: 2
Re: Insert image GeoTiff
« Reply #16 on: July 02, 2020, 09:39:52 AM »
Hi Felix,

Are you familiar with Qgis?
You can load in a geotif and assign an CRS very quick.
After that you can turn the geotiff into a polygon and 3D mesh..

Thank you for participating Lamarn. I know the QGIS yes but I need to make a program to be used in AutoCAD.

ROD already answered me how to convert the coordinates into another topic I posted.

Dear FELIX,

Have you got an answer about the convert of the coordinates?


Rod

  • Newt
  • Posts: 185
Re: Insert image GeoTiff
« Reply #17 on: July 02, 2020, 06:58:20 PM »
Hi ismailcetin,

you can convert coordinates using Lisp functions built into Autocad Map. What version of autocad are you using? If you are on subscription I think Autocad map is included.
To convert a single point you need to use

ade_projsetsrc
ade_projsetdest
ade_projptforward

Let me know how you go. Happy to help more if I can.

Cheers, Rod
"All models are wrong, some models are useful" - George Box

ismailcetin

  • Mosquito
  • Posts: 2
Re: Insert image GeoTiff
« Reply #18 on: July 03, 2020, 06:29:51 AM »
Dear Rod,

I find my way with this link

https://stackoverflow.com/questions/41605682/how-to-create-world-file-in-c-sharp-from-a-tiff-image

thank you for the nice answer

ismail