root676 / QNEAT3

QNEAT3 - Qgis Network Analysis Toolbox 3
GNU General Public License v3.0
63 stars 12 forks source link

I have an OD matrix issue. All result values of OD matrix are output as NULL values. #53

Closed minseonee closed 1 year ago

minseonee commented 2 years ago

I am currently conducting an experiment related to forest fire research. OD matrix was conducted to measure the distance between the coordinates of forest fires in certain areas of Korea and major tourist destinations. I tried both because I wasn't sure how to proceed between "OD matrix from Layers as Lines" and "OD matrix from Layers as Table."

In the case of 'as Lines', the NULL value is output as follows. I'm not sure why, so I don't even know what data to modify. as Lines

In the case of 'as Table', it appears that the result shp file could not be generated as follows. Get the calculated layer. The next layer was not properly created. • D:/odmatrix/2015GangneungTable.shp To find more information related to algorithm execution, check the 'Log Message Panel' in the QGIS main window. as Table

image and this is how i upload and check my files..

I'm eagerly waiting for your help. I will attach the files I put as input files and the corresponding qgis file. https://drive.google.com/file/d/118_AruYCrvkOIUVonFC7R9F7yebAagyH/view?usp=sharing

((I wanted to upload files but i couldn't... I'm sorry for uploading the files as url ㅠㅠ))

matthewmeadows81 commented 2 years ago

Ensure each layer has the same EPSG, the point layers are point layers and not multipoint. Use multipart to single part on the point layers if they are multipoint.