Juan Fung
Juan Fung
How about an overlay of `point_HARV` on `state_boundary_US`: ``` > sf::st_intersection(state_boundary_US, point_HARV) Error in geos_op2_geom("intersection", x, y) : st_crs(x) == st_crs(y) is not TRUE ``` Then we can talk about...
@jsta You raise a good point. Will learners be comfortable interpreting these kinds spatial operations at this point? Anyway, I like your example. Not sure if it's too complex. However,...
It's not `libgeos`, but rather `liblwgeom`: https://github.com/r-spatial/lwgeom
Good idea!
One minor correction: Adding section about ordinal data to **R** (python is beyond our scope). Resolved in #83
@atheobold I think the way you've written them, it would be nice to have them rendered, if it's not too difficult to do that
@bencomp Thanks for your insights on fixing this issue! It sounds like these are higher level decisions that should be addressed in the lesson template. I'll discuss with the other...
@livelyjing thank you for the suggestion! To be honest, I have no idea if that will fix it. Would you be willing to test that out on a local version...
@zkamvar i wonder if you might be able to help with this issue. Basically, we created code handout `.Rmd` files, located in the `_extras` directory. They are not rendered to...
Thank you for the suggestions! I think for now the path of least resistance is to drop them into `_episodes_rmd` and label them as "extra" content. @zkamvar, very excited about...