Skip to content

S-codex/imdf-conversion-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMDF Conversion Tool 1.0.0

Prerequisites

  • Python >= 3.7

Usage Instructions

  1. Open command line(terminal) and navigate to the tool directory, or open the terminal at the tool directory location.
  2. Run the tool script using following command :
    python imdf_tool.py <input geojson directpry path> <output directory path>
    

Example commands (Windows)

  1. When input and output are in the same directory as tool -
    python imdf_tool.py Input_Geojson Tool_Geojson
    
  2. Input and Output are placed elsewhere in the system -
    python imdf_tool.py C:\User\Desktop\Input_Geojson C:\User\Desktop\Output_Geojson
    
    For other systems - Linux/MacOS, use the corresponding system path format for input and output directory paths

Limitations / Considerations

  • As per v1.0.0, the tool expects the input structure of coordinates in venue module to be exactly a triple-nested list of coordinate pairs.

About

Convert Geojson data to conform Apple's IMDF format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages