4,713
edits
(→Agenda) |
|||
Line 177: | Line 177: | ||
**We make extensive use of [http://marineregions.org/ MarineRegions], and we also have a simple map tool at [http://iobis.org/maptool/ Maptool] http://iobis.org/maptool/ which connects to the [http://marineregions.org/ MarineRegions] API for georeferencing and makes it easier to produce WKT strings for points, lines and polygons. | **We make extensive use of [http://marineregions.org/ MarineRegions], and we also have a simple map tool at [http://iobis.org/maptool/ Maptool] http://iobis.org/maptool/ which connects to the [http://marineregions.org/ MarineRegions] API for georeferencing and makes it easier to produce WKT strings for points, lines and polygons. | ||
**This is how I would handle "Puget Anne Sound, 10 fathoms deep" for example: | **This is how I would handle "Puget Anne Sound, 10 fathoms deep" for example: | ||
:locationID: http://marineregions.org/mrgid/15254 | ::locationID: http://marineregions.org/mrgid/15254 | ||
:verbatimLocality: Puget Sound | ::verbatimLocality: Puget Sound | ||
:locality: Puget Sound | ::locality: Puget Sound | ||
:verbatimDepth: 10 fathoms deep | ::verbatimDepth: 10 fathoms deep | ||
:minimumDepthInMeters: 18 | ::minimumDepthInMeters: 18 | ||
:maximumDepthInMeters: 18 | ::maximumDepthInMeters: 18 | ||
:decimalLongitude: -122.43 | ::decimalLongitude: -122.43 | ||
:decimalLatitude: 47.83 | ::decimalLatitude: 47.83 | ||
:coordinateUncertaintyInMeters: 20000 | ::coordinateUncertaintyInMeters: 20000 | ||
:footprintWKT: POLYGON ((-122.40555 47.56726, -122.50168 47.59505, -122.53601 47.91450, -122.32178 47.90438, -122.40555 47.56726)) | ::footprintWKT: POLYGON ((-122.40555 47.56726, -122.50168 47.59505, -122.53601 47.91450, -122.32178 47.90438, -122.40555 47.56726)) | ||
*From Deb: a bit about the above Darwin Core fields. We discussed most of them (briefly!) at the workshop. | *From Deb: a bit about the above Darwin Core fields. We discussed most of them (briefly!) at the workshop. |