https://github.com/mdsumner/listmap.sources
What the Package Does (One Line, Title Case)
https://github.com/mdsumner/listmap.sources
Last synced: 7 months ago
JSON representation
What the Package Does (One Line, Title Case)
- Host: GitHub
- URL: https://github.com/mdsumner/listmap.sources
- Owner: mdsumner
- Created: 2023-07-17T05:34:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-16T00:23:30.000Z (about 2 years ago)
- Last Synced: 2024-12-28T12:17:03.915Z (over 1 year ago)
- Language: R
- Size: 6.69 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# listmap.sources
## THELIST
lutruwita's THELIST has an opendata store with local topographic spatial data. These are all listed in a [set of zip files](https://listdata.thelist.tas.gov.au/opendata/data).
This project scans the contents of every zip, and produces
- a list of all the zips
- a list of the unique set of discovered file extensions
- a table of all the underlying files
- a cleaned up table of all the target files with a given file extension, and all the expanded GDB directories filtered out
WIP, after a bit more checking we'll have links to these lists and some code.
## Code of Conduct
Please note that the listmap.sources project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/1/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.