Structural resources
July 11, 2025 ยท View on GitHub
Structural resources
Example 1: Get a list of classifications:
from istacpy.structuralresources import classifications
classifications.get_structuralresources_codelists()
Example 2: Get a list of geographic coordinate from Icod de los Vinos:
from istacpy.structuralresources import variables
variables.get_structuralresources_geoinfo('VR_TERRITORIO', 'MUN_ICOD_VINOS')