Skip to content

Commit 308e143

Browse files
committed
replace with new version
1 parent c4cd09e commit 308e143

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+27710
-0
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
^geoarrow\.Rproj$
22
^\.Rproj\.user$
33
^\.vscode$
4+
^bootstrap\.R$
45
^LICENSE\.md$

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.Rproj.user
22
.Rhistory
3+
.vscode

DESCRIPTION

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
Package: geoarrow
2+
Title: Extension types for geospatial data for use with 'Arrow'
3+
Version: 0.1.0.9000
4+
Authors@R:
5+
person(given = "Dewey",
6+
family = "Dunnington",
7+
role = c("aut", "cre"),
8+
email = "[email protected]",
9+
comment = c(ORCID = "0000-0002-9415-4582"))
10+
Description: Provides extension types and conversions to between R-native
11+
object types and 'Arrow' columnar types.
12+
License: MIT + file LICENSE
13+
Encoding: UTF-8
14+
Roxygen: list(markdown = TRUE)
15+
RoxygenNote: 7.2.3
16+
Imports:
17+
nanoarrow (>= 0.3.0),
18+
wk (>= 0.6.0)
19+
LinkingTo:
20+
wk
21+
Config/testthat/edition: 3
22+
URL: https://github.com/geoarrow/geoarrow-r
23+
BugReports: https://github.com/geoarrow/geoarrow-r/issues
24+
Depends:
25+
R (>= 3.6.0)
26+
Suggests:
27+
arrow,
28+
R6,
29+
sf,
30+
testthat (>= 3.0.0)

LICENSE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
YEAR: 2023
2+
COPYRIGHT HOLDER: geoarrow authors

LICENSE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# MIT License
2+
3+
Copyright (c) 2023 geoarrow authors
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

NAMESPACE

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
# Generated by roxygen2: do not edit by hand
2+
3+
S3method("[",geoarrow_vctr)
4+
S3method("[<-",geoarrow_vctr)
5+
S3method("[[<-",geoarrow_vctr)
6+
S3method(as.character,geoarrow_vctr)
7+
S3method(as_geoarrow_array,character)
8+
S3method(as_geoarrow_array,default)
9+
S3method(as_geoarrow_array,nanoarrow_array)
10+
S3method(as_geoarrow_array,sfc)
11+
S3method(as_geoarrow_array,wk_wkb)
12+
S3method(as_geoarrow_array,wk_wkt)
13+
S3method(as_geoarrow_array,wk_xy)
14+
S3method(as_geoarrow_array_stream,Array)
15+
S3method(as_geoarrow_array_stream,ChunkedArray)
16+
S3method(as_geoarrow_array_stream,default)
17+
S3method(as_geoarrow_array_stream,geoarrow_vctr)
18+
S3method(as_geoarrow_array_stream,nanoarrow_array_stream)
19+
S3method(as_nanoarrow_array,sfc)
20+
S3method(as_nanoarrow_array_extension,geoarrow_extension_spec)
21+
S3method(as_nanoarrow_array_stream,geoarrow_vctr)
22+
S3method(as_nanoarrow_schema,geoarrow_vctr)
23+
S3method(convert_array,geoarrow_vctr)
24+
S3method(convert_array,sfc)
25+
S3method(convert_array,wk_wkb)
26+
S3method(convert_array,wk_wkt)
27+
S3method(convert_array,wk_xy)
28+
S3method(convert_array_extension,geoarrow_extension_spec)
29+
S3method(format,geoarrow_vctr)
30+
S3method(infer_geoarrow_schema,default)
31+
S3method(infer_geoarrow_schema,nanoarrow_array)
32+
S3method(infer_geoarrow_schema,nanoarrow_array_stream)
33+
S3method(infer_nanoarrow_ptype_extension,geoarrow_extension_spec)
34+
S3method(infer_nanoarrow_schema,geoarrow_vctr)
35+
S3method(infer_nanoarrow_schema,sfc)
36+
S3method(infer_nanoarrow_schema,wk_wkb)
37+
S3method(infer_nanoarrow_schema,wk_wkt)
38+
S3method(infer_nanoarrow_schema,wk_xy)
39+
S3method(wk_crs,geoarrow_vctr)
40+
S3method(wk_handle,geoarrow_vctr)
41+
S3method(wk_is_geodesic,geoarrow_vctr)
42+
export(as_geoarrow_array)
43+
export(as_geoarrow_array_stream)
44+
export(as_geoarrow_vctr)
45+
export(geoarrow_handle)
46+
export(geoarrow_schema_parse)
47+
export(geoarrow_writer)
48+
export(infer_geoarrow_schema)
49+
export(na_extension_geoarrow)
50+
export(na_extension_large_wkb)
51+
export(na_extension_large_wkt)
52+
export(na_extension_wkb)
53+
export(na_extension_wkt)
54+
importFrom(nanoarrow,as_nanoarrow_array)
55+
importFrom(nanoarrow,as_nanoarrow_array_extension)
56+
importFrom(nanoarrow,as_nanoarrow_array_stream)
57+
importFrom(nanoarrow,as_nanoarrow_schema)
58+
importFrom(nanoarrow,convert_array)
59+
importFrom(nanoarrow,convert_array_extension)
60+
importFrom(nanoarrow,infer_nanoarrow_ptype_extension)
61+
importFrom(nanoarrow,infer_nanoarrow_schema)
62+
importFrom(wk,wk_crs)
63+
importFrom(wk,wk_handle)
64+
importFrom(wk,wk_is_geodesic)
65+
useDynLib(geoarrow, .registration = TRUE)

0 commit comments

Comments
 (0)