Select to view content in your preferred language

How to create a Geotif file from matrix data

409
2
06-28-2022 12:39 AM
hoangtruonggis
New Contributor II

Hi, I am use Qt ArcGIS SDK 100.13

And I have a matrix (x, y, z), something like that:

1223123, 32323, 14

1223211, 23223, 12

1321313, 21313, 33

1313133, 23113, 34

...

Can I create a Geotif file (look like the attachment image)?

Thank you so much.

0 Kudos
2 Replies
AndrewBladon
Esri Contributor

Hi @hoangtruonggis.

This is not something that can be done using ArcGIS Runtime. However, there are ways to create raster data using other Esri tools, for example the ArcGIS Pro Geoprocessing Tools. The most suitable tool will depend on the type of data that you are using, so you should refer to the ArcGIS Pro Geoprocessing Tool Reference page to search for an appropriate tool.

If you do find a suitable ArcGIS Pro Geoprocessing Tool you may be able to call this from a Runtime application using Runtime's Local Server. Only certain geoprocessing tools are supported by Local Server, so use the Supported geoprocessing tools page to check if your preferred tool is currently supported. If your chosen tool is supported, the Local server geoprocessing sample shows how to use a local geoprocessing service to perform a geoprocessing task.

Let us know if you have any further questions!

hoangtruonggis
New Contributor II

Thanks your Sir. But I want to build my application, it's working independent with ArcGIS Pro.

0 Kudos