TerraME / terrame

TerraME is a programming environment for spatial dynamical modelling
www.terrame.org
GNU Lesser General Public License v3.0
36 stars 13 forks source link

Unnecessary arguments in Layer #2304

Open pedro-andrade-inpe opened 5 years ago

pedro-andrade-inpe commented 5 years ago

Check unnecessary arguments in Layer, to show warnings in codes like:

cells = Layer{
    project = project,
    name = "cells",
    input = "box",
    file = "cells.shp",
    resolution = 500,
    abc = 3,