Convert scanning data to pipes by using dynamo

Hi all, I would like to inquiry something. May or may not be possible. I would like to know if can convert scanning data to pipe by using dynamo. Scanning can be converted to Geotiff format. Sample of scanning result will be as attached. Anyone knows if it can be done or not. Thanks in advance for your valuable time.

Scanning photo

" GeoTIFF is a public domain metadata standard which allows georeferencing information to be embedded within a TIFF file. The potential additional information includes map projection, coordinate systems, ellipsoids, datums, and everything else necessary to establish the exact spatial reference for the file. The GeoTIFF format is fully compliant with TIFF 6.0, so software incapable of reading and interpreting the specialized metadata will still be able to open a GeoTIFF format file"

Seems like it’d be doable, but you’d have to pull the data from the geotiff as a starting point.

@jacob.small Hi Sir, Thanks for your reply. Could you please advise what kind of packages I have to use or could you share if you have any similar packages to like this if possible? thanks in advance.

I am not aware of any package to do this, so you’d have to start by getting the geotif data out of the file via custom code. From a previous exercise converting bathymetric data into surfaces I know that both Python and C# can access the content, however I cannot share that code and have no experience with the particular data structures you’re working with.

Hi Sir.

Alright. Thanks for your advice.