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
- Host: GitHub
- URL: https://github.com/stscl/sptorch
- Owner: stscl
- Created: 2024-06-08T15:58:15.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-02T02:38:20.000Z (8 months ago)
- Last Synced: 2024-09-06T19:50:18.990Z (8 months ago)
- Topics: deep-learning, geoinformatics, r, spatial-analysis, spatial-statistics
- Language: CSS
- Homepage: https://stscl.github.io/sptorch/
- Size: 3.78 MB
- Stars: 3
- 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)
```