Skip to content

Releases: xieguigang/Data.GIS

GIS_render CLI tool

11 Oct 13:38
Compare
Choose a tag to compare

Data visualization for the information about and appraisal of an epidemic or human population genetics data associated with GIS data by using VisualBasic language hybrids with SVG/CSS.

Add test data

26 Sep 13:30
Compare
Choose a tag to compare
v1.1.1

format article

Bugs fixed!

26 Sep 07:24
Compare
Choose a tag to compare

GIS_render [version 1.0.0.0]

Data visualization for the information about and appraisal of an epidemic or human population genetics data associated with GIS data by using VisualBasic language hybrids with SVG/CSS.

GIS_render CLI tool
Data visualization for the information about and appraisal of an epidemic or human population genetics data associated with GIS data by using VisualBasic language hybrids with SVG/CSS.
Copyright © http://xieguigang.me 2016

Module AssemblyName: file:///G:/Data.GIS/CLI/bin/Release/GIS_render.exe
Root namespace: GIS_render.CLI


If you are having trouble debugging this Error, first read the best practices tutorial for helpful tips that address many common problems:

https://github.com/xieguigang/Data.GIS/tree/master/Coloring_an_SVG_map_to_a_numeric_variable

The debugging facility Is helpful To figure out what's happening under the hood:

http://blog.xieguigang.me/

If you're still stumped, you can try get help from author directly from E-mail:

xie.guigang@gcmodeller.org

All of the command that available in this program has been list below:

Function API Info
/Rendering

CLI API list


1. /Rendering

Prototype: GIS_render.CLI::Int32 Rendering(Microsoft.VisualBasic.CommandLine.CommandLine)

Usage
GIS_render /Rendering /in <data.csv> [/main <title> /legend.title <legend title> /map.levels <512> /map <map.svg> /iso_3166 <iso_3166.csv> /map.Name <default> /out <out.svg>]
Example
GIS_render

Parameters information:

/in

A data file template example can be found in the ./Templates/ folder.

Example
[/map.levels]

Any positive integer value, this will adjust the color depth for the value mappings.

Example
[/map]

User custom map svg, please note that the id attribute of the g or path object in the svg stands for the country for region should be the iso-3166-1 alpha2 code.

Example
[/map.Name]

The color map pattern profile name, the VisualBasic language build in color patterns name can be found at github: https://github.com/xieguigang/VisualBasic_AppFramework/tree/master/gr
And this value is set as default if this parameter is not specified, in this situation, the parameter value of /map.levels is only allowd 256 or 512.

Example
Accepted Types
/in

Decalre: Microsoft.VisualBasic.Data.GIS.Data
Example:

{
    "color": "System.String",
    "state": "System.String",
    "value": 0
}
/map.levels

Decalre: System.Int32
Example:

0
/map
/map.Name

Decalre: System.String
Example:

"System.String"

GIS data render

24 Sep 11:56
Compare
Choose a tag to compare

Data visualization for the information about and appraisal of an epidemic or human population genetics data associated with GIS data by using VisualBasic language hybrids with SVG/CSS.

Fix mapping bugs and improvements on legends

24 Sep 14:38
Compare
Choose a tag to compare