Table Name: Point
Group: SIT (Spatial Information Tables)
Type: Data insertion table. A table used to input the spatial information for new records.
General Description:
This table contains the geospatial data of sampling points where palaeoflood evidence has been identified. Each row represents a specific point in space, described by its coordinates and administrative/geographic identifiers. Including records in this table is mandatory to georeference new records.

Fields:
- id_point (Point Identifier): Primary key of the table. Unique identifier for each geospatial point.
- POINT_X (long coordinate): longitude-coordinate value in WGS84 reference system.
- POINT_Y (lat coordinate): latitude-coordinate value in WGS84 reference system.


Relationships:
- Linked to Record Basic Table (BIT group) through the Point_Association table.
- One point may be associated with multiple palaeoflood records (1:N relationship).
