Git Product home page Git Product logo

Comments (6)

fxi avatar fxi commented on June 29, 2024

The .ige is the spill file, and this is expected. It should be readable in AccessMod, especially since issue #270 was resolved.
-> If I remember correctly, the .img file (HFA -- Erdas Imagine) was selected as it was the most compatible format among R, ArcGIS, QGIS, and GDAL, including partial support for color tables.
The fact that the zip file is small, but the uncompressed raster is large, is likely due to a high number of null values, which are easily compressible.

Can you explain briefly the problematic workflow ?

from accessmod.

YG1975 avatar YG1975 commented on June 29, 2024

After some new tests here are some results:

  1. I re-created a landcover merge and exported it
  2. the zip file contains: .txt, .ige and .img files
  3. I can display the .img file in QGIS
  4. trying to re-import the landcover merge into AccessMod (.img file), I get the following error:
image

from accessmod.

fxi avatar fxi commented on June 29, 2024

As indicated in #270, both .ige and .img files should be re-imported together, similar to how shapefile components .shp, .prj, and .dbf are handled.
This is the approach QGIS takes: it reads the .img file, which directs it to a list of "spill" files, typically .ige files, and loads them as a layer. QGIS can perform this task because it has access to the filesystem, but AccessMod (running in Docker) does not.

from accessmod.

YG1975 avatar YG1975 commented on June 29, 2024

Thank you. It worked better (the import was done, but I needed to modify the settings as the .ige file was larger than 2GB) but not yet sucessfully as I had the following message:
image

Additionnally, I am also facing the following issues when performing the accessibility analysis (for traveltime raster and cost allocation raster): even though I indicated a value of 0 for the maximum travel time, the output rasters seem only partially filled when exporting in QGIS (the cost allocation raster contains both .ige and .img files, while the traveltime only contain .img file)...not sure if it is an AccessMod issue or a data issue :
Travel time:
image
image

Cost allocation:
image

from accessmod.

fxi avatar fxi commented on June 29, 2024

Ok, multi file import issue reproduced + solved, available in 5.8.1-alpha.7.

from accessmod.

YG1975 avatar YG1975 commented on June 29, 2024

I tried again with AccessMod 5.8.1-alpha.7 and the multi file (.ige and .img) import worked fine this time. Only the issue of the strange accessibility raster remains, but I believe this is a separate issue linked to data and we can close this thread related to .ige file if you agree

from accessmod.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.