Accept URL as a form of DSN
Open
enhancement
- Dominant language
- R
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
TODO: support this:
```
shp_url <- "http://www.dot.ca.gov/hq/tsip/gis/datalibrary/zip/Aviation/Airp_bnd2012.zip"
mapview(read_shp(shp_url))
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reading the implementation and documentation for read_shp and how it currently accepts a DSN. Trace how the shown URL is handled, then verify that read_shp can consume the example URL and that mapview(read_shp(shp_url)) works as intended.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- data
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100