danioxoli / HotSpotAnalysis_Plugin

A QGIS plugin for hotspot analysis
GNU General Public License v3.0
55 stars 12 forks source link

Document restriction to ESRI Shapefile format #34

Closed kannes closed 5 years ago

kannes commented 5 years ago

This plugin seems to only support ESRI Shapefiles, not anything in loaded in QGIS with QGIS' abstractions. Please document that prominently, e.g. with a note in the plugin description.

I tested with both a GeoPackage and a GML layer, there were not displayed in the plugin's dropdown layer chooser.

danioxoli commented 5 years ago

Dea Kannes,

the exclusive support of Shapefile is clearly states in the current plugin description:

The Plugin implements Local Indicators of Spatial Association (LISA) statistics to perform the Hotspot (Getis-Ord Gi*) and Clusters (Moran's I) analysis and links them to maps. Input data must be a shapefile of points or polygons with an associated projected coordinate system and (at least) one numeric attribute. The plugin requires Pysal (see the repository for installation instruction).

I hope soon to have time to extend the I/O capabilities of the plugin to overcome these issues.

Best,

Daniele

kannes commented 5 years ago

Hey Daniele, I did not notice that and people tend to use the term "shapefile" ambigiously. Maybe you could add linebreaks to the text and write "ESRI Shapefile" or "Shapefile", that should make it more clear.

danioxoli commented 5 years ago

Thank you, I will!