sfdct (Q131856): Difference between revisions

From MaRDI portal
Importer (talk | contribs)
Added link to MaRDI item.
 
(12 intermediate revisions by 2 users not shown)
Property / last update
6 January 2021
Timestamp+2021-01-06T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
 
Property / last update: 6 January 2021 / rank
Normal rank
 
Property / copyright license
 
Property / copyright license: Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International / rank
Normal rank
 
Property / imports
 
Property / imports: methods / rank
Normal rank
 
Property / imports
 
Property / imports: RTriangle / rank
Normal rank
 
Property / imports
 
Property / imports: dplyr / rank
Normal rank
 
Property / imports
 
Property / imports: sf / rank
Normal rank
 
Property / imports
 
Property / imports: sp / rank
Normal rank
 
Property / imports
 
Property / imports: tibble / rank
Normal rank
 
Property / depends on software
 
Property / depends on software: R / rank
Normal rank
 
Property / software version identifier
 
0.0.3
Property / software version identifier: 0.0.3 / rank
 
Normal rank
Property / software version identifier: 0.0.3 / qualifier
 
publication date: 2 May 2017
Timestamp+2017-05-02T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / software version identifier
 
0.0.4
Property / software version identifier: 0.0.4 / rank
 
Normal rank
Property / software version identifier: 0.0.4 / qualifier
 
publication date: 29 August 2017
Timestamp+2017-08-29T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / software version identifier
 
0.0.5
Property / software version identifier: 0.0.5 / rank
 
Normal rank
Property / software version identifier: 0.0.5 / qualifier
 
publication date: 5 January 2018
Timestamp+2018-01-05T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / software version identifier
 
0.0.6
Property / software version identifier: 0.0.6 / rank
 
Normal rank
Property / software version identifier: 0.0.6 / qualifier
 
publication date: 23 March 2018
Timestamp+2018-03-23T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / software version identifier
 
0.2.0
Property / software version identifier: 0.2.0 / rank
 
Normal rank
Property / software version identifier: 0.2.0 / qualifier
 
publication date: 9 November 2023
Timestamp+2023-11-09T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / software version identifier
 
0.3.0
Property / software version identifier: 0.3.0 / rank
 
Normal rank
Property / software version identifier: 0.3.0 / qualifier
 
publication date: 9 January 2024
Timestamp+2024-01-09T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / last update
 
9 January 2024
Timestamp+2024-01-09T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / last update: 9 January 2024 / rank
 
Normal rank
Property / description
 
Build a constrained high quality Delaunay triangulation from simple features objects, applying constraints based on input line segments, and triangle properties including maximum area, minimum internal angle. The triangulation code in 'RTriangle' uses the method of Cheng, Dey and Shewchuk (2012, ISBN:9781584887300). For a low-dependency alternative with low-quality path-based constrained triangulation see <https://CRAN.R-project.org/package=decido> and for high-quality configurable triangulation see <https://github.com/hypertidy/anglr>. Also consider comparison with the 'GEOS' lib which since version 3.10.0 includes a low quality polygon triangulation method that starts with ear clipping and refines to Delaunay.
Property / description: Build a constrained high quality Delaunay triangulation from simple features objects, applying constraints based on input line segments, and triangle properties including maximum area, minimum internal angle. The triangulation code in 'RTriangle' uses the method of Cheng, Dey and Shewchuk (2012, ISBN:9781584887300). For a low-dependency alternative with low-quality path-based constrained triangulation see <https://CRAN.R-project.org/package=decido> and for high-quality configurable triangulation see <https://github.com/hypertidy/anglr>. Also consider comparison with the 'GEOS' lib which since version 3.10.0 includes a low quality polygon triangulation method that starts with ear clipping and refines to Delaunay. / rank
 
Normal rank
Property / author
 
Property / author: Michael D. Sumner / rank
 
Normal rank
Property / copyright license
 
Property / copyright license: Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International / rank
 
Normal rank
Property / imports
 
Property / imports: dplyr / rank
 
Normal rank
Property / imports
 
Property / imports: methods / rank
 
Normal rank
Property / imports
 
Property / imports: RTriangle / rank
 
Normal rank
Property / imports
 
Property / imports: sf / rank
 
Normal rank
Property / imports
 
Property / imports: sp / rank
 
Normal rank
Property / imports
 
Property / imports: tibble / rank
 
Normal rank
Property / depends on software
 
Property / depends on software: R / rank
 
Normal rank
Property / depends on software: R / qualifier
 
Property / MaRDI profile type
 
Property / MaRDI profile type: MaRDI software profile / rank
 
Normal rank
links / mardi / namelinks / mardi / name
 

Latest revision as of 19:56, 12 March 2024

Constrained Triangulation for Simple Features
Language Label Description Also known as
English
sfdct
Constrained Triangulation for Simple Features

    Statements

    0 references
    0.1.0
    6 January 2021
    0 references
    0.0.3
    2 May 2017
    0 references
    0.0.4
    29 August 2017
    0 references
    0.0.5
    5 January 2018
    0 references
    0.0.6
    23 March 2018
    0 references
    0.2.0
    9 November 2023
    0 references
    0.3.0
    9 January 2024
    0 references
    0 references
    0 references
    9 January 2024
    0 references
    Build a constrained high quality Delaunay triangulation from simple features objects, applying constraints based on input line segments, and triangle properties including maximum area, minimum internal angle. The triangulation code in 'RTriangle' uses the method of Cheng, Dey and Shewchuk (2012, ISBN:9781584887300). For a low-dependency alternative with low-quality path-based constrained triangulation see <https://CRAN.R-project.org/package=decido> and for high-quality configurable triangulation see <https://github.com/hypertidy/anglr>. Also consider comparison with the 'GEOS' lib which since version 3.10.0 includes a low quality polygon triangulation method that starts with ear clipping and refines to Delaunay.
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references