<div><div>Hi Adam,</div><div> </div><div>Thank you so much for your detailed response!  I'm excited to give this a try.</div><div>If I encounter any questions or run into any issues during the process, I would reach out to you for further guidance? Your expertise would be invaluable.</div></div><div> </div><div>05.09.2023, 10:09, "Adam Jamison" <adam.jamison@portbris.com.au>:</div><blockquote><div lang="EN-AU" style="word-wrap:break-word"><div><p style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm">Shahrukh,</p><p style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm"> </p><p style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm">I use MicroStation daily and have a licensed product so this would only work if you have it installed.</p><p style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm"> </p><p style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm">Depending on your Bentley MicroStation version I’ve had some success writing C# addin for the software to interpret Bentley elements and output geojson.<br /> </p><p style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm">In the latest version (v10.17.02.61) you could do some trickery using the new “Item Types”, I haven’t made one for geojson direct however I’ve had success exporting an excel spreadsheet then using GDAL to convert this to geojson.<br /> </p><p style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm">I’ve tested this with simple linestring and simple shape elements with upto 100 vertices (there’s currently no way of looping every vertex).</p><p style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm"> </p><ol type="1" style="margin-bottom:0cm;margin-top:0cm"><li style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm">Create an Item Type for LineStrings call it WKT_LINE and create another one for Shape WKT_SHAPE or something that makes sense to you.</li><li style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm">Add a property call it WKT or whatever you would like the geometry column to be called.</li><li style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm">Set the following:<ol type="a" style="margin-bottom:0cm;margin-top:0cm"><li style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm">Property Definition</li></ol></li></ol><p style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm 0cm 0cm 108pt"><span style="font:7pt 'times new roman'">                                                               </span>i.<span style="font:7pt 'times new roman'">      </span>Type: Text</p><p style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm 0cm 0cm 108pt"><span style="font:7pt 'times new roman'">                                                             </span>ii.<span style="font:7pt 'times new roman'">      </span>Is Array: False</p><p style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm 0cm 0cm 108pt"><span style="font:7pt 'times new roman'">                                                           </span>iii.<span style="font:7pt 'times new roman'">      </span>Is ReadOnly: True</p><p style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm 0cm 0cm 108pt"><span style="font:7pt 'times new roman'">                                                           </span>iv.<span style="font:7pt 'times new roman'">      </span>Visibility: Show</p><ol type="1" style="margin-bottom:0cm;margin-top:0cm"><li><ol type="a" style="margin-bottom:0cm;margin-top:0cm"><li style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm">Calculated Property</li></ol></li></ol><p style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm 0cm 0cm 108pt"><span style="font:7pt 'times new roman'">                                                               </span>i.<span style="font:7pt 'times new roman'">      </span>Expression SEE BELOW</p><p style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm 0cm 0cm 108pt"><span style="font:7pt 'times new roman'">                                                             </span>ii.<span style="font:7pt 'times new roman'">      </span>Use last valid value: False</p><p style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm 0cm 0cm 108pt"><span style="font:7pt 'times new roman'">                                                           </span>iii.<span style="font:7pt 'times new roman'">      </span>Failure Value: ERROR GENERATING LINESTRING</p><ol type="1" style="margin-bottom:0cm;margin-top:0cm"><li style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm">Attach this item to required elements.<ol type="a" style="margin-bottom:0cm;margin-top:0cm"><li style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm">WKT_LINE can be appended to simple linestring elements</li><li style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm">WKT_SHAPE can be appended to simple shape elements</li></ol></li><li style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm">Use MicroStation Export Item Types to export a spreadsheet</li><li style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm">Use GDAL to convert spreadsheet to geojson or anything you want</li></ol><p style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm"> </p><p style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm">Expression for LineString use first line below then repeat second line as many times as you like, increment the number each time, 1 becomes 2, 2 becomes 3 etc etc…. (Eventually would impact performance I guess), end with the last line.</p><p style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm"> </p><p style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm"><span lang="EN-US" style="color:#a31515;font-family:'consolas';font-size:10.5pt">"LINESTRING ("</span><span lang="EN-US" style="color:black;font-family:'consolas';font-size:10.5pt"> </span><span lang="EN-US" style="color:#2b91af;font-family:'consolas';font-size:10.5pt">&</span><span lang="EN-US" style="color:black;font-family:'consolas';font-size:10.5pt"> IIF(this.GetElement().Count </span><span lang="EN-US" style="color:#2b91af;font-family:'consolas';font-size:10.5pt">></span><span lang="EN-US" style="color:black;font-family:'consolas';font-size:10.5pt"> 0, this.GetElement().Segments[0].Start.X & " " & this.GetElement().Segments[0].Start.Y,"")</span></p><p style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm"><span lang="EN-US" style="color:black;font-family:'consolas';font-size:10.5pt">& IIF(this.GetElement().Count > 1, ", " & this.GetElement().Segments[1].Start.X & " " & this.GetElement().Segments[1].Start.Y,"")</span></p><p style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm"><span lang="EN-US" style="color:#2b91af;font-family:'consolas';font-size:10.5pt">&</span><span lang="EN-US" style="color:black;font-family:'consolas';font-size:10.5pt"> ", " & this.GetElement().Segments[this.GetElement().Count-1].End.X & " " & this.GetElement().Segments[this.GetElement().Count-1].End.Y &")"</span></p><p style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm"> </p><p style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm">Expression for Shape / Polygon use first line below then repeat second line as many times as you like, increment the number each time, 1 becomes 2, 2 becomes 3 etc etc…. (Eventually would impact performance I guess), end with the last line.</p><p style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm"> </p><p style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm"><span lang="EN-US" style="color:#a31515;font-family:'consolas';font-size:10.5pt">"POLYGON (("</span><span lang="EN-US" style="color:black;font-family:'consolas';font-size:10.5pt"> </span><span lang="EN-US" style="color:#2b91af;font-family:'consolas';font-size:10.5pt">&</span><span lang="EN-US" style="color:black;font-family:'consolas';font-size:10.5pt"> IIF(this.GetElement().Count </span><span lang="EN-US" style="color:#2b91af;font-family:'consolas';font-size:10.5pt">></span><span lang="EN-US" style="color:black;font-family:'consolas';font-size:10.5pt"> 0, this.GetElement().Segments[0].Start.X & " " & this.GetElement().Segments[0].Start.Y,"")</span></p><p style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm"><span lang="EN-US" style="color:black;font-family:'consolas';font-size:10.5pt">& IIF(this.GetElement().Count> 1, ", " & this.GetElement().Segments[1].Start.X & " " & this.GetElement().Segments[1].Start.Y,"")</span></p><p style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm"><span lang="EN-US" style="color:black;font-family:'consolas';font-size:10.5pt">& ", " & IIF(this.GetElement().Count>0,this.GetElement().Segments[0].Start.X & " " & this.GetElement().Segments[0].Start.Y,"") & "))"</span></p><p style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm"><span lang="EN-US" style="color:black;font-family:'consolas';font-size:10.5pt"> </span></p><p style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm">Cheers</p><p style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm">Adam</p><p style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm"> </p><div style="border-style:solid none none none;border-top-color:#e1e1e1;border-width:1pt medium medium medium;padding:3pt 0cm 0cm 0cm"><p style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm"><strong><span lang="EN-US">From:</span></strong><span lang="EN-US"> gdal-dev <<a href="mailto:gdal-dev-bounces@lists.osgeo.org" rel="noopener noreferrer">gdal-dev-bounces@lists.osgeo.org</a>> <strong>On Behalf Of </strong>Shahrukh Mirza Nawandish<br /><strong>Sent:</strong> Tuesday, September 5, 2023 3:11 PM<br /><strong>To:</strong> <a href="mailto:gdal-dev@lists.osgeo.org" rel="noopener noreferrer">gdal-dev@lists.osgeo.org</a><br /><strong>Subject:</strong> [gdal-dev] : Inquiry about Converting MicroStation V8 DGN to GeoJSON or Alternative Formats</span></p></div><p style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm"> </p><div><p style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm"> </p></div><div><div><p style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm">Dear GDAL Support Team,</p></div><div><p style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm"> </p></div><div><p style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm">Is there a cost-effective or open-source solution for converting MicroStation V8 DGN files to GeoJSON or other formats, as the Open Teigha SDK comes with a cost.</p></div><div><p style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm">Any suggestions or guidance would be appreciated.</p></div></div><div><p style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm">-- </p></div><div><p style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm">Saygılarımla / Kind Regards</p></div><div><p style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm"> </p></div><div><table border="0" cellpadding="0" cellspacing="0" width="634" style="background:white;width:475.5pt"><tbody><tr style="height:10.5pt"><td style="height:10.5pt;padding:0cm"><div><p style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm"><strong><span style="background:white;color:#f37320;font-family:'futura' , serif;font-size:12pt">Shahrukh Mirza NAWANDISH</span></strong></p></div><div><p style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm"><span style="color:#878787;font-family:'futura' , serif;font-size:10.5pt">Havacılık Bilgi Sistemleri / Aeronautical Information Systems</span></p></div><div><p style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm"><span style="background:white;color:#878787;font-family:'futura' , serif;font-size:10.5pt">Yazılım Geliştirme Uzm. Yrd. / Software Development Assist. Specialist</span></p></div><div><p style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm"><span style="background:white;color:#878787;font-family:'futura' , serif;font-size:10.5pt">Bilgisayar Programcısı / Computer Programmer MCA</span></p></div></td><td style="height:10.5pt;padding:0cm"><p align="right" style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm;text-align:right"><span style="color:black"><a href="https://www.haritaevi.com/en" rel="noopener noreferrer" target="_blank"><span style="font-family:'futura' , serif;font-size:12pt;text-decoration:none"><img border="0" height="69" src="https://www.haritaevi.com/wp-content/uploads/2018/12/haritaevi-logo.png" width="203" style="height:0.7187in;width:2.1145in" /></span></a></span></p></td></tr><tr style="height:2.25pt"><td colspan="2" style="height:2.25pt;overflow:auto;padding:0.5pt 0cm 0.5pt 0cm"><table border="0" cellpadding="0" width="631" style="width:473.25pt"><tbody><tr><td width="128" style="overflow:auto;padding:0.75pt;width:96pt"><table border="0" cellpadding="0" width="643" style="width:482.25pt"><tbody><tr><td width="130" style="padding:0.75pt;width:97.5pt"><table border="0" cellpadding="0" width="653" style="width:489.75pt"><tbody><tr><td width="130" style="padding:0.75pt;width:97.5pt"><div><p style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm"><strong><span style="color:#444444;font-family:'georgia' , serif">T</span><span style="color:#444444;font-family:'calibri' , sans-serif">:</span></strong><span style="color:#555555;font-size:8.5pt">+90 312 266 66 98</span></p></div></td><td width="130" style="padding:0.75pt;width:97.5pt"><p align="right" style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm;text-align:right"><strong><span style="color:#444444;font-family:'georgia' , serif">M</span><span style="color:#444444;font-family:'arial' , sans-serif">:</span></strong><span style="color:#555555;font-family:'arial' , sans-serif;font-size:8.5pt">+</span><span style="color:#555555;font-size:8.5pt">90 538 519 72 67</span></p></td><td width="167" style="padding:0.75pt;width:125.25pt"><p align="right" style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm;text-align:right"><strong><span style="color:#444444;font-family:'georgia' , serif;font-size:10.5pt">E</span><span style="color:#444444;font-family:'calibri' , sans-serif">:</span></strong><a href="http://mirza.nawandish@haritaevi.com/" rel="noopener noreferrer"><span style="color:#555555;font-size:8.5pt">mirza.nawandish@haritaevi.com</span></a></p></td><td width="195" style="padding:0.75pt;width:146.25pt"><p align="right" style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm;text-align:right"><strong><span style="color:#2c2c2c;font-family:'cambria math' , serif;font-size:9pt">▶</span><span style="font-family:'arial' , sans-serif;font-size:9pt">:</span></strong><span style="font-size:9pt"> </span><a href="https://www.haritaevi.com/en/about-us/contact" rel="noopener noreferrer" target="_blank"><span style="color:#555555;font-family:'arial' , sans-serif;font-size:9pt">Ankara</span><span style="font-size:9pt">-</span><span style="color:#555555;font-size:9pt">Istanbul</span><span style="font-size:9pt">-</span><span style="color:#555555;font-size:9pt">Bucharest</span></a></p></td></tr></tbody></table></td></tr></tbody></table></td></tr></tbody></table></td></tr><tr style="height:5.25pt"><td colspan="2" style="height:5.25pt;overflow:auto;padding:0.5pt 0cm 0.5pt 0cm"><table border="0" cellpadding="0" width="631" style="width:473.25pt"><tbody><tr><td width="206" style="overflow:auto;padding:0.75pt;width:154.5pt"><table border="0" cellpadding="0" width="652" style="width:489pt"><tbody><tr><td width="206" style="padding:0.75pt;width:154.5pt"><p style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm"><strong><span style="color:#f37320;font-family:'futura' , serif;font-size:9pt"><a href="http://www.haritaevi.com/" rel="noopener noreferrer" target="_blank"><span style="color:#f37320">www.haritaevi.com</span></a></span></strong></p></td><td width="206" style="padding:0.75pt;width:154.5pt"><p align="center" style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm;text-align:center"><strong><span style="color:#f37320;font-family:'futura' , serif;font-size:9pt"><a href="http://www.obstacleanalyze.com/" rel="noopener noreferrer" target="_blank"><span style="color:#f37320">www.obstacleanalyze.com</span></a></span></strong></p></td><td width="206" style="padding:0.75pt;width:154.5pt"><p align="right" style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm;text-align:right"><strong><span style="color:#f37320;font-family:'futura' , serif;font-size:9pt"><a href="http://www.aerodatamarket.com/" rel="noopener noreferrer" target="_blank"><span style="color:#f37320">www.aerodatamarket.com</span></a></span></strong></p></td></tr></tbody></table></td></tr></tbody></table></td></tr><tr style="height:27pt"><td colspan="2" style="height:27pt;overflow:auto;padding:0.5pt 0cm 7.5pt 0cm"><table border="0" cellpadding="0" cellspacing="0" width="100%" style="background:#7b7b7b;width:100%"><tbody><tr><td style="padding:0cm"><p align="center" style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm;text-align:center"><span style="color:black"><a href="https://www.instagram.com/haritaevi/?hl=tr" rel="noopener noreferrer" target="_blank"><span style="text-decoration:none"><img border="0" height="33" src="https://avatars.mds.yandex.net/get-mail-signature/2434044/d24bf65965f2be07edc47ff3c25b0348/orig" width="33" style="height:0.3437in;width:0.3437in" /></span></a><a href="https://www.linkedin.com/company/haritaevi-havac%C4%B1l%C4%B1k-m%C3%BChendislik-a-%C5%9F" rel="noopener noreferrer" target="_blank"><span style="text-decoration:none"><img border="0" height="33" src="https://avatars.mds.yandex.net/get-mail-signature/200369/c75763261eac7fb671922d147573080b/orig" width="33" style="height:0.3437in;width:0.3437in" /></span></a><a href="https://twitter.com/haritaevi" rel="noopener noreferrer" target="_blank"><span style="text-decoration:none"><img border="0" height="33" src="https://avatars.mds.yandex.net/get-mail-signature/2434044/1cd6e615d44979bf9b0d6b0ea9c47182/orig" width="33" style="height:0.3437in;width:0.3437in" /></span></a><a href="https://www.youtube.com/channel/UCZHA_PmyMLg__KOfNgOLJYg?view_as=subscriber" rel="noopener noreferrer" target="_blank"><span style="text-decoration:none"><img border="0" height="33" src="https://avatars.mds.yandex.net/get-mail-signature/232821/ec6941b191f27730d3a5f92fd846beb4/orig" width="33" style="height:0.3437in;width:0.3437in" /></span></a><a href="https://www.facebook.com/haritaevi" rel="noopener noreferrer" target="_blank"><span style="text-decoration:none"><img border="0" height="33" src="https://avatars.mds.yandex.net/get-mail-signature/232821/0545b2da2dc9f49f532774615ec45e51/orig" width="33" style="height:0.3437in;width:0.3437in" /></span></a><a href="https://www.haritaevi.com/disclaimer" rel="noopener noreferrer" target="_blank"><span style="text-decoration:none"><img border="0" height="45" src="https://www.haritaevi.com/wp-content/uploads/2022/02/disclaimer_1.png" width="316" style="height:0.4687in;width:3.2916in" /></span></a> <a href="https://fidic.org/" rel="noopener noreferrer" target="_blank"><span style="text-decoration:none"><img border="0" height="33" src="https://avatars.mds.yandex.net/get-mail-signature/2434044/58c47a3a908e28fdb209656734002f36/orig" width="33" style="height:0.3437in;width:0.3437in" /></span></a><a href="https://www.efcanet.org/" rel="noopener noreferrer" target="_blank"><span style="text-decoration:none"><img border="0" height="33" src="https://avatars.mds.yandex.net/get-mail-signature/2423644/1ccfc2184635533811e43aeeae4bf6c1/orig" width="33" style="height:0.3437in;width:0.3437in" /></span></a><a href="https://www.haritaevi.com/en/about-us/quality-policy" rel="noopener noreferrer" target="_blank"><span style="text-decoration:none"><img border="0" height="33" src="https://avatars.mds.yandex.net/get-mail-signature/2423644/405b95fb41fb8db77dcee35ff542f333/orig" width="33" style="height:0.3437in;width:0.3437in" /></span></a><a href="https://www.haritaevi.com/en/about-us/information-security-policy" rel="noopener noreferrer" target="_blank"><span style="text-decoration:none"><img border="0" height="33" src="https://avatars.mds.yandex.net/get-mail-signature/1539903/c89e02562564f32028015473ea475742/orig" width="33" style="height:0.3437in;width:0.3437in" /></span></a></span></p></td></tr></tbody></table></td></tr></tbody></table></div><div><p style="font-family:'calibri' , sans-serif;font-size:11pt;margin:0cm"> </p></div></div><hr /><font face="Arial" size="2"><strong>Note:</strong> </font><div><font face="Arial" size="2">This message is for the named person's use only.  It may contain confidential, proprietary or legally privileged information.  No confidentiality or privilege is waived or lost by any mistransmission.  If you receive this message in error, please immediately delete it and all copies of it from your system, destroy any hard copies of it and notify the sender.  You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. The </font><font color="#0000a0" face="Arial" size="2"><strong>Port of Brisbane </strong></font><font face="Arial" size="2"> reserves the right to monitor all e-mail communications through its networks.</font></div><div><font face="Arial" size="2">If you have received this transmission in error please let us know by contacting us on +61 7 3258 4888 or by reply E-Mail to the sender.</font></div><div><font face="Arial" size="2">Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorised to state them to be the views of any such entity.</font></div><div> </div><div><font face="Arial" size="2"><strong>Thank You.</strong> </font><hr /></div></div></blockquote><div> </div><div> </div><div style="overflow:auto">-- </div><div>Saygılarımla / Kind Regards</div><div> </div><div style="overflow:auto"><table border="0" cellpadding="0" cellspacing="0" height="190" width="634" style="background-color:rgb( 255 , 255 , 255 );color:rgb( 0 , 0 , 0 );font-family:'futura';font-size:16px;font-style:normal;font-weight:400;text-decoration-style:initial;text-transform:none;white-space:normal;word-break:normal;word-spacing:0px"><tbody><tr style="height:14px"><td><div style="margin-bottom:0.0001pt"><strong style="background-color:#ffffff;color:#000000;font-family:'futura';font-size:16px;font-style:normal;text-decoration-style:initial;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><span style="color:#f37320;font-family:'futura' , sans-serif">Shahrukh Mirza NAWANDISH</span></strong></div><div style="margin-bottom:0.0001pt"><span style="color:#878787;font-family:'futura' , sans-serif;font-size:14px;line-height:normal">Havacılık Bilgi Sistemleri / Aeronautical Information Systems</span></div><div style="margin-bottom:0.0001pt"><span style="background-color:#ffffff;color:#878787;float:none;font-family:'futura' , sans-serif;font-size:14px;font-style:normal;font-weight:400;text-decoration-color:initial;text-decoration-style:initial;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px">Yazılım Geliştirme Uzm. Yrd. / Software Development Assist. Specialist</span></div><div style="margin-bottom:0.0001pt"><span style="background-color:#ffffff;color:#878787;float:none;font-family:'futura' , sans-serif;font-size:14px;font-style:normal;font-weight:400;text-decoration-color:initial;text-decoration-style:initial;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px">Bilgisayar Programcısı / Computer Programmer</span></div></td><td style="text-align:right"><a href="https://www.haritaevi.com/en/" rel="noopener noreferrer" target="_blank"><img src="https://www.haritaevi.com/wp-content/uploads/2018/12/haritaevi-logo.png" style="height:72px;width:211px" /></a></td></tr><tr style="height:7px;margin-top:-20pt"><td colspan="2" style="height:3px;overflow:auto;padding:0.5pt 0cm 0.5pt 0cm"><table style="width:631px;word-break:normal"><tbody><tr><td style="overflow:auto;text-align:left;width:128px"><table border="0" cellpadding="0" height="38" width="643" style="word-break:normal"><tbody><tr><td style="padding:0.75pt;width:130px"><div style="overflow:auto"><table border="0" cellpadding="0" height="38" width="653" style="word-break:normal"><tbody><tr><td style="padding:0.75pt;width:130px"><div><strong><span style="color:#444444;font-family:'georgia' , serif">T</span><span style="color:#444444">:</span></strong><span style="color:#555555;font-size:8.5pt">+90 312 266 66 98</span></div></td><td style="padding:0.75pt;width:130px"><div align="right"><span style="font-family:'futura bk bt' , sans-serif"><strong><span style="color:#444444;font-family:'georgia' , serif">M</span><span style="color:#444444">:</span></strong></span><span style="color:#555555;font-family:'futura bk bt' , sans-serif;font-size:11px;line-height:normal">+</span><span style="color:#555555;font-size:11px;line-height:normal">90 538 519 72 67</span></div></td><td style="padding:0.75pt;width:167px"><div align="right"><span style="font-family:'georgia' , serif;font-size:large"><strong><span style="color:#444444;font-size:14px;line-height:normal">E</span></strong></span><strong><span style="color:#444444">:</span></strong><a href="http://mirza.nawandish@haritaevi.com" rel="noopener noreferrer"><span style="color:#555555;font-size:11px;line-height:normal">mirza.nawandish@haritaevi.com</span></a></div></td><td style="padding:0.75pt;width:195px"><div align="right"><span style="font-family:'futura bk bt' , sans-serif"><strong><span style="color:#2c2c2c;font-size:9pt">▶</span><span style="font-size:9pt">:</span></strong></span><span style="font-size:9pt"> </span><a href="https://www.haritaevi.com/en/about-us/contact" rel="noopener noreferrer" target="_blank"><span style="color:#555555;font-family:'futura bk bt' , sans-serif;font-size:12px;line-height:normal">Ankara</span><span style="font-size:12px;line-height:normal">-</span><span style="color:#555555;font-size:12px;line-height:normal">Istanbul</span><span style="font-size:12px;line-height:normal">-</span><span style="color:#555555;font-size:12px;line-height:normal">Bucharest</span></a></div></td></tr></tbody></table></div></td></tr></tbody></table></td></tr></tbody></table></td></tr><tr style="height:7px"><td colspan="2" style="height:7px;overflow:auto;padding:0.5pt 0cm 0.5pt 0cm"><table style="width:631px;word-break:normal"><tbody><tr><td style="overflow:auto;text-align:left;width:206px"><table height="24" width="652" style="word-break:normal"><tbody><tr><td style="text-align:left;width:206px"><strong><span style="color:#f37320;font-family:'futura' , sans-serif;font-size:9pt"><a href="http://www.haritaevi.com/" rel="noopener noreferrer" target="_blank"><span style="color:#f37320">www.haritaevi.com</span></a></span></strong></td><td style="text-align:center;width:206px"><strong><span style="color:#f37320;font-family:'futura' , sans-serif;font-size:9pt"><a href="http://www.obstacleanalyze.com/" rel="noopener noreferrer" target="_blank"><span style="color:#f37320">www.obstacleanalyze.com</span></a></span></strong></td><td style="text-align:right;width:206px"><strong><span style="color:#f37320;font-family:'futura' , sans-serif;font-size:9pt"><a href="http://www.aerodatamarket.com/" rel="noopener noreferrer" target="_blank"><span style="color:#f37320">www.aerodatamarket.com</span></a></span></strong></td></tr></tbody></table></td></tr></tbody></table></td></tr><tr style="height:35px"><td colspan="2" style="height:36px;overflow:auto;padding:0.5pt 0cm 7.5pt 0cm"><table border="0" cellpadding="0" cellspacing="0" height="45" width="100%" style="background:rgb( 123 , 123 , 123 );margin-top:-10px;word-break:normal"><tbody><tr><td><div style="text-align:center"><a href="https://www.instagram.com/haritaevi/?hl=tr" rel="noopener noreferrer" target="_blank"><img src="https://avatars.mds.yandex.net/get-mail-signature/2434044/d24bf65965f2be07edc47ff3c25b0348/orig" /></a><a href="https://www.linkedin.com/company/haritaevi-havac%C4%B1l%C4%B1k-m%C3%BChendislik-a-%C5%9F/" rel="noopener noreferrer" target="_blank"><img src="https://avatars.mds.yandex.net/get-mail-signature/200369/c75763261eac7fb671922d147573080b/orig" /></a><a href="https://twitter.com/haritaevi" rel="noopener noreferrer" target="_blank"><img src="https://avatars.mds.yandex.net/get-mail-signature/2434044/1cd6e615d44979bf9b0d6b0ea9c47182/orig" /></a><a href="https://www.youtube.com/channel/UCZHA_PmyMLg__KOfNgOLJYg?view_as=subscriber" rel="noopener noreferrer" target="_blank"><img src="https://avatars.mds.yandex.net/get-mail-signature/232821/ec6941b191f27730d3a5f92fd846beb4/orig" /></a><a href="https://www.facebook.com/haritaevi/" rel="noopener noreferrer" target="_blank"><img src="https://avatars.mds.yandex.net/get-mail-signature/232821/0545b2da2dc9f49f532774615ec45e51/orig" /></a><a href="https://www.haritaevi.com/disclaimer" rel="noopener noreferrer" target="_blank"><img src="https://www.haritaevi.com/wp-content/uploads/2022/02/disclaimer_1.png" style="height:48px;width:316px" /></a> <a href="https://fidic.org/" rel="noopener noreferrer" target="_blank"><img src="https://avatars.mds.yandex.net/get-mail-signature/2434044/58c47a3a908e28fdb209656734002f36/orig" /></a><a href="https://www.efcanet.org/" rel="noopener noreferrer" target="_blank"><img src="https://avatars.mds.yandex.net/get-mail-signature/2423644/1ccfc2184635533811e43aeeae4bf6c1/orig" /></a><a href="https://www.haritaevi.com/en/about-us/quality-policy" rel="noopener noreferrer" target="_blank"><img src="https://avatars.mds.yandex.net/get-mail-signature/2423644/405b95fb41fb8db77dcee35ff542f333/orig" /></a><a href="https://www.haritaevi.com/en/about-us/information-security-policy" rel="noopener noreferrer" target="_blank"><img src="https://avatars.mds.yandex.net/get-mail-signature/1539903/c89e02562564f32028015473ea475742/orig" /></a></div></td></tr></tbody></table></td></tr></tbody></table></div><div> </div>