John Krauss
|
d3a57e637c
|
keep track of table_id in obs_meta and geometryscores, use obs_getmeasure*multi for obs_getmeasure
|
2016-12-21 21:53:53 +00:00 |
|
John Krauss
|
24587b7e03
|
switch over to multi for the "split" test
|
2016-12-19 16:49:50 +00:00 |
|
John Krauss
|
2398b0268f
|
major performance speedup for obs_getmeasuremeta
|
2016-12-16 21:54:42 +00:00 |
|
John Krauss
|
4c6d854e81
|
Merge branch 'release-v-1.1.7' into obs_getmeasure_res_bypass
|
2016-12-16 18:01:17 +00:00 |
|
John Krauss
|
fd32f962f2
|
remove failing MX test
|
2016-12-15 20:19:12 +00:00 |
|
John Krauss
|
462eed1d61
|
update NEWS.md and PULL_REQUEST_TEMPLATE.md
|
2016-12-15 19:56:42 +00:00 |
|
John Krauss
|
5a5d5a9386
|
tests pass, although obs_getmeasure performance suffers
|
2016-12-14 22:58:22 +00:00 |
|
John Krauss
|
88d1145c12
|
fix issue with NULL being passed into obs_getmeasure, add tests for obs_getmeasuremeta and obs_getmeasuredata
|
2016-12-13 15:43:04 +00:00 |
|
csobier
|
8455468ad0
|
Merge pull request #238 from CartoDB/csobier-patch-1
missed tool name in docs
|
2016-12-13 07:17:40 -05:00 |
|
John Krauss
|
9567f52a36
|
minor tweaks to obs_getmeasuremeta and obs_getmeasuredata, good behavior for geometryscores even when null is passed as desired_num_geoms
|
2016-12-13 00:14:19 +00:00 |
|
John Krauss
|
fad7bb991b
|
split obs_getmeasuremeta and obs_getmeasuredata
|
2016-12-12 23:10:12 +00:00 |
|
John Krauss
|
d17b865648
|
add test that takes out the geom component
|
2016-12-12 21:49:00 +00:00 |
|
John Krauss
|
d4e6e7ac95
|
use obs_column_table_tile_raster with simpler bands for faster performance
|
2016-12-12 21:25:59 +00:00 |
|
csobier
|
e77ebe7bb1
|
missed tool
Totally missed mention of Editor here, changed to Builder.
|
2016-12-12 13:50:59 -05:00 |
|
John Krauss
|
82137d5679
|
Merge branch 'develop' into raster-simplification-experiments
|
2016-12-12 17:36:12 +00:00 |
|
Mario de Frutos
|
d745f07cac
|
Merge pull request #237 from CartoDB/develop
Version 1.1.6 release artifacts
|
2016-12-12 16:45:08 +01:00 |
|
Mario de Frutos
|
aa3e0ed76b
|
Version 1.1.6 release artifacts
|
2016-12-12 16:44:36 +01:00 |
|
Mario de Frutos
|
f378e75d4c
|
Merge pull request #236 from CartoDB/develop
Release 1.1.6
|
2016-12-12 16:24:31 +01:00 |
|
Mario de Frutos
|
f97482f3fb
|
Merge pull request #234 from CartoDB/release-v-1.1.6
Release v 1.1.6
|
2016-12-12 16:23:09 +01:00 |
|
Mario de Frutos
|
36f1c1974a
|
Merge pull request #235 from CartoDB/develop
Docs update
|
2016-12-12 09:36:36 +01:00 |
|
John Krauss
|
21b108d32c
|
move redundant aggregates to CTE
|
2016-12-09 22:31:29 +00:00 |
|
John Krauss
|
9f640f0c35
|
use simple envelope for very complex geometries in obs_getgetgeometryscores
|
2016-12-09 21:47:30 +00:00 |
|
John Krauss
|
95b6cba085
|
remove some unnecessary calculations from obs_getgeometryscores, yields QPS improvement from about 20 to 30
|
2016-12-09 21:06:42 +00:00 |
|
John Krauss
|
6a6d1bc3e4
|
Merge branch 'release-v-1.1.6' into raster-simplification-experiments
|
2016-12-09 19:38:12 +00:00 |
|
John Krauss
|
99166d1b4e
|
update NEWS.md
|
2016-12-08 21:59:32 +00:00 |
|
John Krauss
|
e33bcae964
|
add several ignored MX measures likely due to new geometry scoring
|
2016-12-08 03:21:04 +00:00 |
|
John Krauss
|
48a8df8b98
|
switch brazil testpoint
|
2016-12-08 03:13:55 +00:00 |
|
John Krauss
|
4b9ba06b42
|
fix lat/lng switch for brazil
|
2016-12-08 02:55:53 +00:00 |
|
john krauss
|
209832e38d
|
Merge pull request #233 from CartoDB/fix-area-getmeasure-denom-zerodiv
fix divide-by-zero condition with obs_getmeasure(area) using denominator
|
2016-12-07 21:28:41 -05:00 |
|
John Krauss
|
7373794c30
|
fix divide-by-zero condition with obs_getmeasure(area) using denominator
|
2016-12-08 02:32:03 +00:00 |
|
John Krauss
|
1a2e1dd8c9
|
Merge branch 'remove-format-literals' into release-v-1.1.6
|
2016-12-08 02:29:21 +00:00 |
|
John Krauss
|
14b82a0e09
|
Merge remote-tracking branch 'origin/release-v-1.1.6' into release-v-1.1.6
|
2016-12-08 02:29:06 +00:00 |
|
John Krauss
|
7e20a200c1
|
Merge branch 'complex-geom-perf-improvements' into release-v-1.1.6
|
2016-12-08 02:28:53 +00:00 |
|
John Krauss
|
39473db14b
|
Merge branch 'improve-perftest' into complex-geom-perf-improvements
|
2016-12-08 02:21:29 +00:00 |
|
John Krauss
|
4d7fb145eb
|
Merge branch 'improve-perftest' into remove-format-literals
|
2016-12-08 02:21:12 +00:00 |
|
john krauss
|
8e51d33e4a
|
Merge pull request #232 from CartoDB/complex-geom-perf-improvements
Complex geom perf improvements
|
2016-12-07 21:20:29 -05:00 |
|
John Krauss
|
b7ee3a6d67
|
perftest updates, adding BR test point
|
2016-12-08 02:17:38 +00:00 |
|
csobier
|
d4dcb7f4ba
|
Merge pull request #228 from CartoDB/docs-1149-update-catalog-link
edited default tool, and updated link to html catalog
|
2016-12-07 12:11:37 -05:00 |
|
csobier
|
401317738f
|
edited default tool, and updated link to html catalog
|
2016-12-07 11:51:13 -05:00 |
|
John Krauss
|
1aca5b5ff0
|
Merge branch 'improve-perftest' into complex-geom-perf-improvements
|
2016-12-05 22:57:03 +00:00 |
|
John Krauss
|
521fcf9059
|
Merge branch 'improve-perftest' into remove-format-literals
|
2016-12-05 22:56:30 +00:00 |
|
John Krauss
|
255f8dc18e
|
support peristence of test results to JSON
|
2016-12-05 22:55:14 +00:00 |
|
John Krauss
|
463db99222
|
add perf tests for different geometry complexities as well as all code branches for getmeasure
|
2016-12-05 18:51:58 +00:00 |
|
John Krauss
|
59857355c7
|
simplifying raster experiments
|
2016-12-02 19:33:16 +00:00 |
|
John Krauss
|
44932be1f5
|
improvements to scoring, fixing oversimplification and removing some premature optimization
|
2016-12-01 21:50:39 +00:00 |
|
John Krauss
|
4ce1648550
|
score rasters with lots of missing space lower
|
2016-11-30 23:16:18 +00:00 |
|
John Krauss
|
ff0f6ea6e0
|
use st_subdivide to deal with more complex geometries
|
2016-11-30 23:15:30 +00:00 |
|
John Krauss
|
34a3aab323
|
remove redundant area checks from other polygon-based getmeasure branches
|
2016-11-30 17:24:45 +00:00 |
|
John Krauss
|
f32cc60d61
|
remove redundant area check
|
2016-11-30 17:15:39 +00:00 |
|
John Krauss
|
81c8fc316b
|
remove almost all %L formats, including all where geoms were dropped in
|
2016-11-30 16:53:22 +00:00 |
|