Importing and exporting Geospatial data
Importing labels
For detailed steps on how to import labels using the SDK, refer to the import labels tutorial.
Supported formats include:
- Kili format: Re-import full annotations exported from another Kili project or asset. See Kili data format for more details.
- Shapefiles (
.shp
): Check out our tutorial for more details. - GeoJSON: Convert your GeoJSON files into Kili format using our utility functions before importing. Check out our tutorial for a step-by-step guide.
Exporting labels
Supported Export formats include:
- Kili format: A versatile format for integration with Kili workflows and further processing. Note: In exported annotations,
x
stands for longitude andy
for latitude - GeoJSON : Widely used for geospatial data, compatible with various GIS tools and applications.
Both formats can be used in the Kili app and the SDK. For detailed steps on how to export labels using the SDK, refer to the export documentation here.
Updated about 6 hours ago