Greyhound is a point cloud streaming server. It should be considered deprecated for now. Use Entwine and Entwine Point Tile directly if you just want to serve point cloud web services.
It would be useful for Greyhound to support data staging operations. For example, a big query returns ~20 million points. If the server supported staging (user configurable), the results of that query could be posted there and the URL returned to the caller (&stage=true or something).
It would be useful for Greyhound to support data staging operations. For example, a big query returns ~20 million points. If the server supported staging (user configurable), the results of that query could be posted there and the URL returned to the caller (
&stage=true
or something).