Esri / i3s-spec

This repository hosts the specification for Scene Layers which are containers for arbitrarily large amounts of geographic data. The delivery and persistence model for Scene Layers, referred to as Indexed 3d Scene Layer (I3S) and Scene Layer Package (SLPK) respectively, are specified.
Other
319 stars 85 forks source link

I3S convert tool is failed #47

Closed giserHacter closed 4 years ago

giserHacter commented 5 years ago

hello! there are some errors when i use the i3s_converter tool,the slpk is producted by arcgis pro and the error is "Failed to decode image nodes/19-1-0-0-0-2-0/textures/0_0 using method jpg". Can you add an error skip command to you program,eg:try sth except pass. IMG_2446

jfoster126 commented 5 years ago

Hi @giserHacter ,

There are two possible cases:

  1. Texture file is corrupted/truncated/non-baseline JPG
  2. File is declared as JPG in the “shared” JSON resource but is actually something else (PNG or DDS ?)

Would you be willing to share this particular data with us? Thanks.