python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
plot geodata on the globe perspective in R
(how) is it possible to plot geodata – for example a polygon layer – on a globe with d3/perspective view, similar to this graphic on wikipedia?
I'd like a solution with sf and ggplot most, but any sol...
snaut
Votes: 0
Answers: 2
Errors converting lat and long values to sf coordinates
I have a series of coordinates that I am trying to plot on simple maps. I have two columns containing latitude and longitude for each point, respectively. I am attempting to use the st_as_sf function ...
michellemoyah
Votes: 0
Answers: 1
Aggregate interpolated data at county level with R
The raw data is at the state level and I would like to go down to the county level. To do this, I first adjusted the data to county level and then interpolated it.
The raw data on state level looks li...
AriWhatElse
Votes: 0
Answers: 1
Why do some xlims and ylims produce this error in ggplot and sf?
I am learning to use ggplot with spatial data using sf.
When I try to produce the following plot I get an error:
library(sf)
library(ggplot2)
library(rnaturalearth)
library(rnaturalearthdata)
world &...

rainbird
Votes: 0
Answers: 1