97 Commits

Author SHA1 Message Date
Blottiere Paul
b464476f0d Update README 2020-04-16 19:45:00 +02:00
Blottiere Paul
74bb6a308d Add badge 2020-04-12 15:03:30 +02:00
Blottiere Paul
f55cd384fb Update readme 2019-12-29 22:39:25 +01:00
david watson
096fdbe726
Fix typo in README
Pedantic but correct...
2018-12-05 08:38:06 -05:00
Blottiere Paul
8308a99317 Update readme with pc_memsize documentation 2018-11-06 10:15:35 +01:00
The Alchemist
8bd969df26
Small typo 2018-06-17 17:31:21 -04:00
Blottiere Paul
063a5b1651 Remove GHT support 2018-06-14 18:34:05 +01:00
Karl Pietrzak
4f738eb072 Add PC_MakePatch(pcid integer, values float8[])
Add PC_MakePatch to create a patch from a pcid and an array of float8 values.
2018-06-14 18:49:52 +02:00
Éric Lemoine
73f32d5331 Improve doc for PC_FilterBetween 2018-06-12 16:54:56 +02:00
Éric Lemoine
6f66a31692 Indicate how to create an index based on PC_EnvelopeGeometry 2018-05-07 18:16:11 +02:00
Mathieu Brédif
cb6c631c33
Update README.md
typo fixing (PC_EnvelopeBinary -> PC_EnvelopeAsBinary)

Can't we say 1.2 instead of 2.0 ?
2018-04-27 12:09:14 +02:00
Éric Lemoine
19075af104 Drop CMake support for building 2018-04-27 07:31:11 +02:00
Éric Lemoine
4fd0d445f4 Mention --with-pgconfig in README 2017-06-02 10:46:03 +02:00
Ludovic Delauné
a2c5b280d1 doc: remove extra chars in README 2017-05-31 11:57:08 +02:00
Ludovic Delauné
77724fd78c doc: fix README&NEWS, pc_boundingdiagonal doesn't exists 2017-05-31 10:42:29 +02:00
Éric Lemoine
6a3d158e84 Improve PDAL pipeline in README
Fixes #179
2017-05-18 08:17:35 +02:00
Éric Lemoine
353450758f Add PC_Envelope back to the pointcloud extension
This commits adds `PC_Envelope` back to the pointcloud extension. This is to address the backward-compatibility issue raised in #168.
2017-04-26 18:06:07 +02:00
Éric Lemoine
d552002187 Add PC_Transform
This commit adds a `PC_Transform` function that returns a new patch with its data transformed based on the passed `pcid`.

In contrast to `PC_SetPCId` this function may reinterpret the data if dimension interpretations, scales or offsets are different in the new schema. In the future `PC_Transform` will also re-project the patch data if the schema `srid` has changed, but that is not yet supported.
2017-04-26 16:46:40 +02:00
Éric Lemoine
9491f09dc6 Add PC_SetPCId
This commit adds a `PC_SetPCId` function that can be used to change the schema of a patch.
2017-04-12 09:15:48 +02:00
Éric Lemoine
7dd0bccfee Add a PC_BoundingDiagonal(p pcpatch) function 2017-04-03 16:01:38 +02:00
Éric Lemoine
4f033847fe Add a PC_BoundingDiagonalAsBinary(p PCPATCH) function 2017-04-03 11:29:13 +02:00
Mathieu Brédif
7da35f0699 PC_EnvelopeAsBinary -> bytea, PC_Envelope -> geometry 2017-04-01 09:38:02 +02:00
Éric Lemoine
67d5b88176 Merge pull request #152 from elemoine/pc-range
Add PC_Range(p PCPATCH, first int4, count int4)
2017-03-30 11:48:26 +02:00
Éric Lemoine
6eae998708 Add an SQL Tests section to README.md 2017-03-30 09:06:19 +02:00
Blottiere Paul
fb5f1dcca4 Add PC_Range(p PCPATCH, first int4, count int4)
This commit adds a PC_Range function. This function returns a patch of "count" points. These points are selected from the start-th point in the input patch.
2017-03-30 09:03:04 +02:00
Tushar Dadlani
36ff799e7a Update README.md
Remove extra closing parenthesis.
2017-03-27 13:03:40 -07:00
Éric Lemoine
e48a51a40e Use SVG for Build Status icon/link in README 2017-03-18 16:11:07 +01:00
Éric Lemoine
00c366f387 Use JSON for the PDAL pipeline in README 2017-03-18 16:07:18 +01:00
Éric Lemoine
8b76998ed9 Format URL using md rather than rst in README 2017-03-18 15:49:03 +01:00
Éric Lemoine
0f98a1bc0b Do not cover the building of PDAL in README
and rely on PDAL's documentation for that.
2017-03-18 15:48:41 +01:00
Éric Lemoine
e78cc422ff Use better PDAL URL in README 2017-03-18 15:46:26 +01:00
Éric Lemoine
67c55676f6 Remove extra space in README 2017-03-18 15:45:51 +01:00
Mathieu Brédif
68caab7ae1 PC_Sort and PC_IsSorted (#106)
* PC_Sort and PC_IsSorted

* fixing -Wdeclaration-after-statement warnings

* using sort_r for a portable definition of qsort_r/qsort_s

* uncompression fallback for lazperf/is_sorted

* NEWS updated, sort_r github reference and README added
2017-01-29 23:12:31 +01:00
Éric Lemoine
28e6b977c6 Add check and installcheck targets to CMake-based Makefile (#129)
* Add check and installcheck targets to CMake-based Makefile

* Indicate how to run unit-tests in README file
2017-01-27 17:40:46 +01:00
Blottiere Paul
68c688b688 fix README (#109) 2016-06-16 08:23:32 +02:00
Paul Ramsey
211258b78d Merge pull request #105 from pblottiere/laz
Add lazperf pcpatch
2016-06-14 05:59:51 -07:00
Blottiere Paul
b3764bd5dc Add lazperf pcpatch 2016-06-14 10:22:16 +02:00
Mathieu Brédif
3eeae8ef06 readme 2016-03-09 16:38:39 +01:00
Sandro Santilli
38944e72df Implement PC_Patch{Min,Max,Avg}(PcPatch) returns PcPoint
Closes #77

NOTE: changes the C function signature so you need to properly
      upgrade scripts for things to work again.
2015-05-15 15:19:47 +02:00
Sandro Santilli
79f6b701b1 PDAL writer plugin for pgpointcloud does not take a "capacity" param
See #48
2015-05-08 10:08:20 +02:00
Sandro Santilli
3c37e6d6fa Add "type" field in the example PC_Summary output 2015-04-24 16:44:23 +02:00
Sandro Santilli
6fd8dc6b47 Document PC_Compress function 2015-04-13 17:07:14 +02:00
Sandro Santilli
3b569a59b2 Revert "Adding minimal doc for #67"
This reverts commit c9068c712705b3aa351599685d5b7155e4e45da3.

It documents a still unavailable function. To be added later.
2015-04-13 09:51:07 +02:00
Remi-C
c9068c7127 Adding minimal doc for #67 2015-04-10 12:50:58 +02:00
Sandro Santilli
3fe9d4599f Implement PC_Summary(pcpatch)
Includes test and docs
2015-03-19 16:54:09 +01:00
Sandro Santilli
d2809bf98a Add PC_PCId documentation in README 2015-03-18 18:05:01 +01:00
Sandro Santilli
4647186b74 Fix availability info for PC_Get(pcpatch) in README 2015-03-18 17:32:54 +01:00
Sandro Santilli
2ecca0b602 Expose PC_Get(pcpoint) returning an array of float8 at the SQL level
Initial code by Remi-C, refactored to reduce code extent and equipped
with regress test.
2015-02-12 12:08:23 +01:00
Sandro Santilli
cdbf2837a6 Enable travis-ci 2015-02-04 10:04:09 +01:00
Remi-C
604fcd352d fixing the missing attribute for correct wkb uncompressed patch 2015-01-22 15:45:03 +01:00