Project

General

Profile

« Previous | Next » 

Revision 6250

schemas/vegbien.sql: coordinates: Changed coordinates.coordsaccuracy_deg units to m

View differences:

vegbien.sql
1414 1414
    verbatimlongitude text,
1415 1415
    verbatimcoordinates text,
1416 1416
    footprintgeometry_dwc text,
1417
    coordsaccuracy_deg double precision
1417
    coordsaccuracy_m double precision
1418 1418
);
1419 1419

  
1420 1420

  
......
1426 1426

  
1427 1427

  
1428 1428
--
1429
-- Name: COLUMN coordinates.coordsaccuracy_deg; Type: COMMENT; Schema: public; Owner: -
1429
-- Name: COLUMN coordinates.coordsaccuracy_m; Type: COMMENT; Schema: public; Owner: -
1430 1430
--
1431 1431

  
1432
COMMENT ON COLUMN coordinates.coordsaccuracy_deg IS 'Accuracy of latitude/longitude or footprint geometry, in meters. This should generally be at least 1 m, which is the accuracy of the best GPSes.';
1432
COMMENT ON COLUMN coordinates.coordsaccuracy_m IS 'Accuracy of latitude/longitude or footprint geometry, in meters. This should generally be at least 1 m, which is the accuracy of the best GPSes.';
1433 1433

  
1434 1434

  
1435 1435
--

Also available in: Unified diff