Skip to content

Commit

Permalink
EPT addon writer doc fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
connormanning committed Mar 5, 2019
1 parent d654409 commit a0f2915
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions doc/stages/readers.ept.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ resolution
The resulting resolution may not be exactly this value: the minimum possible resolution that is at *least* as precise as the requested resolution will be selected. Therefore the result may be a bit more precise than requested.

addons
A mapping of assignments of the form ``DimensionName: AddonPath``, which assigns dimensions from the specified paths to the named dimensions. These addon dimensions are created by the `EPT writer`_. If the dimension names already exist in the EPT `Schema`_ for the given resource, then their values will be overwritten with those from the appropriate addon.
A mapping of assignments of the form ``DimensionName: AddonPath``, which assigns dimensions from the specified paths to the named dimensions. These addon dimensions are created by the :ref:`writers.ept_addon`_. If the dimension names already exist in the EPT `Schema`_ for the given resource, then their values will be overwritten with those from the appropriate addon.

Addons may used to override well-known dimensions (see `Dimensions`_). For example, an addon assignment of ``"Classification": "~/addons/autzen/MyGroundDimension/"`` will override an existing EPT ``Classification`` dimension with the custom dimension.
Addons may used to override well-known :ref:`dimensions`_. For example, an addon assignment of ``"Classification": "~/addons/autzen/MyGroundDimension/"`` will override an existing EPT ``Classification`` dimension with the custom dimension.

origin
EPT datasets are lossless aggregations of potentially multiple source files. The *origin* options can be used to select all points from a single source file. This option may be specified as a string or an integral ID.
Expand All @@ -61,7 +61,5 @@ threads
.. _Entwine: https://entwine.io/
.. _Potree: http://potree.entwine.io/data/nyc.html
.. _Plasio: http://speck.ly/?s=http%3A%2F%2Fc%5B0-7%5D.greyhound.io&r=ept%3A%2F%2Fna.entwine.io%2Fnyc&ca=-0&ce=49.06&ct=-8239196%2C4958509.308%2C337&cd=42640.943&cmd=125978.13&ps=2&pa=0.1&ze=1&c0s=remote%3A%2F%2Fimagery%3Furl%3Dhttp%3A%2F%2Fserver.arcgisonline.com%2FArcGIS%2Frest%2Fservices%2FWorld_Imagery%2FMapServer%2Ftile%2F%7B%7Bz%7D%7D%2F%7B%7By%7D%7D%2F%7B%7Bx%7D%7D.jpg
.. _Dimensions: https://pdal.io/dimensions.html
.. _Schema: https://entwine.io/entwine-point-tile.html#schema
.. _EPT writer: https://pdal.io/stages/writers.ept.html

0 comments on commit a0f2915

Please sign in to comment.