CRAN
geojsonsf 1.3.0
GeoJSON to Simple Feature Converter
Released Jan 10, 2019 by David Cooley
This package can be loaded by Renjin but there was an error compiling C/FORTRAN sources and 45 out 52 tests failed.
An older version of this package is
more compatible with Renjin.
Dependencies
rapidjsonr 1.1 BH 1.69.0-1 curl jsonify 0.2.0 Rcpp
Converts Between GeoJSON and simple feature 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>geojsonsf</artifactId> <version>1.3.0-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:geojsonsf')
Test Results
This package was last tested against Renjin 0.9.2719 on Jan 12, 2019.
- conversion.ZM_attributes
- conversion.geometry_collections_with_geometries_with_XYZM_dimensions
- conversion.sf_objects_with_ZM_converted_to_GeoJSON
- conversion.sfc_objects_with_ZM_converted_to_GeoJSON
- datatypes.r_types_are_converted_correctly
- df_geojson-examples
- df_geojson.Factors_are_handled
- df_geojson.data_frame_converted_to_GeoJSON
- df_geojson.z_and_m_handled
- digits.digits_are_rounded
- empty_geometries.empty_features_are_allowed
- errors.errors_are_handled
- geojson_mix.mixture_of_GeoJSON_objects_in_R
- geojson_sf-examples
- geojson_sfc-examples
- geojson_wkt-examples
- geojsonsf.ints_vs_numerics_read_correctly
- geojsonsf.the_geoms_I_test_in_mapdeck_work
- geometries.geometries_are_parsed_correctly
- geometrycollection.expand_geometriesing_preserves_properties,_
- null_geometries.GeoJSON_with_null_geometries_parsed_correctly
- null_geometries.null_objects
- null_geometries.null_sf_objects_converted_to_GeoJSON
- objects.sf_attributes_correctly_assigned
- print.print_method_called
- properties.null_geometries_are_valid_for_features
- properties.properties_captured_correctly
- properties.round_trip_succeeds
- properties.sf_and_sfc_created_equally
- read_geojson.can_read_from_various_sources
- read_geojson.read_rul_works
- read_geojson.read_utils_work_E1
- read_geojson.read_utils_work_E2
- read_geojson.read_utils_work_E3
- sf_geojson.GeometryCollections_correctly_closed
- sf_geojson.errors_are_handled
- sf_geojson.factors_are_numeric
- sf_geojson.features_with_null_geometries_handled_correctly
- sf_geojson.sf_object_with_properties_converted_to_sfc
- sf_geojson.sf_objects_converted_to_GeoJSON
- sf_geojson.sf_with_properties_converted_to_FeatureCollection
- sf_geojson.sf_without_properties_not_converted_to_FeatureCollections
- sf_geojson.sfc_objects_converted_to_GeoJSON
- simplify.simplify_arguemnt_simplifies_or_not
- testthat
- types.geojson_property_types_correctly_captured_in_df
- types.object_and_array_properties_are_strings
- validate.Feature_Object_has_correct_members
- validate.Featurecollection_has_correct_members
- validate.Geometry_object_has_correct_members
- wkt.WKT_with_NULL_objects
- wkt.wkt_created_correctly