eclipse-sumo / sumo

Eclipse SUMO is an open source, highly portable, microscopic and continuous traffic simulation package designed to handle large networks. It allows for intermodal simulation including pedestrians and comes with a large set of tools for scenario creation.
https://eclipse.dev/sumo
Eclipse Public License 2.0
2.58k stars 1.44k forks source link

refactor shapefile import (projection / gdal usage) (trac #131) #131

Closed behrisch closed 6 years ago

behrisch commented 15 years ago

There should be one place in the code where projection is handled. Furthermore it is probably enough to use shapelib for the shapes import and we do not need the full gdal package.

Migrated from http://sumo.dlr.de/ticket/131

{
    "status": "new", 
    "changetime": "2013-05-28T08:15:33Z", 
    "description": "There should be one place in the code where projection is handled. Furthermore it is probably enough to use shapelib for the shapes import and we do not need the full gdal package.", 
    "reporter": "behrisch", 
    "cc": "", 
    "resolution": "", 
    "_ts": "1369728933000000", 
    "component": "net building (NETGEN, NETCONVERT)", 
    "summary": "refactor shapefile import (projection / gdal usage)", 
    "priority": "minor", 
    "keywords": "", 
    "time": "2009-09-02T09:01:22Z", 
    "milestone": "1.0.0", 
    "owner": "", 
    "type": "enhancement"
}
behrisch commented 15 years ago

@behrisch changed summary from "refactor arcview import (projection / gdal usage)" to "refactor shapefile import (projection / gdal usage)"

behrisch commented 15 years ago

@dkrajzew changed milestone from "" to "0.12.0"

behrisch commented 15 years ago

@behrisch changed milestone from "0.12.0" to "1.0.0"

behrisch commented 15 years ago

@behrisch changed priority from "major" to "minor"

behrisch commented 6 years ago

@namdre I would like to close this as wontfix. We will not remove gdal since we use it in other places too and the projection refactoring is not worth the effort IMHO.