This repository contains the source code for the XML and GeoJSON Converter plugin for the Icy bioimage analysis software.
Icy is developed and maintained by the same unit, and its source code is also GPLv3.
The XML and GeoJSON Converter plugin allows users to convert annotation files between XML and GeoJSON formats directly within Icy.
It is useful for interoperability between tools that use different annotation formats, especially for QuPath users who need to convert their annotations for use in Icy or vice versa.
- Convert XML to GeoJSON: Select an XML file and convert it to GeoJSON.
- Convert GeoJSON to XML: Select a GeoJSON file and convert it to XML.
- The plugin automatically handles file naming and extensions.
- Input and output file names are validated for correctness.
For end-users, refer to the Icy plugin installation guide.
For developers, see the Contributing guidelines and Code of Conduct.
- Classname:
plugins.thardy.xmlgeojsonconverterplugin.XmlGeojsonConverterPlugin - How to use:
- Open the plugin from the Icy interface.
- Choose the conversion mode: XML to GeoJSON or GeoJSON to XML.
- Select the input file. The plugin checks the file extension for compatibility.
- Specify the output file name (optional). If not specified, the plugin will use the input file name with the appropriate extension.
- Run the conversion. The plugin will notify you of success or any errors.
- de Chaumont, F. et al. (2012) Icy: an open bioimage informatics platform for extended reproducible research, Nature Methods, 9, pp. 690-696
http://icy.bioimageanalysis.org
- Théo HARDY for Institut Pasteur
For questions or issues, please use the Icy forum or open an issue on this repository.
