MBoustani / GISCube

Web Based GIS Application
Apache License 2.0
44 stars 11 forks source link

Process killed with message: not recognised as a supported file format #55

Open wenzeslaus opened 9 years ago

wenzeslaus commented 9 years ago

I've tried with data in "common GIS formats" from:

http://www.grassbook.org/data_menu3rd.php

I was able to see data from boundary_county.shp file which is in the tar.gz labeled "Vector maps in SHAPE format". However, as I was trying further (trying to upload more data), GISCube process ended with the output bellow:

[07/Feb/2015 16:40:00] "GET /static/uploaded_files/lc96ras_cut/7/37/75.png HTTP/1.1" 404 1718
ERROR 4: `/home/vagrant/GISCube/giscube_app/static/uploaded_files/boundary_county.dbf' not recognised as a supported file format.

ESRI Shapefile
ESRI Shapefile
ERROR 4: `/home/vagrant/GISCube/giscube_app/static/uploaded_files/boundary_county.prj' not recognised as a supported file format.

Format not found.
ERROR 4: `/home/vagrant/GISCube/giscube_app/static/uploaded_files/boundary_county.shx' not recognised as a supported file format.

ESRI Shapefile
ESRI Shapefile
ERROR 4: `/home/vagrant/GISCube/giscube_app/static/uploaded_files/.DS_Store' not recognised as a supported file format.

Format not found.
ERROR 4: `/home/vagrant/GISCube/giscube_app/static/uploaded_files/boundary_county.shp' not recognised as a supported file format.

ESRI Shapefile
ESRI Shapefile
ERROR 4: `/home/vagrant/GISCube/giscube_app/static/uploaded_files/elcontour1m.kml' not recognised as a supported file format.

Format not found.
GeoTIFF
ERROR 4: `/home/vagrant/GISCube/giscube_app/static/uploaded_files/boundary_county_wgs84.json' not recognised as a supported file format.

Killed

I've uploaded one KML and it also (correctly) asked me to upload the also the other files for the Shapefile. I haven't uploaded any JSON.

I suggest two things. From documentation, link some data you know it GISCube works well. Second, try the data I've tried. And of course, let me know if I should test some specific steps in more controlled environment.

I was using Vagrant installation.

MBoustani commented 9 years ago

Thanks for trying out @wenzeslaus. GISCube right now support any Shapefile (make sure to uploaded all required files), KML, GeoJSON, GeoTIFF, netCDF and HDF files.

Please ignore the logs being printed on terminal as they come from GDAL.

wenzeslaus commented 9 years ago

I had a suspicion that the messages are unrelated but it crashed on something, so I tried again and the precise really steps are upload boundary_county.*, use Visualizer, clicking back on Resources crashes/kills the process (output ends with Killed).

In both cases I had some TIFFs loaded (in case it this info influences something). I was able to go back to Resources when I had one TIFF and was adding another one.