This library is developed independently of, but is heavily influenced in design by the python-geojson package. It contains:
Note that GeoJSON.jl loads features into the GeoInterface.jl format and that this differs from GeoJSON in the following ways:
bbox
and crs
method. If you wish to provide a bbox
or crs
attribute, wrap the geometry into a Feature
or FeatureCollection
.id
, bbox
, and crs
. These are to be provided (or found) in the properties
field, under the keys featureid
, bbox
, and crs
respectively (if they exist).When saving GeoJSON, these transformations will be reversed: if properties
has a key featureid
, that will be removed from properties
and a matching member id
will be added to the Feature; similarly for crs
and bbox
.
Documentation for GeoJSON.jl can be found at https://juliageo.github.io/GeoJSON.jl/dev/.
01/25/2015
2 months ago
67 commits