Skip to content

Commit

Permalink
draft geometry overhaul pr
Browse files Browse the repository at this point in the history
  • Loading branch information
JosiahParry committed May 1, 2024
1 parent f3f8f34 commit 7eb069e
Show file tree
Hide file tree
Showing 58 changed files with 5,218 additions and 1,282 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
^\.github$
^cran-comments\.md$
^CRAN-SUBMISSION$
^src/\.cargo$
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
.Rproj.user
docs/
src/.cargo*
src/vendor
src/rust/vendor
5 changes: 1 addition & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: arcgisutils
Title: ArcGIS Utility Functions
Version: 0.2.0.9001
Version: 0.2.0.9002
Authors@R: c(
person("Josiah", "Parry", , "josiah.parry@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9910-865X")),
Expand All @@ -26,7 +26,6 @@ Imports:
dbplyr,
httr2 (>= 1.0.0),
jsonify,
Rcpp,
RcppSimdJson,
rlang,
sf,
Expand All @@ -37,8 +36,6 @@ Suggests:
data.table,
vctrs,
testthat (>= 3.0.0)
LinkingTo:
Rcpp
Config/testthat/edition: 3
Encoding: UTF-8
Language: en
Expand Down
18 changes: 0 additions & 18 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
# Generated by roxygen2: do not edit by hand

S3method(as_features,data.frame)
S3method(as_features,sf)
S3method(as_features,sfc)
S3method(as_featureset,data.frame)
S3method(as_featureset,sf)
S3method(as_featureset,sfc)
S3method(as_geometry,LINESTRING)
S3method(as_geometry,MULTILINESTRING)
S3method(as_geometry,MULTIPOINT)
S3method(as_geometry,MULTIPOLYGON)
S3method(as_geometry,POINT)
S3method(as_geometry,POLYGON)
S3method(determine_dims,sfc)
S3method(determine_dims,sfg)
S3method(has_m,sfc)
Expand All @@ -24,14 +12,8 @@ export(arc_base_req)
export(arc_host)
export(arc_self_meta)
export(arc_token)
export(as_esri_features)
export(as_esri_featureset)
export(as_esri_geometry)
export(as_extent)
export(as_feature_collection)
export(as_features)
export(as_featureset)
export(as_geometry)
export(as_layer)
export(as_layer_definition)
export(auth_binding)
Expand Down
55 changes: 0 additions & 55 deletions R/RcppExports.R

This file was deleted.

Loading

0 comments on commit 7eb069e

Please sign in to comment.