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

https://github.com/stscl/sptorch

Spatial Analysis Empowered by Neural Networks
https://github.com/stscl/sptorch

deep-learning geoinformatics r spatial-analysis spatial-statistics

Last synced: 6 months ago
JSON representation

Spatial Analysis Empowered by Neural Networks

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%",
warning = FALSE,
message = FALSE
)
```

# sptorch sptorch website

[![CRAN](https://www.r-pkg.org/badges/version/sptorch)](https://CRAN.R-project.org/package=sptorch)
[![r-universe](https://stscl.r-universe.dev/badges/sptorch)](https://stscl.r-universe.dev/sptorch)

Spatial Analysis Empowered by Neural Networks

## Installation

- Install development source version from [GitHub](https://github.com/stscl/sptorch) with:

``` r
# install.packages("devtools")
devtools::install_github("stscl/sptorch",
build_vignettes = TRUE,
dep = TRUE)
```