{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [-119.4179, 36.7783]  # California
      },
      "properties": {
        "id": 1,
        "title": "Advanced GPS/GNSS Technologies",
        "instructor": "Dr. Sarah Miller, PLS",
        "stateOfOrigin": "California",
        "acceptedStates": ["CA", "NY", "TX", "FL", "WA", "OR"],
        "credits": 6,
        "status": "available",
        "modules": [
          {
            "name": "Modern Satellite Systems Overview",
            "preview": "Comprehensive exploration of current GNSS constellations including GPS, GLONASS, Galileo, and BeiDou systems."
          },
          {
            "name": "RTK and Network RTK Methods",
            "preview": "Deep dive into Real-Time Kinematic positioning techniques and network solutions for precise surveying."
          }
        ]
      }
    },
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [-74.0060, 40.7128]  # New York
      },
      "properties": {
        "id": 2,
        "title": "Boundary Law Principles",
        "instructor": "Prof. John Doe, J.D.",
        "stateOfOrigin": "New York",
        "acceptedStates": ["NY", "CA", "TX"],
        "credits": 8,
        "status": "waitlist",
        "modules": [
          {
            "name": "Legal Descriptions and Title Research",
            "preview": "Understanding and drafting legal land descriptions."
          },
          {
            "name": "Boundary Resolution Techniques",
            "preview": "Methods for resolving boundary disputes through negotiations."
          }
        ]
      }
    },
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [-81.5158, 27.6648]  # Florida
      },
      "properties": {
        "id": 3,
        "title": "LiDAR and Remote Sensing",
        "instructor": "Dr. Emily Johnson, PLS",
        "stateOfOrigin": "Florida",
        "acceptedStates": ["FL", "CA", "TX", "WA"],
        "credits": 6,
        "status": "available",
        "modules": [
          {
            "name": "LiDAR Technology Fundamentals",
            "preview": "Introduction to LiDAR technology and its applications."
          },
          {
            "name": "Data Collection Methods",
            "preview": "Techniques for effective data collection using LiDAR."
          }
        ]
      }
    },
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [-99.9018, 31.9686]  # Texas
      },
      "properties": {
        "id": 4,
        "title": "Construction Stakeout Advanced Methods",
        "instructor": "Mr. Robert Brown, PLS",
        "stateOfOrigin": "Texas",
        "acceptedStates": ["TX", "FL", "CA"],
        "credits": 4,
        "status": "available",
        "modules": [
          {
            "name": "Site Preparation and Control",
            "preview": "Techniques for preparing and controlling construction sites."
          },
          {
            "name": "Digital Layout Techniques",
            "preview": "Modern layout techniques using digital tools."
          }
        ]
      }
    },
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [-122.3321, 47.6062]  # Washington
      },
      "properties": {
        "id": 5,
        "title": "Legal Aspects of Surveying",
        "instructor": "Dr. Jane Smith, J.D.",
        "stateOfOrigin": "Washington",
        "acceptedStates": ["WA", "OR", "CA"],
        "credits": 8,
        "status": "waitlist",
        "modules": [
          {
            "name": "Property Law Fundamentals",
            "preview": "Essential principles of property law for surveyors."
          },
          {
            "name": "Easements and Rights of Way",
            "preview": "Understanding easements and their implications in surveying."
          }
        ]
      }
    },
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [-120.5542, 43.8041]  # Oregon
      },
      "properties": {
        "id": 6,
        "title": "Drone Surveying and Mapping",
        "instructor": "Mr. Daniel White, PLS",
        "stateOfOrigin": "Oregon",
        "acceptedStates": ["OR", "CA", "NY"],
        "credits": 6,
        "status": "available",
        "modules": [
          {
            "name": "UAV Regulations and Licensing",
            "preview": "Understanding UAV regulations and necessary licensing."
          },
          {
            "name": "Flight Planning and Operations",
            "preview": "Planning effective UAV flight operations for surveys."
          }
        ]
      }
    },
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [-119.4179, 36.7783]  # California
      },
      "properties": {
        "id": 7,
        "title": "Advanced Geodetic Control Networks",
        "instructor": "Dr. Amanda Green, PLS",
        "stateOfOrigin": "California",
        "acceptedStates": ["CA", "TX", "FL"],
        "credits": 8,
        "status": "available",
        "modules": [
          {
            "name": "Network Design Principles",
            "preview": "Fundamental principles of designing geodetic control networks."
          },
          {
            "name": "Static GPS Observations",
            "preview": "Techniques for performing static GPS observations."
          }
        ]
      }
    },
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [-74.0060, 40.7128]  # New York
      },
      "properties": {
        "id": 8,
        "title": "3D Laser Scanning",
        "instructor": "Mr. Steve Roberts, PLS",
        "stateOfOrigin": "New York",
        "acceptedStates": ["NY", "CA"],
        "credits": 6,
        "status": "waitlist",
        "modules": [
          {
            "name": "Scanner Types and Selection",
            "preview": "Overview of various 3D laser scanners available."
          },
          {
            "name": "Field Operations",
            "preview": "Field operations needed for effective scanning."
          }
        ]
      }
    },
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [-81.5158, 27.6648]  # Florida
      },
      "properties": {
        "id": 9,
        "title": "Water Boundary Surveys",
        "instructor": "Dr. Nancy Blue, PLS",
        "stateOfOrigin": "Florida",
        "acceptedStates": ["FL", "CA", "TX"],
        "credits": 4,
        "status": "available",
        "modules": [
          {
            "name": "Tidal Boundaries",
            "preview": "Understanding tidal boundaries and their implications."
          },
          {
            "name": "Riparian Rights",
            "preview": "Rights of property owners adjacent to water bodies."
          }
        ]
      }
    },
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [-119.4179, 36.7783]  # California
      },
      "properties": {
        "id": 10,
        "title": "Digital Terrain Modeling",
        "instructor": "Mr. Paul Adams, PLS",
        "stateOfOrigin": "California",
        "acceptedStates": ["CA", "TX", "NY", "FL"],
        "credits": 6,
        "status": "available",
        "modules": [
          {
            "name": "Data Collection Methods",
            "preview": "Different methods for collecting terrain data."
          },
          {
            "name": "Surface Creation Techniques",
            "preview": "Creating surfaces from collected data."
          }
        ]
      }
    },
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [-74.0060, 40.7128]  # New York
      },
      "properties": {
        "id": 11,
        "title": "Professional Ethics for Surveyors",
        "instructor": "Dr. Amy Lee, PLS",
        "stateOfOrigin": "New York",
        "acceptedStates": ["NY", "CA"],
        "credits": 4,
        "status": "available",
        "modules": [
          {
            "name": "Ethical Standards",
            "preview": "Understanding ethical standards in surveying."
          },
          {
            "name": "Professional Conduct",
            "preview": "Best practices for professional conduct."
          }
        ]
      }
    },
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [-122.3321, 47.6062]  # Washington
      },
      "properties": {
        "id": 12,
        "title": "Advanced Coordinate Systems",
        "instructor": "Dr. Richard Long, PLS",
        "stateOfOrigin": "Washington",
        "acceptedStates": ["WA", "OR", "CA"],
        "credits": 8,
        "status": "available",
        "modules": [
          {
            "name": "Datum Transformations",
            "preview": "Methods for transforming different datums."
          },
          {
            "name": "State Plane Coordinates",
            "preview": "Understanding state plane coordinate systems."
          }
        ]
      }
    },
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [-119.4179, 36.7783]  # California
      },
      "properties": {
        "id": 13,
        "title": "Subdivision Design and Platting",
        "instructor": "Mr. Thomas White, PLS",
        "stateOfOrigin": "California",
        "acceptedStates": ["CA", "TX", "NY"],
        "credits": 6,
        "status": "waitlist",
        "modules": [
          {
            "name": "Local Regulations",
            "preview": "Understanding local regulations for subdivisions."
          },
          {
            "name": "Layout Techniques",
            "preview": "Techniques for efficient subdivision layout."
          }
        ]
      }
    },
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [-74.0060, 40.7128]  # New York
      },
      "properties": {
        "id": 14,
        "title": "GIS for Surveyors",
        "instructor": "Ms. Sarah Green, PLS",
        "stateOfOrigin": "New York",
        "acceptedStates": ["NY", "CA", "TX"],
        "credits": 6,
        "status": "available",
        "modules": [
          {
            "name": "Data Structure and Management",
            "preview": "Understanding GIS data structures and management."
          },
          {
            "name": "Spatial Analysis",
            "preview": "Performing spatial analysis within GIS."
          }
        ]
      }
    },
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [-81.5158, 27.6648]  # Florida
      },
      "properties": {
        "id": 15,
        "title": "Height Modernization",
        "instructor": "Mr. Alan Brown, PLS",
        "stateOfOrigin": "Florida",
        "acceptedStates": ["FL", "CA"],
        "credits": 4,
        "status": "available",
        "modules": [
          {
            "name": "Vertical Datums",
            "preview": "Understanding vertical datums for height modernizations."
          },
          {
            "name": "GNSS Heighting",
            "preview": "Techniques for GNSS height measurement."
          }
        ]
      }
    },
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [-122.3321, 47.6062]  # Washington
      },
      "properties": {
        "id": 16,
        "title": "Construction Quality Control",
        "instructor": "Dr. Laura Kent, PLS",
        "stateOfOrigin": "Washington",
        "acceptedStates": ["WA", "OR", "CA"],
        "credits": 6,
        "status": "waitlist",
        "modules": [
          {
            "name": "Tolerance Analysis",
            "preview": "Understanding tolerances in construction."
          },
          {
            "name": "As-Built Surveys",
            "preview": "Conducting as-built surveys for construction."
          }
        ]
      }
    },
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [-99.9018, 31.9686]  # Texas
      },
      "properties": {
        "id": 17,
        "title": "Business Management for Surveyors",
        "instructor": "Mr. Greg Sharp, PLS",
        "stateOfOrigin": "Texas",
        "acceptedStates": ["TX", "FL", "CA"],
        "credits": 4,
        "status": "available",
        "modules": [
          {
            "name": "Project Management",
            "preview": "Fundamental principles of project management."
          },
          {
            "name": "Financial Planning",
            "preview": "Financial planning strategies for surveying businesses."
          }
        ]
      }
    },
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [-120.5542, 43.8041]  # Oregon
      },
      "properties": {
        "id": 18,
        "title": "Advanced Cadastral Studies",
        "instructor": "Dr. Robert Greenfield, PLS",
        "stateOfOrigin": "Oregon",
        "acceptedStates": ["OR", "CA"],
        "credits": 8,
        "status": "available",
        "modules": [
          {
            "name": "Historical Research",
            "preview": "Methods for conducting historical research in land surveying."
          },
          {
            "name": "Evidence Evaluation",
            "preview": "Evaluating evidence in cadastral surveys."
          }
        ]
      }
    },
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [-119.4179, 36.7783]  # California
      },
      "properties": {
        "id": 19,
        "title": "Deformation Monitoring",
        "instructor": "Mr. Paul Tracker, PLS",
        "stateOfOrigin": "California",
        "acceptedStates": ["CA", "TX", "FL"],
        "credits": 6,
        "status": "available",
        "modules": [
          {
            "name": "Monitoring Systems",
            "preview": "Overview of systems used for deformation monitoring."
          },
          {
            "name": "Data Analysis",
            "preview": "Analyzing data from monitoring systems."
          }
        ]
      }
    },
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [-99.9018, 31.9686]  # Texas
      },
      "properties": {
        "id": 20,
        "title": "Railway Surveying",
        "instructor": "Mr. George Rail, PLS",
        "stateOfOrigin": "Texas",
        "acceptedStates": ["TX", "FL", "CA"],
        "credits": 6,
        "status": "waitlist",
        "modules": [
          {
            "name": "Track Alignment",
            "preview": "Understanding the intricacies of railway track alignment."
          },
          {
            "name": "Clearance Surveys",
            "preview": "Conducting surveys to ensure clearance."
          }
        ]
      }
    }
  ]
}
