Skip to content

Commit

Permalink
Update docs with pkgdev
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Mar 7, 2022
1 parent db1504e commit 1049e80
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 10 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,10 @@ This script highlights some features of **CatastRo** :
library(CatastRo)

catr_ovc_get_cpmrc(rc = "13077A01800039")
#> # A tibble: 1 x 10
#> # A tibble: 1 × 10
#> xcoord ycoord refcat address pc.pc1 pc.pc2 geo.xcen geo.ycen geo.srs ldt
#> <dbl> <dbl> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <chr>
#> 1 -3.46 38.6 13077A018~ DS DIS~ 13077~ 18000~ -3.4575~ 38.6184~ EPSG:4~ DS D~
#> 1 -3.46 38.6 13077A018 DS DIS 13077 18000 -3.4575 38.6184 EPSG:4 DS D
```

### Extract a cadastral reference from a given set of coordinates
Expand All @@ -139,10 +139,10 @@ catr_ovc_get_rccoor(
lon = -3.45624183836806,
srs = "4230"
)
#> # A tibble: 1 x 8
#> # A tibble: 1 × 8
#> refcat address pc.pc1 pc.pc2 geo.xcen geo.ycen geo.srs ldt
#> <chr> <chr> <chr> <chr> <dbl> <dbl> <chr> <chr>
#> 1 13077A01800039 DS DISEMINADO P~ 13077~ 18000~ -3.46 38.6 EPSG:4~ DS D~
#> 1 13077A01800039 DS DISEMINADO P 13077 18000 -3.46 38.6 EPSG:4 DS D
```

### Extract geometries using the ATOM service
Expand Down
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"codeRepository": "https://github.com/rOpenSpain/CatastRo",
"issueTracker": "https://github.com/rOpenSpain/CatastRo/issues",
"license": "https://spdx.org/licenses/GPL-2.0",
"version": "0.2.0.9000",
"version": "0.2.1",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -294,7 +294,7 @@
},
"SystemRequirements": null
},
"fileSize": "1511.249KB",
"fileSize": "1512.277KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand Down
Binary file modified man/figures/README-atom-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/README-wfs-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/README-wms-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions vignettes/CatastRo.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,11 @@ Valencia in the Cadastre, and we would download the buildings with
val_catr_code <- catr_get_code_from_coords(val)

val_catr_code
#> # A tibble: 1 x 12
#> munic catr_to catr_munic catrcode cpro cmun inecode nm cd cmc cp cm
#> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <chr>
#> 1 VALENCIA 46 900 46900 46 250 46250 VALENCIA 46 900 46 250
#> # A tibble: 1 × 12
#> munic catr_to catr_munic catrcode cpro cmun inecode nm cd cmc cp
#> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <chr>
#> 1 VALEN… 46 900 46900 46 250 46250 VALE… 46 900 46
#> # … with 1 more variable: cm <chr>

valencia_bu <- catr_atom_get_buildings(val_catr_code$catrcode)
```
Expand Down
Binary file modified vignettes/dataviz-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vignettes/minimal-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vignettes/santbernabeu-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1049e80

Please sign in to comment.