Skip to content

Commit 3f66e5c

Browse files
committed
Update README tags
1 parent 37adfe7 commit 3f66e5c

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## [Unreleased]
44
## [0.4.0] - 2018-10-15
55
### Changed
6-
- Support all LAS/LAZ versions and point formats
6+
- Support all LAS/LAZ versions and point formats (without waveform data)
77

88
## [0.3.0] - 2018-10-15
99
### Changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
| **Build Status** |
2-
|:------------------------------------------------------------------:|
3-
| [![Actions Status](https://github.com/msbahal/LasIO.jl/workflows/Linux/badge.svg)](https://github.com/msbahal/LasIO.jl/actions) [![Actions Status](https://github.com/msbahal/LasIO.jl/workflows/Windows/badge.svg)](https://github.com/msbahal/LasIO.jl/actions) |
4-
5-
61
# LasIO
72

3+
[![Build Status](https://travis-ci.com/visr/LasIO.jl.svg?branch=master)](https://travis-ci.com/github/visr/LasIO.jl)
4+
[![Build status](https://ci.appveyor.com/api/projects/status/github/visr/LasIO.jl?svg=true&branch=master)](https://ci.appveyor.com/project/visr/lasio-jl/branch/master)
5+
86
Julia package for reading and writing the LAS lidar format.
97

108
This is a pure Julia package for reading and writing ASPRS `.las` files. Currently all LAS versions 1.1 - 1.4 and point formats 0 - 10 are semi-supported. By semi-supported, we mean that we do not read or write the waveform data.

0 commit comments

Comments
 (0)