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?
Thanks a lot!
Best
Tiziano