CRAN
geojsonR 1.0.6
A GeoJson Processing Toolkit
Released Sep 23, 2018 by Lampros Mouselimis
Dependencies
R6 2.3.0 Rcpp RcppArmadillo 0.9.100.5.0
Includes functions for processing GeoJson objects
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>geojsonR</artifactId> <version>1.0.6-b1</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:geojsonR')
Test Results
This package was last tested against Renjin 0.9.2692 on Oct 21, 2018.
- Dump_From_GeoJson-examples
- FROM_GeoJson-examples
- FROM_GeoJson_Schema-examples
- Features_2Collection-examples
- TO_GeoJson-examples
- geojson_functions.in_case_that_the_'Average_Coordinates'_parameter_is_not_a_boolean_it_returns_an_error_E1
- geojson_functions.in_case_that_the_'Average_Coordinates'_parameter_is_not_a_boolean_it_returns_an_error_E2
- geojson_functions.in_case_that_the_'CONCAT_DELIMITER'_parameter_is_not_a_character_string_it_returns_an_error
- geojson_functions.in_case_that_the_'Features_files_vec'_parameter_is_not_a_character_string_it_returns_an_error
- geojson_functions.in_case_that_the_'Flatten_Coords'_parameter_is_not_a_boolean_it_returns_an_error
- geojson_functions.in_case_that_the_'INPUT_FOLDER'_parameter_does_not_end_in_slash_it_returns_an_error_E1
- geojson_functions.in_case_that_the_'INPUT_FOLDER'_parameter_does_not_end_in_slash_it_returns_an_error_E2
- geojson_functions.in_case_that_the_'INPUT_FOLDER'_parameter_is_not_a_character_string_it_returns_an_error
- geojson_functions.in_case_that_the_'OUTPUT_FILE'_parameter_is_not_a_character_string_it_returns_an_error
- geojson_functions.in_case_that_the_'To_List'_parameter_is_not_a_boolean_it_returns_an_error_E1
- geojson_functions.in_case_that_the_'To_List'_parameter_is_not_a_boolean_it_returns_an_error_E2
- geojson_functions.in_case_that_the_'bbox_vec'_parameter_is_not_a_numeric_vector_it_returns_an_error
- geojson_functions.in_case_that_the_'data'_parameter_is_not_a_list_it_returns_an_error_E1
- geojson_functions.in_case_that_the_'data'_parameter_is_not_a_list_it_returns_an_error_E2
- geojson_functions.in_case_that_the_'data'_parameter_is_not_a_numeric_list_it_returns_an_error_E1
- geojson_functions.in_case_that_the_'data'_parameter_is_not_a_numeric_list_it_returns_an_error_E2
- geojson_functions.in_case_that_the_'data'_parameter_is_not_a_numeric_list_it_returns_an_error_E3
- geojson_functions.in_case_that_the_'data'_parameter_is_not_a_numeric_list_it_returns_an_error_E4
- geojson_functions.in_case_that_the_'data'_parameter_is_not_a_numeric_list_it_returns_an_error_E5
- geojson_functions.in_case_that_the_'data'_parameter_is_not_a_numeric_list_it_returns_an_error_E6
- geojson_functions.in_case_that_the_'data'_parameter_is_not_a_numeric_list_it_returns_an_error_E7
- geojson_functions.in_case_that_the_'data'_parameter_is_not_a_numeric_vector_it_returns_an_error
- geojson_functions.in_case_that_the_'geometry_name'_parameter_is_not_a_character_string_it_returns_an_error
- geojson_functions.in_case_that_the_'input_file'_parameter_is_not_a_character_string_it_returns_an_error
- geojson_functions.in_case_that_the_'stringify'_parameter_is_not_a_boolean_it_returns_an_error_E1
- geojson_functions.in_case_that_the_'stringify'_parameter_is_not_a_boolean_it_returns_an_error_E10
- geojson_functions.in_case_that_the_'stringify'_parameter_is_not_a_boolean_it_returns_an_error_E2
- geojson_functions.in_case_that_the_'stringify'_parameter_is_not_a_boolean_it_returns_an_error_E3
- geojson_functions.in_case_that_the_'stringify'_parameter_is_not_a_boolean_it_returns_an_error_E4
- geojson_functions.in_case_that_the_'stringify'_parameter_is_not_a_boolean_it_returns_an_error_E5
- geojson_functions.in_case_that_the_'stringify'_parameter_is_not_a_boolean_it_returns_an_error_E6
- geojson_functions.in_case_that_the_'stringify'_parameter_is_not_a_boolean_it_returns_an_error_E7
- geojson_functions.in_case_that_the_'stringify'_parameter_is_not_a_boolean_it_returns_an_error_E8
- geojson_functions.in_case_that_the_'stringify'_parameter_is_not_a_boolean_it_returns_an_error_E9
- geojson_functions.in_case_that_the_'url_file'_parameter_is_a_character_string_BUT_not_a_path_to_a_file_or_a_valid_url_it_returns_an_error
- geojson_functions.in_case_that_the_'url_file'_parameter_is_not_a_character_string_it_returns_an_error
- geojson_functions.in_case_that_the_'url_file_string'_parameter_is_not_a_character_string_it_returns_an_error_E1
- geojson_functions.in_case_that_the_'url_file_string'_parameter_is_not_a_character_string_it_returns_an_error_E2
- geojson_functions.in_case_that_the_'verbose'_parameter_is_not_a_boolean_it_returns_an_error
- testthat