poly4at

Poly4AT ist a shiny app written in R to access the INVEKOS API

https://github.com/farmse988/poly4at

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (15.2%) to scientific vocabulary

Keywords

api field invekos polygons soil
Last synced: 6 months ago · JSON representation

Repository

Poly4AT ist a shiny app written in R to access the INVEKOS API

Basic Info
  • Host: GitHub
  • Owner: farmse988
  • License: other
  • Language: R
  • Default Branch: master
  • Homepage:
  • Size: 1.38 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 2
  • Releases: 0
Topics
api field invekos polygons soil
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog License

README.Rmd

---
output: github_document
---



```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
```

# Poly4AT

The goal of Poly4AT is to provide user-friendly access to the [INVEKOS API](https://gis.lfrz.gv.at/api/geodata/i009501/ogc/features/v1/) for retrieving and interacting with field parcel polygons. The application simplifies querying geographic data, allowing users to easily obtain polygon information based on coordinates, even without programming skills.








## Installation

Install the following packages if they are not already installed.
```r

# install.packages(c("shiny", "sf", "leaflet", "geojsonsf", "httr", "jsonlite", "shinydashboard", "DT, "leaflet.extras"))
```


You can install the development version of Poly4AT from [GitHub](https://github.com/farmse988/Poly4AT) with:

``` r
# install.packages("devtools")
devtools::install_github("farmse988/Poly4AT")
```

You can install Poly4AT via CRAN

``` r
install.packages("Poly4AT")
```

## Usage

### Loading the Package
First, load the Poly4AT package:

```{r, message=FALSE, results='hide', warning=FALSE }
library(Poly4AT)
```


### Start the Shiny Application
To start the Shiny application, simply run:

```{r, message=FALSE, results='hide', warning=FALSE }
poly4AT_processor()
```


## Example: Entering a Single Coordinate

You can enter a single coordinate within the borders of Austria:

![request single coordinate](man/figures/coord.png "Einzelkoordinate")



## Example: Uploading Multiple Coordinates
You can upload multiple coordinates to the server and request polygons:

![request multiple polygons](man/figures/coord_multi.jpeg "Einzelkoordinate")




## Citation:


```{r }
citation("Poly4AT")
```


## Citation for API Data


AMA. (year of request). OGC Features API.requested on [dd.mm.yyyy], from https://gis.lfrz.gv.at/api/geodata/i009501/ogc/features/v1/
                        
## Language
The user interface (UI) of Poly4AT is in German, while the documentation and examples are in English. This ensures a user-friendly experience for German-speaking users and at the same time comprehensive information for international users.

Owner

  • Name: farmse988
  • Login: farmse988
  • Kind: user

GitHub Events

Total
  • Create event: 1
  • Release event: 1
  • Issues event: 1
  • Delete event: 1
  • Push event: 7
Last Year
  • Create event: 1
  • Release event: 1
  • Issues event: 1
  • Delete event: 1
  • Push event: 7

Packages

  • Total packages: 1
  • Total downloads:
    • cran 173 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
  • Total maintainers: 1
cran.r-project.org: Poly4AT

Access 'INVEKOS' API for Field Polygons

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 173 Last month
Rankings
Dependent packages count: 28.0%
Dependent repos count: 34.5%
Average: 49.8%
Downloads: 86.8%
Maintainers (1)
Last synced: 7 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.5.0 depends
  • DT * imports
  • geojsonsf * imports
  • httr * imports
  • jsonlite * imports
  • leaflet * imports
  • leaflet.extras * imports
  • readxl * imports
  • sf * imports
  • shiny * imports
  • shinydashboard * imports
  • utils * imports
  • testthat >= 3.0.0 suggests