Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Jul 12, 2024
1 parent e3b9f0e commit 77165ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Untwine

Untwine is software from [Hobu, Inc.](https://hobu.co) for creating [Entwine Point Tile](https://entwine.io/entwine-point-tile.html) (EPT)
Untwine is software from [Hobu, Inc.](https://hobu.co) for creating [Entwine Point Tile](https://entwine.io/entwine-point-tile.html) (EPT)
or [Cloud Optimized Point Cloud](https://copc.io/) (COPC) web services from [PDAL](https://pdal.io)-readable point cloud data sources. It
provides an alternative processing approach than the [Entwine](https://entwine.io)
software, but the output is expected to be compatible EPT/COPC.
Expand Down Expand Up @@ -54,9 +54,9 @@ Options

Input files or directories containing input files. [Required]

- output_dir
- output_file

Output directory. [Required]
Output file. [Required]

- a_srs

Expand Down
2 changes: 1 addition & 1 deletion epf/Writer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ void Writer::run()
std::lock_guard<std::mutex> lock(m_mutex);
if (!out)
{
m_pool.setError("EPF Failure writing to '" + path(wd.key) + "'.");
m_pool.setError("Failure writing to file '" + path(wd.key) + "'.");
m_stop = true;
}
else
Expand Down

0 comments on commit 77165ae

Please sign in to comment.