{
  "type": "FeatureCollection",
  "name": "Clean Compute NL - Candidate Sites",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Holyrood",
        "type": "candidate_site",
        "rank": 1,
        "score": 4.2,
        "status": "Primary Recommended",
        "description": "Former Holyrood Thermal Generating Station site",
        "grid_voltage": "230 kV",
        "grid_capacity": "400+ MW available",
        "distance_to_cold_water_km": 8,
        "land_available_ha": 50,
        "strengths": "Existing 230kV substation, strong workforce, industrial zoning",
        "challenges": "Moderate distance to cold deep water",
        "population_nearby": 210000,
        "nearest_city": "St. John's (30 km)"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [-53.0975, 47.4528]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "Argentia",
        "type": "candidate_site",
        "rank": 2,
        "score": 3.9,
        "status": "Backup Recommended",
        "description": "Former US Naval Station Argentia",
        "grid_voltage": "138 kV (upgrade needed)",
        "grid_capacity": "100 MW (expandable)",
        "distance_to_cold_water_km": 5,
        "land_available_ha": 200,
        "strengths": "Best ocean access, large land, deep water port, government support",
        "challenges": "Grid connection requires investment, fiber extension needed",
        "population_nearby": 5000,
        "nearest_city": "Placentia (10 km)"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [-53.986, 47.302]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "Bay Bulls",
        "type": "candidate_site",
        "rank": 3,
        "score": 3.5,
        "status": "Alternative",
        "description": "Offshore supply base community",
        "grid_voltage": "69 kV",
        "grid_capacity": "50 MW (major upgrade needed)",
        "distance_to_cold_water_km": 4,
        "land_available_ha": 15,
        "strengths": "Closest cold water access, near St. John's, offshore expertise",
        "challenges": "Limited industrial land, near Witless Bay reserve",
        "population_nearby": 1100,
        "nearest_city": "St. John's (30 km)"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [-52.810, 47.315]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "Come By Chance",
        "type": "candidate_site",
        "rank": 4,
        "score": 3.5,
        "status": "Alternative",
        "description": "Industrial area near Braya Renewable Fuels refinery",
        "grid_voltage": "138 kV",
        "grid_capacity": "100 MW (upgrade needed)",
        "distance_to_cold_water_km": 12,
        "land_available_ha": 40,
        "strengths": "Existing industrial base, Trans-Canada Highway, marine terminal",
        "challenges": "Longer distance to cold water, grid capacity limited",
        "population_nearby": 250,
        "nearest_city": "Clarenville (25 km)"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [-53.993, 47.798]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "St. John's",
        "type": "city",
        "population": 210000,
        "description": "Provincial capital, primary workforce source",
        "fiber_hub": true
      },
      "geometry": {
        "type": "Point",
        "coordinates": [-52.7126, 47.5615]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "Hardwoods Substation",
        "type": "substation",
        "voltage": "230 kV",
        "description": "Major transmission node"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [-52.85, 47.52]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "Holyrood Proposed Ocean Loop",
        "type": "ocean_corridor",
        "site": "Holyrood",
        "length_km": 10,
        "target_depth_m": 200,
        "description": "Proposed sCO2 pipe route to cold water"
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [-53.0975, 47.4528],
          [-53.05, 47.48],
          [-52.95, 47.52],
          [-52.85, 47.55]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "Argentia Proposed Ocean Loop",
        "type": "ocean_corridor",
        "site": "Argentia",
        "length_km": 6,
        "target_depth_m": 250,
        "description": "Proposed sCO2 pipe route to cold water"
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [-53.986, 47.302],
          [-53.90, 47.25],
          [-53.80, 47.20]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "200m Depth Contour (Approximate)",
        "type": "bathymetry",
        "depth_m": 200,
        "description": "Approximate 200m depth contour - cold water zone"
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [-52.60, 47.80],
          [-52.70, 47.60],
          [-52.75, 47.40],
          [-52.80, 47.20],
          [-53.00, 47.00],
          [-53.50, 46.80],
          [-54.00, 46.90],
          [-54.20, 47.10],
          [-54.10, 47.30],
          [-53.80, 47.50]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "Labrador Current Flow",
        "type": "ocean_current",
        "temperature_c": "2-4",
        "direction": "Southward",
        "description": "Cold Arctic water flowing south along coast"
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [-52.50, 48.50],
          [-52.60, 48.00],
          [-52.70, 47.50],
          [-52.80, 47.00],
          [-53.00, 46.50]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "Witless Bay Ecological Reserve",
        "type": "protected_area",
        "protection_level": "Provincial Reserve",
        "description": "Seabird nesting colony - buffer zone required",
        "buffer_km": 5
      },
      "geometry": {
        "type": "Polygon",
        "coordinates": [[
          [-52.75, 47.32],
          [-52.70, 47.32],
          [-52.70, 47.22],
          [-52.75, 47.22],
          [-52.75, 47.32]
        ]]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "Hibernia Atlantic Cable Landing",
        "type": "fiber_landing",
        "description": "Transatlantic fiber optic cable landing point",
        "capacity": "Multiple Tbps",
        "destinations": ["Ireland", "UK"]
      },
      "geometry": {
        "type": "Point",
        "coordinates": [-52.68, 47.55]
      }
    }
  ]
}
