hypertidy / silicate

A general form for complex data
https://hypertidy.github.io/silicate/
53 stars 4 forks source link

SC0 model #85

Closed mdsumner closed 4 years ago

mdsumner commented 5 years ago

List of round-trip scenarios, check box if they work.

Now in master branch.

Currently in silicate@mike-bleed branch

Code to step through them below.

Not yet implemented or not feasible

library(silicate)
x <- SC0(minimal_mesh)
SC(x)
SC0(x)
anglr::DEL(x)

plot(SC(x))
plot(SC0(x))
plot(anglr::DEL(x))
sc_vertex(x)
sc_coord(x)
sc_node(x)
sc_edge(x)
sc_segment(x)
sc_start(x)
sc_end(x)
sc_object(x)
sc_arc(x)
sc_path(x)  
TRI(x)         
TRI0(x)
ARC(x)
ARC0(x)
PATH(x)
PATH0(x)
mpadge commented 5 years ago

What branch is this on?

mdsumner commented 5 years ago

All merged into master.

mdsumner commented 5 years ago

Verified this todo list.