bigmetadata icon indicating copy to clipboard operation
bigmetadata copied to clipboard

Results 100 bigmetadata issues
Sort by recently updated
recently updated
newest added

While Tiger was updated and hierarchy was computed, we were hit by this error: ``` File "/bigmetadata/tasks/base_tasks.py", line 118, in output for col_key, col in self.columns().items(): File "/bigmetadata/tasks/us/census/tiger.py", line 99,...

bug

The naming of variables for Australia, Brazil, and Canada is unreadable. The names and the descriptions need to be fixed. For example, try to find total population in Australia. There...

Backend
data observatory

`SimplifiedDownloadTiger_zcta5_2015` fails to me with this error: ``` 2018-09-18 19:19:49,462 [INFO]: [pid 1] Worker Worker(salt=399891488, workers=1, host=3ca5514aad8b, username=root, pid=1) running tasks.us.census.tiger.SimplifiedDownloadTiger(year=2015, geography=zcta5) 2018-09-18 19:19:50,397 [ERROR]: [pid 1] Worker Worker(salt=399891488, workers=1,...

bug

It is causing issues in tasks with many subtasks (e.g: UK and EU)

data observatory
blocked

Imagine a query such as this one: ```sql WITH meta AS ( SELECT OBS_GetMeta( ST_SetSRID(ST_Extent(the_geom), 4326), '[ { "numer_id":"es.ine.pop_0_4_male", "normalization":"area" }, { "numer_id":"es.ine.pop_5_10_male", "normalization":"area" }, .... ``` `es.ine.pop_5_10_male` doesn't actually...

I think there are too many variables in the Data Observatory. This makes searching, organizing, and navigating the measurements nearly impossible with the systems we have now (the Catalog and...

Backend
data observatory

This only happens in Topic 006 I've tried to make batches, VACUUM FULL, remove problematic columns and nothing. Maybe the underlying data is corrupted ``` Traceback (most recent call last):...

- Points PoC (https://github.com/CartoDB/bigmetadata/issues/463) - Polygons PoC (https://github.com/CartoDB/bigmetadata/issues/464) - RastersPoC (https://github.com/CartoDB/bigmetadata/issues/465)

blocked

- Import foot traffic data: https://github.com/CartoDB/bigmetadata/issues/474 - Aggregate foot traffic data: https://github.com/CartoDB/bigmetadata/issues/475 - Create higher (

blocked

Running `make docker-run sphinx.Catalog` for #501 acceptance failed with this error: ``` 2018-05-30 09:16:49,884 [INFO]: [pid 1] Worker Worker(salt=817378386, workers=1, host=2907299b6ca4, username=root, pid=1) done tas ks.carto.OBSMetaToLocal(force=True) 2018-05-30 09:16:49,897 [INFO]: Informed...

Backend