Commit Graph
877 Commits
Author SHA1 Message Date
John Krauss 1b913c77c4 fix last oustanding bug with autotest 2017-03-08 23:18:07 +00:00
John Krauss 22eb6349c2 fix issues with python autotest failing for nulls, try removing case statements around geometries in getdata 2017-03-08 21:17:45 +00:00
John Krauss 862db2c33a Merge remote-tracking branch 'origin/release-v-1.3.3' into faster-autotest
Conflicts:
	src/pg/sql/40_observatory_utility.sql
2017-03-08 20:52:31 +00:00
John Krauss e2f92d78cf much faster autotest by grouping in getdata, fixes to getdata to prevent hangs 2017-03-08 20:51:41 +00:00
john krauss 3df1ffc3c8 Merge pull request #265 from CartoDB/check-intersection-errors
Resolve intersection errors
2017-03-08 15:38:39 -05:00
John Krauss 6a60cfc417 Merge branch 'develop' into faster-autotest 2017-03-08 15:57:14 +00:00
John Krauss 3b6b1b4843 limit safe_intersection to SRID 4326, DRY out ST_MakeValid 2017-03-08 15:52:19 +00:00
John Krauss 460059f2cf Merge branch 'develop' into check-intersection-errors 2017-03-07 20:45:05 +00:00
John Krauss fc111dd1e2 Merge branch 'obs-getavailableX-docs' into develop 2017-03-07 20:39:40 +00:00
John Krauss 7cbef7e1b5 Merge branch 'obs-getdata-getmeta-docs' into develop 2017-03-07 20:39:25 +00:00
John Krauss deede798e9 fix non-noded intersection between shoreline clipped and non-shoreline clipped geometries by using a safe_intersection function 2017-03-07 20:38:12 +00:00
John Krauss fd3918b29c fix divide-by-zero errors 2017-03-07 16:45:15 +00:00
John Krauss cdf7b17a4d tmp commit 2017-03-07 15:29:09 +00:00
John Krauss 50ec6dddf6 release-v1.3.2 artifact 1.3.2 2017-03-02 21:16:22 +00:00
John Krauss 0ebe9babeb update tests 2017-03-02 21:09:23 +00:00
John Krauss 4fad32d5f2 fix and NEWS.md 2017-03-02 21:07:29 +00:00
John Krauss f0efa1e2eb release v1.3.1 1.3.1 2017-03-01 16:33:35 +00:00
John Krauss bcbd8a2be4 change OBS_GetLegacyMetadata to return median/average measures too when called for polygons 2017-03-01 16:03:14 +00:00
John Krauss 63ae7c1392 add obs_getavailableX metadata API docs 2017-02-28 21:33:06 +00:00
John Krauss af671931d4 integrate michelles comments 2017-02-23 20:12:27 +00:00
John Krauss 71d891c067 handle blank aggregates 2017-02-16 17:53:38 +00:00
John Krauss 01b56fbfcc update fixtures 2017-02-16 17:38:18 +00:00
John Krauss 6215f6585c update NEWS.md 2017-02-16 17:23:47 +00:00
John Krauss 9bda063148 Merge branch 'nonsum-interpolation' into release-v-1.3.1 2017-02-16 17:20:38 +00:00
John Krauss 4a97689705 add point for au 2017-02-16 16:50:40 +00:00
John Krauss 2edb850a45 estimate average and median across arbitrary areas if universe is provided, otherwise return null and raise a notice. fixes #252 2017-02-10 01:08:10 +00:00
Michelle Ho 8120081d68 Typo fix
Typo fix of "measured" to "measure"
2017-02-06 16:37:27 -05:00
Michelle Ho 72ced1a7a7 Change 'raise' to 'raises'
Changes semantic meaning-- user does not raise the error, CARTO raises the error
2017-02-06 16:27:43 -05:00
Michelle Ho d15b74a594 Change ``OBS_GetUSCensusMeasure`` 2017-02-06 16:18:56 -05:00
Michelle Ho 60ab773549 change point to polygon in GetUSCensusMeasure 2017-02-06 15:57:49 -05:00
Michelle Ho 01b70dd06e proof-reading changes 2017-02-06 14:58:07 -05:00
John Krauss 4b409cc9f4 first-pass docs for obs_getdata and obs_getmeta 2017-02-01 09:12:18 -05:00
Mario de Frutos 79c450f63f Merge pull request #247 from CartoDB/develop
Release 1.3.0
1.3.0
2017-01-31 10:14:52 +01:00
Mario de Frutos c8dd9e417b Release 1.3.0 artifact 2017-01-26 12:19:23 +01:00
Mario de Frutos 2717ecdc8b Merge pull request #246 from CartoDB/release-v-1.3.0
Observatory Release v 1.3.0
2017-01-26 12:18:15 +01:00
Mario de Frutos 0f372604db Remove fdw utilities 2017-01-26 11:57:24 +01:00
Mario de Frutos c5a715f7b5 Delete empty sql file used for plpython code 2017-01-25 19:03:51 +01:00
John Krauss e4b38413cd skip a few autotests that are failing, but not meaningfully exposed in interfaces 2017-01-25 17:23:36 +00:00
John Krauss ee84604ced empty file to clear out artifacts from built extension 2017-01-25 17:09:38 +00:00
John Krauss 5e7bffae6a remove plpython and python code for now. also removed mistaken installation of postgres_fdw in tests 2017-01-25 16:59:37 +00:00
John Krauss aa807eb65b fix hang generating fixtures 2017-01-18 23:28:46 +00:00
John Krauss 80277ba065 optimizations for cases where small amounts of metadata passed into obs_getmeta 2017-01-18 23:15:27 +00:00
John Krauss 0e4a514753 use simplification in obs_getdata for very complex geoms 2017-01-18 21:44:02 +00:00
John Krauss fc74529a04 ensure fixture creation worked or do not run tests 2017-01-18 21:16:53 +00:00
John Krauss a18d88a85f Merge branch 'overpass' into release-v-1.3.0 2017-01-18 18:28:53 +00:00
John Krauss 8ea972f4a0 update NEWS.md for 1.3.0 2017-01-18 18:27:50 +00:00
John Krauss 0e99e62eb2 remove unused table-level functions and dependencies 2017-01-17 22:51:30 +00:00
John Krauss 3db98fb522 full testing suite for obs_getdata and obs_getmeta 2017-01-17 22:49:29 +00:00
John Krauss c18f16ed6d handle cases with mixed geometries in obs_getdata correctly 2017-01-17 22:49:04 +00:00
John Krauss fa82c1bb4f Merge branch 'release-v-1.2.1' into overpass 2017-01-17 15:42:39 +00:00