<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Report Lat/Long/Elevation for a POI with a simple script in InfraWorks Forum</title>
    <link>https://forums.autodesk.com/t5/infraworks-forum/report-lat-long-elevation-for-a-poi-with-a-simple-script/m-p/6258877#M20782</link>
    <description>&lt;P&gt;Nice!&lt;/P&gt;&lt;P&gt;Is it possible to modify the script so that the coordinates is shown in the same coordinate system as set in the model properties, i.eg. ETRS89.UTM-32N?&lt;/P&gt;</description>
    <pubDate>Fri, 08 Apr 2016 05:46:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-04-08T05:46:38Z</dc:date>
    <item>
      <title>Report Lat/Long/Elevation for a POI with a simple script</title>
      <link>https://forums.autodesk.com/t5/infraworks-forum/report-lat-long-elevation-for-a-poi-with-a-simple-script/m-p/6244763#M20781</link>
      <description>&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/228628iD76621902DE04BBB/image-size/original?v=lz-1&amp;amp;px=-1" border="0" alt="ill_script_poi_latlongelevation.jpg" title="ill_script_poi_latlongelevation.jpg" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use this handy script (provided in this&amp;nbsp;InfraTip) to report latitude, longitude, and elevation for Points of Interest (POIs) in your model to the User Data field.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2016 19:03:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/infraworks-forum/report-lat-long-elevation-for-a-poi-with-a-simple-script/m-p/6244763#M20781</guid>
      <dc:creator>elliott.rosenfeld</dc:creator>
      <dc:date>2016-03-31T19:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Report Lat/Long/Elevation for a POI with a simple script</title>
      <link>https://forums.autodesk.com/t5/infraworks-forum/report-lat-long-elevation-for-a-poi-with-a-simple-script/m-p/6258877#M20782</link>
      <description>&lt;P&gt;Nice!&lt;/P&gt;&lt;P&gt;Is it possible to modify the script so that the coordinates is shown in the same coordinate system as set in the model properties, i.eg. ETRS89.UTM-32N?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2016 05:46:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/infraworks-forum/report-lat-long-elevation-for-a-poi-with-a-simple-script/m-p/6258877#M20782</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-08T05:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Report Lat/Long/Elevation for a POI with a simple script</title>
      <link>https://forums.autodesk.com/t5/infraworks-forum/report-lat-long-elevation-for-a-poi-with-a-simple-script/m-p/6260350#M20783</link>
      <description>&lt;P&gt;Thanks! I am checking on this. My guess is yes, but it will take a little thought. I'll get back to you soon!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Elliott&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2016 17:53:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/infraworks-forum/report-lat-long-elevation-for-a-poi-with-a-simple-script/m-p/6260350#M20783</guid>
      <dc:creator>elliott.rosenfeld</dc:creator>
      <dc:date>2016-04-08T17:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: Report Lat/Long/Elevation for a POI with a simple script</title>
      <link>https://forums.autodesk.com/t5/infraworks-forum/report-lat-long-elevation-for-a-poi-with-a-simple-script/m-p/6266900#M20784</link>
      <description>&lt;P&gt;I believe this will do the trick, although I haven't had a chance to test it out yet. I will report back shortly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;//convertion from LL84 to UTM-32N&lt;/P&gt;
