datacarpentry / organization-geospatial

Introduction to Geospatial Concepts
https://www.datacarpentry.org/organization-geospatial/
Other
36 stars 31 forks source link

add image to illustrate OGC Simple Features #8

Closed ErinBecker closed 5 years ago

ErinBecker commented 6 years ago

Episode 1 includes the text:

Vector data structures aim to represent specific features on the Earth’s surface, and then assign attributes to those features. All vector datasets are based around coordinate points - usually paired x,y values in 2D space. There are many possible way to arrange and connect a set of points, so some standards have been developed to keep vector formats interoperable. The most common standard you will encounter is OGC Simple Features.

Simple Features defines 17 types of vector geometry, and the vast majority of data uses just three of these classes - Points, Lines, and Polygons. Points are assembled into more complex structures by straight lines only.

There is then a place to insert an image. Anyone have an image to illustrate this concept?

pmarchand1 commented 6 years ago

The sf vignette (https://cran.r-project.org/web/packages/sf/vignettes/sf1.html) lists 7 common ones (Point, Line, Polygon, the "multi" version of those 3, and GeometryCollection) and 10 less common types, many of them including curved lines.

A possible illustration could be based on country maps. Points for locations of cities, multilines for boundaries taken as lines, polygons for the country area, and multipolygon for some countries e.g. archipelagos.

r4space commented 6 years ago

I'm coming to the conversation super late so apologies if this has all already been hashed out.

+1 for the map based illustration!

What do people think of using the formal illustrations just from OGC for intro and a map for summary?

There's a simple example of the OGC illustrations just colourised here

ErinBecker commented 6 years ago

I'm in favor of repurposing existing illustrations wherever possible. @r4space - do you know the licensing information on that image?

blordcastillo commented 5 years ago

New reference after reorganization is at Intro to Vector Data L37.

Since the language on vector standards (as well as more complex vector objects) has been dropped, the existing illustration there now is probably all that is needed.

jsta commented 5 years ago

Agreed. Happy to re-open if there is disagreement.