Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/Observatorio-GC/Nodos/llms.txt

Use this file to discover all available pages before exploring further.

Each dataset in scripts/ is a GeoJSON FeatureCollection stored as a JavaScript variable assignment. Features carry a properties object whose keys vary by dataset category. This page documents the property schemas for the major layer types, drawn directly from the source files loaded in index.html.

How data files are structured

Every file in scripts/ follows this pattern:
scripts/DatasetName.js
var DatasetName = {
    "type": "FeatureCollection",
    "name": "DatasetName",
    "crs": {
        "type": "name",
        "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" }
    },
    "features": [
        {
            "type": "Feature",
            "properties": { /* dataset-specific properties */ },
            "geometry": { /* Point, MultiPoint, Polygon, MultiPolygon, LineString, MultiLineString */ }
        }
    ]
};
The CRS is always WGS 84 (EPSG:4326 / OGC:1.3:CRS84). Coordinates are in [longitude, latitude] order.

Nodos (District Nodes)

Files: Centro1.js, Centro2.js, Trapiche1.js, Benegas2.js, Monte2.js, Hipodromo2.js, Marini.js, Parque2.js, Tortugas2.js, NodosPropuestos.js Geometry: MultiPolygon These files define the boundary polygons for each graded district node (Grado 1 and Grado 2) as well as proposed nodes. The DESCRIPTIO field lists categories of services currently absent from that node area.
PropertyTypeDescription
NOMBREstringNode name (e.g., "Centro", "Nuevo Nodo Trapiche 1")
DESCRIPTIOstringDescription of missing services (e.g., "Administración. Servicios (Cajeros y puntos Wifi)…")
DistritostringDistrict name (e.g., "Trapiche", "Las Tortugas")
idnumberNumeric feature identifier

Walkability (Caminabilidad)

Files: Indice.js, Traza.js Geometry: MultiLineString Street segments are classified by walkability score. The PROMEDIO_P value drives the colour rendering of each segment in the map, ranging from "1" (worst) to "4" (best). The Name field holds a human-readable label that is displayed in popups.
PropertyTypeDescription
PROMEDIO_PstringWalkability score: "1" = Malo, "2" = Regular Malo, "3" = Regular Bueno, "4" = Óptimo
NamestringFull score label (e.g., "Regular Malo: Disminuye la caminabilidad del espacio…")

Corridors (Corredores)

File: Corredores.js Geometry: MultiLineString Proposed territorial connection corridors, each identified by the street or avenue name they follow.
PropertyTypeDescription
NamestringCorridor name (e.g., "SAN MARTIN", "RIVADAVIA", "CORREDOR DEL OESTE")

Cycling Infrastructure

Files: CicloviasExistentes.js, CicloviasProyectadas.js, Ciclovias Proyectadas (DAMI II).js, Ciclovias Proyectadas (Municipalidad).js, Ciclovias en Ejecucion (DAMI II).js, Ciclovias en Ejecucion (Municipalidad).js Geometry: LineString / MultiLineString Each feature represents a cycling route segment. The Distancia field combines a street name and distance label in a single string (e.g., "JUAN TERRADA (1,37 Km)"). The TIPO_2 field distinguishes infrastructure type.
PropertyTypeDescription
TIPO_2stringInfrastructure type label (e.g., "CICLOVIA", "SENDERO PEATONAL", "BICISENDA SOBRE CALZADA", "CIRCUITO CERRADO")
DistanciastringRoute name and length in km (e.g., "BULEVAR TERRADA (0,40 Km)")
IdnumberNumeric feature identifier
metrosnumberLength of the segment in metres

Health Facilities

Files: Centrosdesalud.js, ClinicasPrivadas.js, Hospital.js Geometry: MultiPoint (health centres) / Point (clinics and hospitals)
Centrosdesalud.js uses Nombre_1 (not Name) for the facility name, consistent with the naming convention in other administrative boundary files. The jurisdicci field distinguishes municipal from provincial facilities.
PropertyTypeDescription
Nombre_1stringFull facility name (e.g., "C. Salud Provincial Ramon Carrillo")
jurisdiccistringJurisdiction: "Municipal" or "Provincial"
DireccionstringStreet address
telstringTelephone number (may be null or placeholder)
encargadostringName of the facility director or responsible person
horariostringOperating hours (e.g., "7 a 20 hs.")
qc_idnumberInternal quality-control identifier

Pharmacies

File: Farmacias.js Geometry: Point
PropertyTypeDescription
NombrestringPharmacy name (e.g., "Farmacia HORIZONTE")
DireccionstringStreet address (e.g., "Carril Sarmiento 2101")
TelefonostringPhone number (e.g., "Tel. 261 452-1237")
DistritostringDistrict name (e.g., "Distrito San Francisco del Monte")

Municipal Boundaries

Files: Barrios.js, BarriosConsolidados.js, DistritosDepartamentales.js Geometry: Polygon / MultiPolygon Barrios.js carries richer heritage metadata per neighbourhood (year of construction, land use, owner, photo filename), while BarriosConsolidados.js and DistritosDepartamentales.js use the simpler Nombre_1 key.

Barrios.js properties

PropertyTypeDescription
NombrestringNeighbourhood name (e.g., "Barrio GENERAL ESPEJO (bancario)")
Categor.stringFeature category (e.g., "Barrios")
AÑOstringYear of construction (e.g., "Construcción año 1949")
UBICACIONstringBounding streets description
DISTRITOstringDistrict name
USOstringLand use (e.g., "Residencial")
PROPIETARIstringOwner (may be null)
FotosstringPhoto filename in the img/ directory (e.g., "barrioBancario.jpg")

BarriosConsolidados.js and DistritosDepartamentales.js properties

PropertyTypeDescription
Nombre_1stringNeighbourhood or district name (e.g., "Villa del Parque", "Gobernador Benegas")

Urban Zone Laws

Files: Zonificacion.js, ZonaLey4886.js Geometry: Polygon / MultiPolygon These files encode zoning category boundaries derived from municipal ordinances. Properties typically contain zoning category codes and the legal ordinance reference. Exact property names vary by file; inspect features directly to confirm field names for a given version.

Gastronomy POIs

Files: Bares.js, Restaurantes.js, cafe.js, Heladerias.js Geometry: Point
PropertyTypeDescription
NombrestringEstablishment name
DireccionstringStreet address

Tourism and Heritage

Files: Bodegas.js, Informador.js, Esculturas.js, Edificios.js, SitiosyConjuntosEdilicios.js Geometry: Point Heritage and tourism features often include a photo reference that the popup system reads to display an image from the img/ subdirectory.
PropertyTypeDescription
NombrestringName of the winery, sculpture, building, or site
Ubicacion / UBICACIONstringLocation description or address (key casing varies by file)
FotosstringFilename of the associated photo in img/ (e.g., "bodegaLopez.jpg")

To inspect any dataset’s actual property keys in a live session, open the browser DevTools console after the page has loaded and run:
console.log(DatasetName.features[0].properties);
Replace DatasetName with the JavaScript variable name for that dataset (e.g., Farmacias, Corredores, centrosdesalud).

Build docs developers (and LLMs) love