default to census tract not block group
This commit is contained in:
parent
e4de172cfb
commit
e4eaa44c2d
@ -154,7 +154,7 @@ CREATE OR REPLACE FUNCTION OBS_GetCensus(
|
|||||||
geom geometry,
|
geom geometry,
|
||||||
dimension_names text[],
|
dimension_names text[],
|
||||||
time_span text DEFAULT '2009 - 2013',
|
time_span text DEFAULT '2009 - 2013',
|
||||||
geometry_level text DEFAULT '"us.census.tiger".block_group'
|
geometry_level text DEFAULT '"us.census.tiger".census_tract'
|
||||||
)
|
)
|
||||||
RETURNS TABLE(dimension text, dimension_value numeric)
|
RETURNS TABLE(dimension text, dimension_value numeric)
|
||||||
AS $$
|
AS $$
|
||||||
|
Loading…
Reference in New Issue
Block a user