ID Grid map

Functionality

Wildlife distribution and density:

Systematic reconnaissance flights is a sample survey, where by evenly-spaced parallel transects are flown over a large area, and observers count all wildlife seen within defined counting strips on either site of the aircraft. The number of animals counted per square kilometer can be entered in a table or database. To obtain a spatial representation of these data (a map) you can use the ID Grid map operation which creates square polygons for every entry in the table.

The ID Grid map operation uses a coordinate system and optionally an attribute table as input and creates a polygon map as output. The output polygon map consists of rectangular grid cells with a unique ID, and can be linked to a table with attribute data when sample data is available for the rectangular grid cells (e.g. biodiversity data in 5x5 km blocks).

Besides the above, the operation can create an additional point map with label points at the center of each grid cell.

Concept:

The figure below schematically presents the concept of the ID grid map operation. The black grid is a metric coordinate system and the red one is the output polygon map consisting of 12 ID grid cells (4x3 cells). The origin of the ID grid map is at point A (0,0). Point B (7,-1) in the opposite corner of the map is called the opposite corner coordinate. Point C (3,3) along the positive Y-axis of the ID grid map defines the degrees that the grid cells should be rotated. This point is called direction point. Grid size should always be specified in the units of the coordinate system. In this figure the grid cells are perfectly rectangular and the width and height of the cells are both (12 + 12), i.e. 2.

 

   A = origin
   B = opposite corner
   C = direction point

Example of creating an ID Grid map:

In this example an ID grid map OutMap is created using an input coordinate system and an existing attribute table. The attribute table with animal counts/census has an ID domain with IDs like, nr1, nr2, nr3 etc. The output polygon map with rectangular grid cells has the same domain as the existing attribute table.

Attribute table

 

OutMap

ID

Nr. Elephants

Nr. Buffalo

Nr. Cattle

Nr....

nr1

0

53

22

....

nr2

22

50

34

....

nr3

24

80

45

....

nr4

87

0

64

....

nr5

34

50

70

....

nr6

45

20

22

....

nr7

4

15

86

....

nr8

37

29

12

....

nr9

12

15

21

....

 
nr1 nr4 nr7
nr2 nr5 nr8
nr3 nr6 nr9

 

Tip: For more information on the labelling process, refer to ID Grid map : algorithm.

Input coordinate system requirements:

No special requirements for the input coordinate system.

Input attribute table requirements:

The attribute table needs to be a table with an Identifier domain. The ID to be assigned to each grid cell should be available in the ID domain of the table. See ID Grid map : algorithm for more information.

Coordinate system of output maps:

The output polygon map and the optional point map use the input coordinate system.

Domain of output maps:

When an attribute table is used, the polygon map and the optional point map with label points both use the ID domain of this attribute table. When no attribute table is used a new ID domain is created based on the input values given.

See also: