21 Commits

Author SHA1 Message Date
Blottiere Paul
67247673a8 Get prepared for v1.2.1 2020-01-07 23:41:24 +01:00
Éric Lemoine
32df91f46a Get prepared for v1.2.0 2018-08-22 11:09:17 +02:00
Éric Lemoine
60314d453e Update the NEWS file for v1.1.1 2018-06-12 09:37:33 +02:00
Éric Lemoine
8ae84ee3ac Update the NEWS file 2018-04-30 11:00:05 +02:00
Éric Lemoine
b65c4f247f Update the NEWS file 2018-04-30 10:58:06 +02:00
Ludovic Delauné
77724fd78c doc: fix README&NEWS, pc_boundingdiagonal doesn't exists 2017-05-31 10:42:29 +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
eb0c186758 Update the NEWS file 2017-04-03 16:01:38 +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
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
Blottiere Paul
29c8e1c12a update NEWS file for LAZ compression (#107) 2016-06-15 10:19:19 +02:00
Sandro Santilli
7fdcd49480 Add pc_lib_version(), pc_script_version() and compare in pc_version()
Fixes #40
2015-08-17 18:33:03 +02:00
Sandro Santilli
9ff42f8ade Import 1.0.1 section in NEWS file 2015-08-09 11:10:11 +02:00
Vincent Picavet
a94e4c045d Fix PG 9.5 compatibility. 2015-07-30 17:26:54 +02:00
Sandro Santilli
3612254615 Add PC_Upgrade item 2015-05-15 16:06:50 +02: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
5c7e760632 Add news entry about truncation warning 2015-04-21 14:09:24 +02:00
Sandro Santilli
11012357fd Support sigbits encoding for 64bit integers
Fixes #61
2015-04-02 16:26:30 +02:00
Sandro Santilli
ff84209144 Add note about aliases for the 1.0.0 release 2015-03-19 17:20:37 +01:00
Sandro Santilli
0fe2002210 Add NEWS file 2015-03-19 17:06:23 +01:00