Skip to content

Commit

Permalink
Fix spelling of company and product names. (#1918)
Browse files Browse the repository at this point in the history
  • Loading branch information
riegl-aw authored and hobu committed Apr 10, 2018
1 parent 71ea13a commit e9353e6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions doc/stages/readers.rxp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
readers.rxp
===========

The **RXP reader** read from files in the RXP format, the in-house streaming format used by `RIEGL Laser Measurement Systems`_.
The **RXP reader** read from files in the RXP format, the in-house streaming format used by `RIEGL Laser Measurement Systems GmbH`_.

.. warning::
This software has not been developed by RIEGL, and RIEGL will not provide any support for this driver.
Expand Down Expand Up @@ -85,6 +85,6 @@ max_reflectance
The high end of the reflectance-to-intensity map.
[default: 5.0]

.. _RIEGL Laser Measurement Systems: http://www.riegl.com
.. _RIEGL Laser Measurement Systems GmbH: http://www.riegl.com
.. _RIEGL download pages: http://www.riegl.com/members-area/software-downloads/libraries/
.. _the optional library documentation: http://www.pdal.io/compilation/unix.html#configure-your-optional-libraries
4 changes: 2 additions & 2 deletions doc/workshop/exercises/georeferencing/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Georeferencing
=================

.. index:: georeferencing, Optech, Riegl, GNSS/IMU, csd, UTM, WGS84
.. index:: georeferencing, Optech, RIEGL, GNSS/IMU, csd, UTM, WGS84

.. include:: ../../includes/substitutions.rst

Expand All @@ -22,7 +22,7 @@ and reproject that file into a UTM projection.

`Optech's <http://www.teledyneoptech.com/>`__ csd format is just one of
several vendor-specific data formats PDAL supports; we also support data
files directly from |Riegl| sensors and from several project-specific
files directly from |RIEGL| sensors and from several project-specific
government platforms.

Exercise
Expand Down
2 changes: 1 addition & 1 deletion doc/workshop/includes/substitutions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
.. |CRREL| replace:: `CRREL <http://www.erdc.usace.army.mil/Locations/ColdRegionsResearchandEngineeringLaboratory.aspx>`__
.. |Hobu| replace:: `Hobu <httsp://hobu.co/>`__
.. |Optech| replace:: `Optech <http://www.teledyneoptech.com/>`__
.. |Riegl| replace:: `Riegl <http://riegl.com/>`__
.. |RIEGL| replace:: `RIEGL <http://riegl.com/>`__
.. |Greyhound| replace:: `Greyhound <http://greyhound.io/>`__
.. |NCALM| replace:: `NCALM <http://ncalm.cive.uh.edu/>`__
.. |UTM| replace:: `UTM <https://en.wikipedia.org/wiki/Universal_Transverse_Mercator_coordinate_system>`__
Expand Down
2 changes: 1 addition & 1 deletion doc/workshop/slides/source/lidar_intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Georeferencing
How is LiDAR processed?
================================================================================

* Vendor-specific software (e.g. RiSCAN Pro and RiProcess, from |Riegl|)
* Vendor-specific software (e.g. RiSCAN PRO and RiPROCESS, from |RIEGL|)
* Other commercial softwares (e.g. TerraStation, QT Modeler)
* Mixed-source software (e.g. LASTools)
* Open-source software (e.g. CloudCompare, PDAL, laspy)
Expand Down
2 changes: 1 addition & 1 deletion plugins/rxp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set(RXP_TEST_NAME rxptest)
find_package(RiVLib COMPONENTS scanlib REQUIRED)
set_package_properties(RiVLib PROPERTIES
TYPE REQUIRED
PURPOSE "Read data from Riegl sensors"
PURPOSE "Read data from RIEGL sensors"
)

PDAL_ADD_PLUGIN(libname reader rxp
Expand Down

0 comments on commit e9353e6

Please sign in to comment.