Ticket #32 (closed task: fixed)

Opened 15 months ago

Last modified 13 months ago

Complete implementation of las2ogr utility

Reported by: mloskot Owned by: mloskot
Priority: minor Milestone: 1.0
Component: Utilities Version: svn-trunk
Keywords: ogr shapefile translation Cc:
LAS Format Version: Not Applicable

Description (last modified by mloskot) (diff)

The las2ogr tool is in pre-alpha state. There is number of missing features:

  • input parameters parsing
    • input dataset
    • output dataset
    • target OGR format
    • --help
  • add usage message
  • ...

There is no API in OGR to hook processing progress, so we need to think of something on our own.

Change History

Changed 14 months ago by mloskot

  • owner changed from hobu to mloskot
  • status changed from new to assigned

Changed 14 months ago by mloskot

  • las_format set to Not Applicable

Ported to use OGR C API (r753)

Changed 14 months ago by mloskot

  • version changed from 1.0 to svn-trunk

Changed 13 months ago by mloskot

  • milestone set to 1.0

Implemented most of planned features (r764)

Fancy progress message is left to be done.

Changed 13 months ago by mloskot

  • description modified (diff)

Changed 13 months ago by mloskot

  • status changed from assigned to closed
  • resolution set to fixed

Implemented processing progress as term_progress function (r771). Ticket fixed.

Note: See TracTickets for help on using tickets.