- Package installs executable scripts:
nsw-rfs-hazardreduction-geojson
,nsw-rfs-majorincidents-geojson
- Package renamed to
@beyondtracks/nsw-rfs-geojson-feeds
.
- Add processing for hazard reduction feed
- Limit coordinate precision of points
- Parse size property as a number (hectares)
- Attempt to parse out the major fire update link and insert it as the link as this is more useful. This also adds a new property 'link-updated` which contains the time contained in the "MAJOR FIRE UPDATE AS AT...".
--sort=original|guid|pubdate
option to sort features.guid
is promoted to a GeoJSON Featureid
.
- Fix an issue in description parsing where the key contained a
:
, "MAJOR FIRE UPDATE AS AT...".
--avoid-geometrycollections
to explode GeometryCollections out into mulitple Features.--avoid-slivers
to remove slivers in Polygons.- Update @mapbox/geojson-rewind to fix issue rewinding Polygons within GeometryCollections.
- Try to avoid internal borders by unioning Polygons.
- Use eslint for code linting.
--pretty-print
option added.
- Fix output to stdout support.
- Drop polygons with 0 area
- Support pre-downloaded input
- Disable coordinate precision limit since it created invalid polygons
- Fix schema trailing space
- Remove titles from schema
- Sort features
- Drop identifiers and include JSON schema
- Changes to the properties schema