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: 9 months ago
JSON representation
Spatial Analysis Empowered by Neural Networks
- Host: GitHub
- URL: https://github.com/stscl/sptorch
- Owner: stscl
- Created: 2024-06-08T15:58:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-06T10:22:21.000Z (over 1 year ago)
- Last Synced: 2025-05-02T02:38:41.582Z (about 1 year ago)
- Topics: deep-learning, geoinformatics, r, spatial-analysis, spatial-statistics
- Language: CSS
- Homepage: https://stscl.github.io/sptorch/
- Size: 4.48 MB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
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
)
```
[](https://CRAN.R-project.org/package=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)
```
