GISBox is a one-stop 3D GIS data editing, conversion and publishing platform that supports editing in multiple GIS formats such as OSGB/GEOTIFF/RVT, converting to 3DTiles/Terrain and publishing.
SAIF (Spatial Archive and Interchange Format) is an open geographic data standard developed under the leadership of the Canadian government. It uses an object-oriented multiple inheritance model to build a standardized framework containing more than 300 basic classes. It realizes one-to-many data conversion and interoperability across GIS platforms and database systems through the SAIF/ZIP compression mechanism, providing a unified intermediate exchange format for multi-source heterogeneous geographic spatial data. It is particularly suitable for cross-platform data sharing scenarios that require compatibility with multiple commercial software and databases.
1. Object-oriented data model
Based on a multi-inheritance class hierarchy, this system implements modular definition and attribute extension of geographic features through a hierarchical relationship between abstract base classes (such as Feature and Geometry) and concrete subclasses (such as PointFeature and PolylineGeometry).
2. Standardized intermediate exchange format
Data is encapsulated using SAIF/ZIP containers, supporting lossless bidirectional conversion between heterogeneous GIS systems (e.g., ESRI Shapefile ↔ SAIF ↔ GeoJSON), addressing data interoperability.
3. Metadata-driven architecture
Data structures are defined using XML Schema files (XSD), and schema mapping and semantic conversion are implemented using the Feature Manipulation Engine (FME), ensuring cross-platform data consistency.
SAIF is suitable for scenarios that require standardized exchange and sharing of geospatial data across different GIS platforms or database systems.