Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] remove edge by type syntax
  • From: Xun Liu <xliu8@xxxxxxxxxxxxx>
  • Date: Wed, 23 Sep 2020 00:17:09 +0000
  • Accept-language: de-DE, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=villanova.edu; dmarc=pass action=none header.from=villanova.edu; dkim=pass header.d=villanova.edu; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=HDk3ievU8st9ip4EEAKC2QdSigE1EY7Yfi6jabtBYM4=; b=D8aDTcLXVaiXbFJJnymxRyoWR0PNVi2lDiRb4HIQMWShGrqV9qChDOU8WxwZOqC0us48y8cOtB85Kf+P2no7pnaCgGxS4ptrx73ybuE6l5siAgEWtHCy9vCWl740l4kQ0vh6Bi6XXJhbmh8cqeC8vdPSovohsePhpj1cDz/T2alpdM/z2Ozh9Dk6QpsvGSO2i4ls0r6SZsRHasI3PBnBNToyqsCYRTXsl8DXv6NVlh3MdKTibXA8O2aGAZEGe/DXUARX+67+mYrt2tZ3c1uimxpkqK+MJNnaKqUnO0TKJBa91Ac10HTK3gAM0HD2NnGy5TvrJkGDm6xBqmz7fues8A==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=biC6tniUQi7m9N//DFrlwQQ3Hn6qb5KijElJNRRtNpYa1nnyVcxdoLY15M8iijH6JUlz2SykqX7fmvcAesVoaj+6NSnxuY2k3DIzM6vlgstKpBqzKq/Vvzx4LOZITk7IkgdyY5gHdHV50rjGxFLrLKPD/RYKLZjKkfEgIluxfB+aLwFfl3NZhw9UELR73lM0aZrQYzu0lT45AI3/IKhz4ilm2TP7xunSdAsahYWZUfooVIb2R/Da5tJgAA3aW7KgFnFsoYAFAVt2Fs2Ve0c01PulQQo5z9JiDAyUaV0E9CvsQuI/ZX5TPhLb0gtVRt+Bb/GCbjKdNRnVEu8v5+W29g==
  • Delivered-to: sumo-user@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/sumo-user>
  • List-help: <mailto:sumo-user-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AdaRPkkbjc1OXamyT062zxAai6JGVg==
  • Thread-topic: remove edge by type syntax

Hello everyone,

 

I am trying to convert OSM map to a net file using the command netconvert. During this process I want to remove edges with type=”railway.subway” and type=”railway.rail” in the map. I found the command --remove-edges.by-type, but I am confused how it works.

 

Should the syntax be:

netconvert … --remove-edges.by-type: ”railway.subway”, ”railway.rail”?

 

Best,

Xun


Back to the top