Open geraldo opened 1 month ago
Right now service is used instead of database for importing data, so line 219 in gis_aspb.py.
At the same time it would be better to load configuration from metadata.txt instead of own GisAspb.conf file.
[app] database=gis_aspb service=gis_aspb schema=similitud
database is redundant at it is already defined in service, so remove. or substitue by table?
Right now service is used instead of database for importing data, so line 219 in gis_aspb.py.
At the same time it would be better to load configuration from metadata.txt instead of own GisAspb.conf file.