Antonio
48ed086fec
Fixed tests for different test points per numerator
2017-08-17 16:31:40 +02:00
csobier
7e550cf909
applied quick copyedit to new docs code added
2017-08-11 08:00:00 -04:00
Mario de Frutos
6ab17bf8be
New version 1.7.0 artifacts
2017-08-10 14:19:37 +02:00
Mario de Frutos
1f7f8015ad
OBS_MetadataValidation doc
2017-08-10 13:29:42 +02:00
Mario de Frutos
6066ef028d
Merge pull request #303 from CartoDB/precheck_metadata
...
OBS_MetadataValidation
2017-08-09 17:45:24 +02:00
Mario de Frutos
3c2e997a85
Add travis support to execute the tests
2017-08-09 17:16:47 +02:00
Mario de Frutos
cef99c6343
OBS_MetadataValidation
...
New function to check the metadata in order to search for errors like
for example if we have the metadata for a median aggregation and the
normalization is by are it'll fail.
2017-08-09 16:11:10 +02:00
Mario de Frutos
50d975ce9b
Generate new fixtures to include new meta table
...
- Include the obs_meta_geom_numer_timespan table
2017-08-09 16:10:39 +02:00
Javier Torres
c56633dd2a
Format NEWS.md
2017-07-31 10:15:00 +02:00
Michelle Ho
2b26c5ad64
fixing parentheses for obs_getdata with ids
2017-07-24 13:13:22 -04:00
Mario de Frutos
3ed18ca1f0
Merge pull request #301 from CartoDB/develop
...
Release 1.6.0
2017-07-20 12:49:30 +02:00
Mario de Frutos
028c93170c
Updated NEWS with version 1.6.0
2017-07-20 10:56:00 +02:00
Mario de Frutos
8d52857f01
Version 1.6.0 release artifact
2017-07-20 10:50:32 +02:00
Mario de Frutos
9e36e11bb3
Merge pull request #302 from CartoDB/297_filter_geometries_by_numer_timespan
...
Modified OBS_GetAvailableGeometries
2017-07-12 13:20:21 +02:00
Mario de Frutos
adae37631e
Modified OBS_GetAvailableGeometries
...
Now use the new meta ttable obs_meta_geom_numer_timspan to filter
the geometries by geometries timepsan and/or numerator timespan (which
is what we get when we use the obs_getavailabletimepspans)
2017-07-11 16:06:11 +02:00
Mario de Frutos
8b98b6b64a
Bump version 1.6.0
2017-06-29 17:54:11 +02:00
Mario de Frutos
aedc45f2a8
Merge pull request #300 from CartoDB/4967_new_numerators_function
...
New private function _OBS_GetNumerators to be used in our UI
2017-06-29 17:51:50 +02:00
Mario de Frutos
8612da57f7
New private function _OBS_GetNumerators to be used in our UI
...
The current OBS_GetAvailableNumerators is not designed with our
UI in mind so it's causing a lot of troubles and we're doing so
many hacks to fit our UI needs and the interface of the function so this
function it's a better fit for our purposes.
This function is private because, by now, we don't want to expose
as a public function because could suffer changes in the near future.
2017-06-29 16:04:11 +02:00
Mario de Frutos
24a736c72e
Tests for the PR #298
2017-06-29 13:33:07 +02:00
Mario de Frutos
cde6d5bfba
Merge pull request #298 from CartoDB/4963_fix_multimeasure_null_for_all
...
Return NULL for the affected value and not for all the measurements
2017-06-29 12:55:22 +02:00
Mario de Frutos
d1f4e570ad
Return NULL for the affected value and not for all the measurements
...
Right now we're doing INNER JOINS when we JOIN the _procgeoms and
the data so we end up with NULL value instead of id, NULL value. We need
to have the id available to make the JOIN at the end of the query and
provide results like this:
id | data
----+------------------------------------------------------------------
1 | [{"value" : 858469},{"value" : 73.9397964478},{"value" : 69092}]
2 | [{"value" : 738774},{"value" : null},{"value" : 2235406}]
2017-06-29 10:37:07 +02:00
John Krauss
415a4ccc05
update NEWS for 1.5.1
2017-05-16 14:33:02 +00:00
John Krauss
ccb8092506
1.5.1 release artifact
2017-05-16 14:27:49 +00:00
John Krauss
6266262427
new code to handle mixed geometries more quickly
2017-05-10 20:24:21 +00:00
John Krauss
183c046289
release artifact
2017-04-26 20:08:44 +00:00
John Krauss
8df89f4a91
remove br subdistritos from testing
2017-04-25 18:57:12 +00:00
John Krauss
28694163a2
prefer geographpic precision over most recent timespan, handles issues emerging from inclusion of 1-year acs
2017-04-25 18:53:12 +00:00
John Krauss
60c7f54315
update NEWS for 1.5.0, fix error in link in 1.4.0
2017-04-24 18:22:31 +00:00
John Krauss
3ebb0b8662
Merge branch 'release-v-1.5.0' into obs-getavailablegeometries-return-tags
2017-04-24 18:10:43 +00:00
John Krauss
a2e84696dc
fix tests to match fixture data
2017-04-24 18:01:38 +00:00
John Krauss
cd5cb38e8d
Merge branch 'release-v-1.5.0' into obs-getavailablegeometries-return-tags
2017-04-24 17:50:57 +00:00
John Krauss
26e1a2f461
Add tags to obs_getavailablegeometries
...
Fixes #260
* Adds `geom_type`, `geom_extra`, and `geom_tags` to `OBS_GetAvailableGeometries`. This brings it up to spec with existing docs.
* Adds `timespan_type`, `timespan_extra`, and `timespan_tags` to `OBS_GetAvailableTimespans` for consistency.
2017-04-03 21:51:32 +00:00
John Krauss
090a1add43
add suggested_name output to OBS_GetMeta. fixes #279
2017-04-03 19:44:00 +00:00
John Krauss
536af5e4a2
release artifact
2017-03-22 15:17:19 +00:00
John Krauss
ebf23d2a23
Merge branch 'develop' into release-v-1.4.0
2017-03-22 15:16:35 +00:00
John Krauss
f1afcf0d8e
update NEWS.md
2017-03-22 15:14:35 +00:00
John Krauss
3c0b40cf3f
more consistent arguments in docs
2017-03-22 15:12:50 +00:00
John Krauss
8a87dc7e9a
update NEWS.md
2017-03-21 21:24:50 +00:00
John Krauss
61552adba4
Allow for target_geoms and target_area override on column-by-column basis
2017-03-21 17:26:02 +00:00
csobier
36abbee64f
Merge pull request #274 from CartoDB/273-docs-edit
...
clarification of docs for obs_getboundariesbygeometry function
2017-03-17 12:07:48 -04:00
csobier
5a76a7381e
clarification of docs for obs_getboundariesbygeometry function
2017-03-17 11:45:49 -04:00
John Krauss
217ca2d84d
release 1.3.5 artifact
2017-03-15 20:12:06 +00:00
John Krauss
f1bf4259bc
release artifact 1.3.4
2017-03-10 20:17:22 +00:00
John Krauss
a2609d9d07
update NEWS for 1.3.4
2017-03-10 20:14:32 +00:00
John Krauss
01779991bb
Remove erroneously commited NOTICE
2017-03-10 20:13:27 +00:00
John Krauss
ec53d354e9
release 1.3.3 artifact
2017-03-10 19:48:23 +00:00
John Krauss
c1aa91da5b
update NEWS.md
2017-03-10 19:36:00 +00:00
John Krauss
93ebd9aa0f
test getdata across multiple input columns; remove dead code from autotest
2017-03-10 19:27:06 +00:00
John Krauss
4a29c060ef
fix unittest bug, easier to read use of unnest, static geomvals when one passed in
2017-03-10 19:18:06 +00:00
John Krauss
1639bea74a
mark relevant functions STABLE
2017-03-10 18:36:51 +00:00