Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
gms_preprocessing
gms_preprocessing
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 29
    • Issues 29
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • geomultisens
  • gms_preprocessinggms_preprocessing
  • Issues
  • #78

Closed
Open
Opened Feb 25, 2018 by Daniel Scheffler@danschefOwner

'LineString' object has no attribute 'exterior'

scene_ID: 26973846

Traceback (most recent call last):
  File "/home/gfz-fe/scheffler/python_deployed/gms_preprocessing/gms_preprocessing/misc/exception_handler.py", line 91, in wrapped_GMS_mapper
    self.GMS_objs = GMS_mapper(GMS_objs, **kwargs)
  File "/home/gfz-fe/scheffler/python_deployed/gms_preprocessing/gms_preprocessing/model/gms_object.py", line 1805, in wrapped_GMS_mapper
    GMS_objs = GMS_mapper(GMS_objs, **kwargs)
  File "/home/gfz-fe/scheffler/python_deployed/gms_preprocessing/gms_preprocessing/processing/pipeline.py", line 221, in L2C_map
    [MGRS_tile.to_ENVI(compression=CFG.output_data_compression) for MGRS_tile in L2C_MRGS_tiles]
  File "/home/gfz-fe/scheffler/python_deployed/gms_preprocessing/gms_preprocessing/processing/pipeline.py", line 221, in <listcomp>
    [MGRS_tile.to_ENVI(compression=CFG.output_data_compression) for MGRS_tile in L2C_MRGS_tiles]
  File "/home/gfz-fe/scheffler/python_deployed/gms_preprocessing/gms_preprocessing/model/gms_object.py", line 1242, in to_MGRS_tiles
    v=v)
  File "/home/gfz-fe/scheffler/python_deployed/gms_preprocessing/gms_preprocessing/model/dataset.py", line 508, in get_subset_obj
    sub_GMS_obj.mask_nodata, assert_four_corners=False, algorithm='shapely')
  File "/home/gfz-fe/scheffler/python_deployed/py_tools_ds/py_tools_ds/geo/coord_calc.py", line 72, in calc_FullDataset_corner_positions
    poly.exterior.coords))).convex_hull  # eliminiate duplicates except of 1 (because poly is closed)
AttributeError: 'LineString' object has no attribute 'exterior'
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: geomultisens/gms_preprocessing#78