Generalized Proximity Matrix
Version: 0.7
License: LGPL-3
Release: 04/16/2018
Authors: Pedro R. Andrade, Rodrigo Avancini
URL: https://github.com/pedro-andrade-inpe/gpm
A package to create neighborhood relations or fill attributes using the idea of GPM.
Types
Type | Description |
---|---|
GPM | Type to create a Generalized Proximity Matrix (GPM). |
Network | Type that represents a network. |
Examples
su|Example|Description| |---|---| |area|GPM Implementation strategy 'area' and creating map.| |border|Compute the neighbors of some Brazilian states.| |contains|Example that connects cells to the communities located within them.| |distance-all|Computes neighborhoods based on Euclidean distances from cells to all communities.| |distance-limit|Computes neighborhoods based on Euclidean distances from cells to communities within 4km of distance.| |length|Compute a GPM based on the intersection between cells and lines.| |network|GPM Implementation creating maps.|
Data
Data | Description |
---|---|
area.gpm | GPM file created by example area. |
border.gal | GAL file created by example border. |
border.gpm | GPM file created by example border. |
border.gwt | GWT file created by example border. |
cells.dbf | Automatically created file in project "cells.tview". |
cells.tview | Automatically created TerraView project file. |
communities.dbf | A shapefile describing some communities in Santarem, Para, Brazil. |
farms.dbf | A shapefile describing the farms. |
partofbrazil.dbf | A shapefile describing the some Brazilian states. |
roads.dbf | Some roads of Santarem, Para state, Brazil. |