<?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: Numerical parameters digit limit in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/Numerical-parameters-digit-limit/m-p/713995#M8616</link>
    <description>&lt;P&gt;i tried to open an IFC-file (yes, it is a textfile] in gdl object. The file contained&amp;nbsp; terrain in&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;EUREF-FIN&amp;nbsp;/&amp;nbsp;ETRS-GK26FIN&amp;nbsp;&lt;/SPAN&gt;coordinate system&lt;/P&gt;&lt;P&gt;1st two rows:&lt;/P&gt;&lt;P&gt;id xcoord ycoord zcoord&lt;BR /&gt;8025672 477183839.999 7212389619.967 21070&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-the coordinates are millimeters, not meters.&lt;/P&gt;&lt;P&gt;My object could read xcoord and zcoord correctly. but the ycoord gave ne&lt;SPAN&gt;gative values.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 07 Sep 2026 14:39:56 GMT</pubDate>
    <dc:creator>Pertti_Paasky</dc:creator>
    <dc:date>2026-09-07T14:39:56Z</dc:date>
    <item>
      <title>Numerical parameters digit limit</title>
      <link>https://community.graphisoft.com/t5/GDL/Numerical-parameters-digit-limit/m-p/713988#M8615</link>
      <description>&lt;P&gt;I am kind of surprised with a thing that i noticed while loading data via text addon. At first I thought it is a limit of the addon...but it turns out that GDL has a limit of digits. I needed to process INT numbers like&amp;nbsp;1000000000000 (needed for filtering some features of a product) and it seems that GDL can handle only&amp;nbsp;1000000000. I have never seen any info about it... So in case someone stepped on funny results of loading external data this limit can be a reason.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier" color="grey"&gt;Operating system used: &lt;EM&gt;Windows 11&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Sep 2026 12:37:03 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Numerical-parameters-digit-limit/m-p/713988#M8615</guid>
      <dc:creator>Piotr Dobrowolski</dc:creator>
      <dc:date>2026-09-07T12:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: Numerical parameters digit limit</title>
      <link>https://community.graphisoft.com/t5/GDL/Numerical-parameters-digit-limit/m-p/713995#M8616</link>
      <description>&lt;P&gt;i tried to open an IFC-file (yes, it is a textfile] in gdl object. The file contained&amp;nbsp; terrain in&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;EUREF-FIN&amp;nbsp;/&amp;nbsp;ETRS-GK26FIN&amp;nbsp;&lt;/SPAN&gt;coordinate system&lt;/P&gt;&lt;P&gt;1st two rows:&lt;/P&gt;&lt;P&gt;id xcoord ycoord zcoord&lt;BR /&gt;8025672 477183839.999 7212389619.967 21070&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-the coordinates are millimeters, not meters.&lt;/P&gt;&lt;P&gt;My object could read xcoord and zcoord correctly. but the ycoord gave ne&lt;SPAN&gt;gative values.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Sep 2026 14:39:56 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Numerical-parameters-digit-limit/m-p/713995#M8616</guid>
      <dc:creator>Pertti_Paasky</dc:creator>
      <dc:date>2026-09-07T14:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: Numerical parameters digit limit</title>
      <link>https://community.graphisoft.com/t5/GDL/Numerical-parameters-digit-limit/m-p/713998#M8617</link>
      <description>&lt;P&gt;Limits are to be expected&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If its not actually a "Int numbers but features??" then splitting or use a string should work.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Coordinates.&lt;BR /&gt;Preprocess it, substract minx miny minz from coords,&lt;/P&gt;&lt;P&gt;and write minx miny minz as locked parameter.&lt;BR /&gt;Don't see a reason for a GDL object to process numbers that big.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Sep 2026 15:20:46 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Numerical-parameters-digit-limit/m-p/713998#M8617</guid>
      <dc:creator>rudl</dc:creator>
      <dc:date>2026-09-07T15:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Numerical parameters digit limit</title>
      <link>https://community.graphisoft.com/t5/GDL/Numerical-parameters-digit-limit/m-p/714003#M8618</link>
      <description>&lt;P&gt;Exceeding&amp;nbsp;2000000000+ something will load the negatives. I tried to use the internal variables and do some modulo operations to bypass eventual limit, but the limit is also in the internal variables. It is not regarding INT numbers, but ANY numbers...&lt;/P&gt;</description>
      <pubDate>Mon, 07 Sep 2026 16:44:20 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Numerical-parameters-digit-limit/m-p/714003#M8618</guid>
      <dc:creator>Piotr Dobrowolski</dc:creator>
      <dc:date>2026-09-07T16:44:20Z</dc:date>
    </item>
    <item>
      <title>Betreff: Numerical parameters digit limit</title>
      <link>https://community.graphisoft.com/t5/GDL/Numerical-parameters-digit-limit/m-p/714005#M8619</link>
      <description>&lt;P&gt;Yeah I found out about that by accident as well.&lt;/P&gt;
&lt;P&gt;GDL only uses what's called "Long Int" (or sometimes referred to as "MAX32") – that's a signed 32 bit integer.&lt;/P&gt;
&lt;P&gt;So "2'147'483'647" is the highest possible number, and going over that will cause an overflow. Numbers below "-2'147'483'648" will cause an underflow accordingly.&lt;/P&gt;
&lt;P&gt;If you need integers bigger than that: You don't.&lt;/P&gt;
&lt;P&gt;(However, the workaround is to use floats instead. They can go larger and will just experience a loss of precision; = the available "depth" of the decimal fraction shrinks. That will yield you numbers up until&amp;nbsp;2^53. Not too bad.)&lt;/P&gt;</description>
      <pubDate>Mon, 07 Sep 2026 17:14:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Numerical-parameters-digit-limit/m-p/714005#M8619</guid>
      <dc:creator>runxel</dc:creator>
      <dc:date>2026-09-07T17:14:08Z</dc:date>
    </item>
  </channel>
</rss>