&lt;P&gt;var transforms = new adsk.SRSTransform("EPSG:4326", " ETRS89.UTM-32N");&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;Elliott&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2016 20:24:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/infraworks-forum/report-lat-long-elevation-for-a-poi-with-a-simple-script/m-p/6266900#M20784</guid>
      <dc:creator>elliott.rosenfeld</dc:creator>
      <dc:date>2016-04-12T20:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Report Lat/Long/Elevation for a POI with a simple script</title>
      <link>https://forums.autodesk.com/t5/infraworks-forum/report-lat-long-elevation-for-a-poi-with-a-simple-script/m-p/6267508#M20785</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Is this string supposed to be implemented in the original script or run separately? I can't seem to get it to work from my end...&lt;/P&gt;&lt;P&gt;How about also including a script for exporting POI properties out to a text file? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2016 05:26:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/infraworks-forum/report-lat-long-elevation-for-a-poi-with-a-simple-script/m-p/6267508#M20785</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-13T05:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Report Lat/Long/Elevation for a POI with a simple script</title>
      <link>https://forums.autodesk.com/t5/infraworks-forum/report-lat-long-elevation-for-a-poi-with-a-simple-script/m-p/6268444#M20786</link>
      <description>&lt;P&gt;Hmm, I am also encountering some difficulties getting the transform to work. I'll continue tinkering with this and report back when I have a solution. As for exporting the POI properties out to a text file, you could consider using the Data Table to produce a report. To do so, right-click on the feature class in Model Explorer and choose "View in Data Table." Locate the POI, right-click on it, and choose CSV export selected.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/231819iB8CCAC3F79D94289/image-size/original?v=lz-1&amp;amp;px=-1" border="0" alt="data_table_export.png" title="data_table_export.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2016 14:36:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/infraworks-forum/report-lat-long-elevation-for-a-poi-with-a-simple-script/m-p/6268444#M20786</guid>
      <dc:creator>elliott.rosenfeld</dc:creator>
      <dc:date>2016-04-13T14:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: Report Lat/Long/Elevation for a POI with a simple script</title>
      <link>https://forums.autodesk.com/t5/infraworks-forum/report-lat-long-elevation-for-a-poi-with-a-simple-script/m-p/6270097#M20787</link>
      <description>&lt;P&gt;Thanks! The csv-export is what I was looking for. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2016 07:11:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/infraworks-forum/report-lat-long-elevation-for-a-poi-with-a-simple-script/m-p/6270097#M20787</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-14T07:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: Report Lat/Long/Elevation for a POI with a simple script</title>
      <link>https://forums.autodesk.com/t5/infraworks-forum/report-lat-long-elevation-for-a-poi-with-a-simple-script/m-p/6389692#M20788</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1960481"&gt;@elliott.rosenfeld﻿&lt;/a&gt;, did you manage to reproject from DBCs to UserCs yet?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to change the script but can't get it to work.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jun 2016 13:49:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/infraworks-forum/report-lat-long-elevation-for-a-poi-with-a-simple-script/m-p/6389692#M20788</guid>
      <dc:creator>John_de_Leeuw-NTI</dc:creator>
      <dc:date>2016-06-17T13:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Report Lat/Long/Elevation for a POI with a simple script</title>
      <link>https://forums.autodesk.com/t5/infraworks-forum/report-lat-long-elevation-for-a-poi-with-a-simple-script/m-p/6595761#M20789</link>
      <description>&lt;P&gt;...&lt;BR /&gt;Greetings, if I wanted to move an object or point of interest at a specific location at a given coordinate bone XYZ, that option could perform that action ?? I should build on some sequence of script as mentioned in this post ?? or forming might, in advance thousand thanks and a thousand apologize for the question ...&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Atte.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;&lt;EM&gt;ESPAÑOL&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;&lt;EM&gt;...&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;&lt;EM&gt;Saludos, si yo quisiera mover un objeto o punto de interes a un lugar especifico, osea a una coordenada dada XYZ, con que opción podría realizar dicha acción?? tendría que basarme en alguna secuencia de script como la que se menciona en este post?? o de que forma podría hacerlo, de antemano mil gracias y mil disculpe por la pregunta...&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;&lt;EM&gt;Atte.&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2016 21:17:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/infraworks-forum/report-lat-long-elevation-for-a-poi-with-a-simple-script/m-p/6595761#M20789</guid>
      <dc:creator>ajpancha</dc:creator>
      <dc:date>2016-09-30T21:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: Report Lat/Long/Elevation for a POI with a simple script</title>
      <link>https://forums.autodesk.com/t5/infraworks-forum/report-lat-long-elevation-for-a-poi-with-a-simple-script/m-p/8895683#M20790</link>
      <description>&lt;P&gt;FYI, I got the SPC by simply changing the coordinate system of the model to the SPC, and then run the script.&amp;nbsp; Of course, make sure you change it back to the system it was using before.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Seth Cohen&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2019 12:50:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/infraworks-forum/report-lat-long-elevation-for-a-poi-with-a-simple-script/m-p/8895683#M20790</guid>
      <dc:creator>Scohen-DDSCAD</dc:creator>
      <dc:date>2019-07-08T12:50:31Z</dc:date>
    </item>
  </channel>
</rss>

