Package 'Poly4AT'

Title: Access 'INVEKOS' API for Field Polygons
Description: A 'shiny' app that allows to access and use the 'INVEKOS' API for field polygons in Austria. API documentation is available at <https://gis.lfrz.gv.at/api/geodata/i009501/ogc/features/v1/>.
Authors: Sebastian Wieser [aut, cre, cph]
Maintainer: Sebastian Wieser <[email protected]>
License: MIT + file LICENSE
Version: 1.0.1
Built: 2024-10-22 07:22:24 UTC
Source: CRAN

Help Index


Austria Boundary Dataset

Description

A simple feature collection representing the boundary of Austria.

Usage

austria_boundary

Format

A simple feature collection (sf) with 1 feature and 1 field:

FID

Feature ID, a unique identifier for the feature.

geometry

A POLYGON representing the boundary of Austria.

Source

https://www.data.gv.at


Open Shiny App

Description

Launches the Poly4AT Shiny application for querying geographic data based on coordinates.

Usage

poly4AT_processor()

Value

A Shiny application.

Examples

## Not run: 
  poly4AT_processor()

## End(Not run)