Hi, I am having problems when uploading my .csv file. I am getting the following message: java.lang.NullPointerException it seems to be something to do with my 1st row... 1 = [1, "Ycoordinate", "Xcoordinate"]</html> Any thoughts? Thanks in advance asked 19 Apr '18, 17:41 joana melo |
Ciao Joana, To clarify the question a bit:
Thanks! answered 20 Apr '18, 12:17 collectearth ♦ |
Hi, thanks for trying to help. I have a CSV file that follows your template "simple_ipcc_survey" which I am trying to use in Collect Earth by using the project "simple_ipcc_survey" and my CSV (by selecting the path to my CSV in the sheet "Sample data").
id,YCoordinate,XCoordinate 1,12.3893434200,-14.8949462500 2,12.3897688800,-14.8996870100
org.openforis.collect.earth.sampler.processor.AbstractPolygonKmlGenerator.getTemplateData(AbstractPolygonKmlGenerator.java:125) ~[collect-earth-sampler-1.6.27.jar:?] In the meantime I did some random things:
It seemed completely random, so I don't really know what was wrong, but the thing is it is working now. So thanks again, but I don't think you need to bother with this anymore :) answered 20 Apr '18, 12:41 joana melo |