An open API service indexing awesome lists of open source software.

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)

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.