<?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>article GeoOperations Examples Qlik GeoAnalytics in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/GeoOperations-Examples-Qlik-GeoAnalytics/ta-p/1753980</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Examples and guides for the Qlik GeoOperations. The examples are self sufficient with data and reloadable. The examples are minimal to explain to basic functionality. Please use the &lt;A href="https://help.qlik.com/en-US/geoanalytics/Content/Qlik_GeoAnalytics/GeoOperationsFunctions/GeoOperations.htm" target="_self"&gt;documentation&lt;/A&gt; for details of the operations. The examples works on Qlik SaaS&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;and requires a GeoAnalytics license.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;GeoOperations is simple, for instance, here's how to load a shapefile:&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;Load * Extension GeoOperations.ScriptEval('
load() DATASOURCE shape GEOFILE type="shape", 
url="https://dl.dropbox.com/s/ipi6tazxwkbuzu6/continents.zip?dl=0"');&lt;/LI-CODE&gt;&lt;LI-CODE lang="javascript"&gt;Load * Extension GeoOperations.ScriptEval('
load() DATASOURCE cont GEOFILE type="shape", 
url="lib://DataFiles/continents.shpzip")';&lt;/LI-CODE&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;GeoOperations Examples.qvf&lt;/EM&gt;: Example with all basic operations&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;Binning&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Cluster&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Closest&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Dissolve&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Intersect&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Load&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Routes&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Simplify&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;TravelAreas&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Within&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;GeoOperations BigQuery.qvf&lt;/EM&gt;: Example of how to load from Google Big Query (requires a Google BigQuery license and instance).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;GeoOperations CSV example.qvf&lt;/EM&gt;: Example of how to use more than one internal table as input.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;Qlik Geocoding in GeoOperations.qvf&lt;/EM&gt;: Example of how to use Geocoding, TravelArea and Closest in runtime (requires a Qlik Geocoding license).&lt;/SPAN&gt;&lt;/P&gt;
&lt;BLOCKQUOTE class="quote"&gt;Please use the GeoOperations template for Qlik Geocoding, available in &lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-Geocoding-Geocoding-Template-Data-and-presentation/ta-p/1548595" target="_blank" rel="noopener"&gt;Qlik Geocoding Geocoding Template, Data and presentation&lt;/A&gt;.&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Jan 27, 2022 updated with more examples and DataFiles access.&lt;/P&gt;
&lt;P&gt;July 29, 2025 examples updated and data included.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 29 Jul 2025 13:17:25 GMT</pubDate>
    <dc:creator>Patric_Nordstrom</dc:creator>
    <dc:date>2025-07-29T13:17:25Z</dc:date>
    <item>
      <title>GeoOperations Examples Qlik GeoAnalytics</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/GeoOperations-Examples-Qlik-GeoAnalytics/ta-p/1753980</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Examples and guides for the Qlik GeoOperations. The examples are self sufficient with data and reloadable. The examples are minimal to explain to basic functionality. Please use the &lt;A href="https://help.qlik.com/en-US/geoanalytics/Content/Qlik_GeoAnalytics/GeoOperationsFunctions/GeoOperations.htm" target="_self"&gt;documentation&lt;/A&gt; for details of the operations. The examples works on Qlik SaaS&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;and requires a GeoAnalytics license.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;GeoOperations is simple, for instance, here's how to load a shapefile:&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;Load * Extension GeoOperations.ScriptEval('
load() DATASOURCE shape GEOFILE type="shape", 
url="https://dl.dropbox.com/s/ipi6tazxwkbuzu6/continents.zip?dl=0"');&lt;/LI-CODE&gt;&lt;LI-CODE lang="javascript"&gt;Load * Extension GeoOperations.ScriptEval('
load() DATASOURCE cont GEOFILE type="shape", 
url="lib://DataFiles/continents.shpzip")';&lt;/LI-CODE&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;GeoOperations Examples.qvf&lt;/EM&gt;: Example with all basic operations&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;Binning&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Cluster&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Closest&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Dissolve&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Intersect&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Load&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Routes&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Simplify&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;TravelAreas&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Within&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;GeoOperations BigQuery.qvf&lt;/EM&gt;: Example of how to load from Google Big Query (requires a Google BigQuery license and instance).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;GeoOperations CSV example.qvf&lt;/EM&gt;: Example of how to use more than one internal table as input.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;Qlik Geocoding in GeoOperations.qvf&lt;/EM&gt;: Example of how to use Geocoding, TravelArea and Closest in runtime (requires a Qlik Geocoding license).&lt;/SPAN&gt;&lt;/P&gt;
&lt;BLOCKQUOTE class="quote"&gt;Please use the GeoOperations template for Qlik Geocoding, available in &lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-Geocoding-Geocoding-Template-Data-and-presentation/ta-p/1548595" target="_blank" rel="noopener"&gt;Qlik Geocoding Geocoding Template, Data and presentation&lt;/A&gt;.&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Jan 27, 2022 updated with more examples and DataFiles access.&lt;/P&gt;
&lt;P&gt;July 29, 2025 examples updated and data included.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jul 2025 13:17:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/GeoOperations-Examples-Qlik-GeoAnalytics/ta-p/1753980</guid>
      <dc:creator>Patric_Nordstrom</dc:creator>
      <dc:date>2025-07-29T13:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: GeoOperations Examples Qlik GeoAnalytics</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/GeoOperations-Examples-Qlik-GeoAnalytics/tac-p/1783655#M16179</link>
      <description>&lt;P&gt;Hello Patric,&lt;/P&gt;&lt;P&gt;Good examples, however, I'd like to test the cluster operation with my own data. ¿Could you provide me an example, please?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Julian&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2021 01:08:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/GeoOperations-Examples-Qlik-GeoAnalytics/tac-p/1783655#M16179</guid>
      <dc:creator>julian_rodriguez</dc:creator>
      <dc:date>2021-02-18T01:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: GeoOperations Examples Qlik GeoAnalytics</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/GeoOperations-Examples-Qlik-GeoAnalytics/tac-p/1784653#M16180</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/13456"&gt;@julian_rodriguez&lt;/a&gt;&amp;nbsp; it's very similar to how to do Binning from points, here's an example. Loading first airports and store as points. Then use the points as indata.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;cp_ap:
Load * Extension GeoOperations.ScriptEval('
	Select Name as cp_ap, LocationPoint as cp_ap_pt from
    Load() DATASOURCE cp_ap LOCATIONSERVICE geometry="POINT", type="XIATA", country="us"
');

cp:
Load * Extension GeoOperations.ScriptEval('
  Select INTABLE.cp_ap as cp_ap, ClusterID as cp_id, Clusters.ClusterPoint as cp_pt from
  Cluster(distance="500000")
', cp_ap);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2022 09:20:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/GeoOperations-Examples-Qlik-GeoAnalytics/tac-p/1784653#M16180</guid>
      <dc:creator>Patric_Nordstrom</dc:creator>
      <dc:date>2022-01-25T09:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: GeoOperations Examples Qlik GeoAnalytics</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/GeoOperations-Examples-Qlik-GeoAnalytics/tac-p/2086441#M16181</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/24514"&gt;@Patric_Nordstrom&lt;/a&gt;&amp;nbsp; As the World's expert on GeoOperations, I am trying to generate dynamic Travel Areas that show an individually sized Travel Areas for each point on my map.&lt;/P&gt;
&lt;P&gt;Whilst I can get individual Travel areas for 5kms I'm trying to get one point with 5kms and others with 2.5 or 1km .&lt;/P&gt;
&lt;P&gt;I'm using the [Data.Source Site Name] as my dimension and this expression in the locations input&amp;nbsp;&lt;/P&gt;
&lt;P&gt;=GeoOperations.ScriptEvalStr('Select TravelArea from TravelAreas(costValue="$(vTA)", costUnit="kilometers", transportation="bird")', GeoTAPoint)&lt;/P&gt;
&lt;P&gt;vTA =Aggr(Avg(USDistance),[Data.Source Site Name])&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this possible?&lt;/P&gt;
&lt;P&gt;Greatest Regards&lt;/P&gt;
&lt;P&gt;Chris&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 16:56:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/GeoOperations-Examples-Qlik-GeoAnalytics/tac-p/2086441#M16181</guid>
      <dc:creator>CHansford</dc:creator>
      <dc:date>2023-06-21T16:56:25Z</dc:date>
    </item>
  </channel>
</rss>

