Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is it possible to use Qlik GeoAnalytics to create customized polygon map?
In my use case, I would like to create a polygon map with threes polygons on a map.
Texas, Louisiana, Mississippi will be shown as a single polygon on the map
Alabama, Georgia, Florida will be shown as a single polygon on the map
South Carolina, North Carolina, Tennessee will be shown as a single polygon on map.
Any suggestion is appreciated!
Hello Haikuo,
Please note that if you find a solution to your own question, please post the entire solution in detail, and refrain from posting 1 word replies as this is not helpful to others in the Qlik Community.
In regards to your question:
Yes this can be done by using custom shape files, geojson and possibly can be made even simpler by using the Dissolve example - where you can setup custom area regions:
See this example: GeoAnalytics Dissolve - Google Slides
When applicable please mark the appropriate replies as CORRECT. This will help community members and Qlik Employees know which discussions have already been addressed and have a possible known solution. Please mark threads as HELPFUL if the provided solution is helpful to the problem, but does not necessarily solve the indicated problem. You can mark multiple threads as HELPFUL if you feel additional info is useful to others.
Regards,
Michael Tarallo (@mtarallo) | Twitter
Qlik
Hello Haikuo,
Please note that if you find a solution to your own question, please post the entire solution in detail, and refrain from posting 1 word replies as this is not helpful to others in the Qlik Community.
In regards to your question:
Yes this can be done by using custom shape files, geojson and possibly can be made even simpler by using the Dissolve example - where you can setup custom area regions:
See this example: GeoAnalytics Dissolve - Google Slides
When applicable please mark the appropriate replies as CORRECT. This will help community members and Qlik Employees know which discussions have already been addressed and have a possible known solution. Please mark threads as HELPFUL if the provided solution is helpful to the problem, but does not necessarily solve the indicated problem. You can mark multiple threads as HELPFUL if you feel additional info is useful to others.
Regards,
Michael Tarallo (@mtarallo) | Twitter
Qlik
Hi Michael, thanks for your help!
I know we can use Dissolve in Qlik GeoAnalytics, and this is what I am using now.
How to use custom shape files in Qlik GeoAnalytics? Is there any reference?
Also, how to use geojson in Qlik GeoAnalytics? Is there any reference?
I did not find any reference about how to use shape files, geojson in Qlik GeoAnalytics.
HI Haikuo - they are working on examples at the moment but don't have all of them.
Guides & Examples « bi.idevio.com
This is the only reference at the moment:
Different kinds of geographical file formats like GeoJSON and Shape.
Parameter | Type | Use | Description |
---|---|---|---|
URL | The URL of the file containing the data. URLs with file-protocol are normally not allowed. In a local customer installation it may be allowed. When login is required for accessing the URL, user and password can be specified in the URL like this: http://username:password@hostname/ (note that passing login information like this is not possible in IE9). | ||
Key Field | string | default: | The name of the field that contains identities for each geometry. If you leave the field empty a key field will be generated. |
File Type | string | default:Auto | The type of file. Allowed values are:
|
Character encoding | string | default: | For some formats (like ESRI Shape) the character encoding is not defined in the format. This gives a way to provide this information. For most formats this property is ignored. Uses the Java character encodings available. |
Expected Geometry Type | string | default:Auto |
|
CRS | string | default:Auto | CRS of the data to load. The data will be projected from this CRS to WGS84 (EPSG:4326) before being loaded into the app. If set to Auto or if empty it will try to parse it from the file. If no CRS is found in the file, then EPSG:4326 (WGS84) is used. |
HTH
Hello Michael
I am using Dissolve method to create a polygon. We have some maps in Qlikview using Qlikmaps 3.0 and it is expected to pass boundary file. The output of dissolve is lat, long combinations. Is there ability to create boundary file using those coordinates
Thanks
Vaibhav
Hi,
QGA Dissolve input is table of polygons and a table with info wich polygons that should be merged.
QGA Dissolve is not making polygons from lat long points.
QGIS (www.qgis.org) can be used for that: Geoprocessing tools -> Vector -> Convex Hull or Vector->Geomtery tools->Voronoi polygons
Thanks,
Patric