Can't enrich/retrieve data for subgeographies of specific countries

201
0
06-23-2021 02:33 AM
TizianoAbdelsalhin
New Contributor

Hi All, I'm not able to retrieve information regarding subgeographies like regions or postcodes for specific Nordic countries like Norway or Sweden. I would need that to perform some enrichment afterwards.

More in detail, after accessing with my Esri credentials, I run the following piece of code:

from arcgis.geoenrichment import Country Country.get('Norway').subgeographies.regions

which gives me the following error:

Exception: {'code': 20990006, 'message': 'Response size exceeded limit, please consider modification of request to minimize response size.', 'details': []}

whereas, for instance,

Country.get('Italy').subgeographies.regions

works perfectly.

What could be the reason for this? And how can I fix it?

谢谢!

Best

Tiziano

0Kudos
0 Replies