Skip to content

Generate Java Utility class from GeoJson Input for AnyLogic GISShape

License

Notifications You must be signed in to change notification settings

Quar/AnyLogicGIS_from_geojson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Customize AnyLogicGIS Utility Generator

Build Status

Generate Java Utility class from GeoJson Input for AnyLogic GISShape

Requires: python >= 3.6

Usage

Minimalist example:

python3 ./geojson2java.py input.geojson

Commandline arguments:

$ python3 ./geojson2java.py -h
geojson2java.py [-h] [-o output.java] regions.geojson

Generate Java Utility class from GeoJson Input for AnyLogic GISShape

positional arguments:
  regions.geojson  path to geojson file of regions

optional arguments:
  -h, --help       show this help message and exit
  -o output.java   path of output Java file

Test

make test

# Or use a customized python location
make test PY=/my/python3/path

About

Generate Java Utility class from GeoJson Input for AnyLogic GISShape

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published