bigmetadata icon indicating copy to clipboard operation
bigmetadata copied to clipboard

EU borders (NUTS) data is partial?

Open jaakla opened this issue 6 years ago • 1 comments

I see partial data for EU/NUTS boundaries: screenshot 2017-10-16 12 26 44

From the eurostat original data there I see that NUTS should cover whole EU, and even Turkey:

screenshot 2017-10-16 12 28 26

Used sample query, with larger bounds to make sure that nothing is excluded:

SELECT ROW_NUMBER() OVER () AS cartodb_id,
       the_geom,
       geom_refs,
       ST_TRANSFORM(the_geom, 3857) the_geom_webmercator
FROM OBS_GetBoundariesByGeometry(
  ST_GeomFromText('POLYGON((-180 -90,-180 90,180 90,180 -90,-180 -90))', 4326),
  'eu.geo.nuts0'
)

jaakla avatar Oct 16 '17 09:10 jaakla