Added
- Support for featureType in JSON to GeoJSON and GeoJSON to JSON
Changed
- Schema files are now bundled with library instead of downloading on each use
- Update Schema file to 0.3.0 of schema (There is no version detection and automatic switching yet.)
- GeoJSONToJSONConverter.process_data has changed API to accommodate featureType
Removed
- OFDSSchema class no longer has get_data_schema - it was not used.
- OFDSSchema class no longer has get_package_schema_dereferenced - the standard get_package_schema now returns a dereferenced schema.
- Python dependencies that aren't needed any more, due to not fetching schemas
Fixed
- GeoJSON to JSON:
- [69](https://github.com/Open-Telecoms-Data/lib-cove-ofds/issues/69) AttributeError: 'str' object has no attribute 'get'