Caminhamento ótimo para acesso às parcelas de inventário florestal

Detalhes bibliográficos
Autor(a) principal: Marcatti, Gustavo Eduardo
Data de Publicação: 2013
Tipo de documento: Dissertação
Idioma: por
Título da fonte: LOCUS Repositório Institucional da UFV
Texto Completo: http://locus.ufv.br/handle/123456789/3138
Resumo: The aim of this study was to develop methods for optimizing access and pathway to forest inventory plots, and to implement them in an environment with graphical user interface and integrated into a geographic information system. We used data from a plantation of teak (Tectona grandis) owned by the forestry company Floresteca, located in the city of Rosário Oeste, Mato Grosso. The spatial database was composed of localization of 80 inventory plots distributed in 15 stands, as the network of forest roads located on site. Usually, the Brazilian forestry companies adopt variations or combinations of two strategies to access the portions: (1st) moving from the road to the parcel and then, from parcel to the road, and (2nd) moving from the road to the plot, then from the plot to a series of other plots, to finally return to the road. In this study we adopted the 1st strategy. The optimization of access was based on the nearest neighbor algorithm. This algorithm basically determines the points of the road closest to each plot. These points are then considered as the parcel entrance. The problem of the pathway between plots was formulated as a traveling salesman problem (TSP) allowing, however, the imposition of the road network in the optimization process. The TSP was solved via integer linear programming formulation, followed by an optimization from the algorithm cutting-plane available on Concorde software. For comparison purposes, the problem has also been solved by the method of approximate nearest neighbor, since the inventory executor intuitively applies this algorithm in the field. These methods were implemented using the Python programming language and integrated into the ArcGIS software. The parcel access methodology optimizes the path among the roads and the forest inventory plots, and its computational implementation allows the task to be done in an automated fashion. Thus, we obtain increased efficiency both in inventory planning and in execution. The methodology optimizes the traversal path between plots to be inventoried. The exact solution was superior to the approximate solution, something around 17% on average.
id UFV_aeb287f1f108e7e4e21a6a46ae6e82d4
oai_identifier_str oai:locus.ufv.br:123456789/3138
network_acronym_str UFV
network_name_str LOCUS Repositório Institucional da UFV
repository_id_str 2145
spelling Marcatti, Gustavo Eduardohttp://lattes.cnpq.br/3268767286765155Leite, Hélio Garciahttp://buscatextual.cnpq.br/buscatextual/visualizacv.do?id=K4785373Z6Ribeiro, Carlos Antônio Alvares Soareshttp://lattes.cnpq.br/0257744922714589Andrade, Marcus Vinícius Alvimhttp://buscatextual.cnpq.br/buscatextual/visualizacv.do?id=K4785900Z5Soares, Vicente Paulohttp://buscatextual.cnpq.br/buscatextual/visualizacv.do?id=K4781715A92015-03-26T13:15:27Z2013-11-112015-03-26T13:15:27Z2013-02-28MARCATTI, Gustavo Eduardo. Pathway Optimization for Access to Forest Inventory Plots. 2013. 41 f. Dissertação (Mestrado em Manejo Florestal; Meio Ambiente e Conservação da Natureza; Silvicultura; Tecnologia e Utilização de) - Universidade Federal de Viçosa, Viçosa, 2013.http://locus.ufv.br/handle/123456789/3138The aim of this study was to develop methods for optimizing access and pathway to forest inventory plots, and to implement them in an environment with graphical user interface and integrated into a geographic information system. We used data from a plantation of teak (Tectona grandis) owned by the forestry company Floresteca, located in the city of Rosário Oeste, Mato Grosso. The spatial database was composed of localization of 80 inventory plots distributed in 15 stands, as the network of forest roads located on site. Usually, the Brazilian forestry companies adopt variations or combinations of two strategies to access the portions: (1st) moving from the road to the parcel and then, from parcel to the road, and (2nd) moving from the road to the plot, then from the plot to a series of other plots, to finally return to the road. In this study we adopted the 1st strategy. The optimization of access was based on the nearest neighbor algorithm. This algorithm basically determines the points of the road closest to each plot. These points are then considered as the parcel entrance. The problem of the pathway between plots was formulated as a traveling salesman problem (TSP) allowing, however, the imposition of the road network in the optimization process. The TSP was solved via integer linear programming formulation, followed by an optimization from the algorithm cutting-plane available on Concorde software. For comparison purposes, the problem has also been solved by the method of approximate nearest neighbor, since the inventory executor intuitively applies this algorithm in the field. These methods were implemented using the Python programming language and integrated into the ArcGIS software. The parcel access methodology optimizes the path among the roads and the forest inventory plots, and its computational implementation allows the task to be done in an automated fashion. Thus, we obtain increased efficiency both in inventory planning and in execution. The methodology optimizes the traversal path between plots to be inventoried. The exact solution was superior to the approximate solution, something around 17% on average.O objetivo desse estudo foi desenvolver metodologias para otimização do acesso e do caminhamento às parcelas de inventário florestal, bem como implementá-las em um ambiente com interface gráfica para o usuário e integradas a um sistema de informações geográficas. Foram utilizados dados provenientes da empresa florestal Floresteca, de plantios de teca (Tectona grandis) situados no município de Rosário Oeste, Mato Grosso. A base de dados espaciais foi composta da localização de 80 parcelas de inventário distribuídas em 15 talhões e da rede de estradas florestais existentes no local. Normalmente as empresas florestais brasileiras adotam variações ou combinações de duas estratégias de acesso às parcelas: (1ª) caminhamento da estrada até a parcela e posteriormente da parcela até a estrada, e (2ª) caminhamento da estrada até a parcela e da parcela até uma série de outras parcelas, retornando-se, posteriormente, à estrada. Neste estudo adotou-se a 1ª estratégia. A otimização do acesso foi baseada no algoritmo do vizinho mais próximo. Este algoritmo, basicamente, determina os pontos da estrada mais próximos a cada parcela. Esses pontos são, então, considerados como a entrada da parcela. O problema do caminhamento entre as parcelas foi formulado como um problema do caixeiro-viajante (PCV) permitindo-se, contudo, a imposição da malha viária no processo de otimização. O PCV foi resolvido via formulação de programação linear inteira, sendo otimizado pelo algoritmo cutting-plane, disponível no software Concorde. Para fins de comparação, o problema foi também resolvido pelo método aproximativo do vizinho mais próximo, uma vez que o executor do inventário aplica esse algoritmo intuitivamente em campo. As metodologias foram implementadas usando-se a linguagem de programação Python e integradas ao software ArcGIS. A metodologia de acesso às parcelas otimiza o caminhamento entre a estrada e as parcelas de inventário florestal, e sua implementação computacional permite que a tarefa seja feita de forma automatizada. Com isso, obtêm-se aumento de eficiência tanto no planejamento do inventário quanto em sua execução. A metodologia de caminhamento otimiza o percurso entre as parcelas a serem inventariadas. A solução exata mostrou-se superior à solução aproximada, algo em torno de 17% em média.Conselho Nacional de Desenvolvimento Científico e Tecnológicoapplication/pdfporUniversidade Federal de ViçosaMestrado em Ciência FlorestalUFVBRManejo Florestal; Meio Ambiente e Conservação da Natureza; Silvicultura; Tecnologia e Utilização deProblema do caixeiro viajanteOtimização florestalSistemas de informações geográficasTraveling salesman problemOptimization forestGeographic information systemsCNPQ::CIENCIAS AGRARIAS::RECURSOS FLORESTAIS E ENGENHARIA FLORESTAL::MANEJO FLORESTALCaminhamento ótimo para acesso às parcelas de inventário florestalPathway Optimization for Access to Forest Inventory Plotsinfo:eu-repo/semantics/publishedVersioninfo:eu-repo/semantics/masterThesisinfo:eu-repo/semantics/openAccessreponame:LOCUS Repositório Institucional da UFVinstname:Universidade Federal de Viçosa (UFV)instacron:UFVORIGINALtexto completo.pdfapplication/pdf2259836https://locus.ufv.br//bitstream/123456789/3138/1/texto%20completo.pdf3b77a0af3b64b7f1860bc27ee6977607MD51TEXTtexto completo.pdf.txttexto completo.pdf.txtExtracted texttext/plain57284https://locus.ufv.br//bitstream/123456789/3138/2/texto%20completo.pdf.txtd0ebc7b9f04225b744defa13f18c2823MD52THUMBNAILtexto completo.pdf.jpgtexto completo.pdf.jpgIM Thumbnailimage/jpeg3394https://locus.ufv.br//bitstream/123456789/3138/3/texto%20completo.pdf.jpgb79249bcb2d0855dc0807ddff65cc277MD53123456789/31382016-04-09 23:05:50.147oai:locus.ufv.br:123456789/3138Repositório InstitucionalPUBhttps://www.locus.ufv.br/oai/requestfabiojreis@ufv.bropendoar:21452016-04-10T02:05:50LOCUS Repositório Institucional da UFV - Universidade Federal de Viçosa (UFV)false
dc.title.por.fl_str_mv Caminhamento ótimo para acesso às parcelas de inventário florestal
dc.title.alternative.eng.fl_str_mv Pathway Optimization for Access to Forest Inventory Plots
title Caminhamento ótimo para acesso às parcelas de inventário florestal
spellingShingle Caminhamento ótimo para acesso às parcelas de inventário florestal
Marcatti, Gustavo Eduardo
Problema do caixeiro viajante
Otimização florestal
Sistemas de informações geográficas
Traveling salesman problem
Optimization forest
Geographic information systems
CNPQ::CIENCIAS AGRARIAS::RECURSOS FLORESTAIS E ENGENHARIA FLORESTAL::MANEJO FLORESTAL
title_short Caminhamento ótimo para acesso às parcelas de inventário florestal
title_full Caminhamento ótimo para acesso às parcelas de inventário florestal
title_fullStr Caminhamento ótimo para acesso às parcelas de inventário florestal
title_full_unstemmed Caminhamento ótimo para acesso às parcelas de inventário florestal
title_sort Caminhamento ótimo para acesso às parcelas de inventário florestal
author Marcatti, Gustavo Eduardo
author_facet Marcatti, Gustavo Eduardo
author_role author
dc.contributor.authorLattes.por.fl_str_mv http://lattes.cnpq.br/3268767286765155
dc.contributor.author.fl_str_mv Marcatti, Gustavo Eduardo
dc.contributor.advisor-co1.fl_str_mv Leite, Hélio Garcia
dc.contributor.advisor-co1Lattes.fl_str_mv http://buscatextual.cnpq.br/buscatextual/visualizacv.do?id=K4785373Z6
dc.contributor.advisor1.fl_str_mv Ribeiro, Carlos Antônio Alvares Soares
dc.contributor.advisor1Lattes.fl_str_mv http://lattes.cnpq.br/0257744922714589
dc.contributor.referee1.fl_str_mv Andrade, Marcus Vinícius Alvim
dc.contributor.referee1Lattes.fl_str_mv http://buscatextual.cnpq.br/buscatextual/visualizacv.do?id=K4785900Z5
dc.contributor.referee2.fl_str_mv Soares, Vicente Paulo
dc.contributor.referee2Lattes.fl_str_mv http://buscatextual.cnpq.br/buscatextual/visualizacv.do?id=K4781715A9
contributor_str_mv Leite, Hélio Garcia
Ribeiro, Carlos Antônio Alvares Soares
Andrade, Marcus Vinícius Alvim
Soares, Vicente Paulo
dc.subject.por.fl_str_mv Problema do caixeiro viajante
Otimização florestal
Sistemas de informações geográficas
topic Problema do caixeiro viajante
Otimização florestal
Sistemas de informações geográficas
Traveling salesman problem
Optimization forest
Geographic information systems
CNPQ::CIENCIAS AGRARIAS::RECURSOS FLORESTAIS E ENGENHARIA FLORESTAL::MANEJO FLORESTAL
dc.subject.eng.fl_str_mv Traveling salesman problem
Optimization forest
Geographic information systems
dc.subject.cnpq.fl_str_mv CNPQ::CIENCIAS AGRARIAS::RECURSOS FLORESTAIS E ENGENHARIA FLORESTAL::MANEJO FLORESTAL
description The aim of this study was to develop methods for optimizing access and pathway to forest inventory plots, and to implement them in an environment with graphical user interface and integrated into a geographic information system. We used data from a plantation of teak (Tectona grandis) owned by the forestry company Floresteca, located in the city of Rosário Oeste, Mato Grosso. The spatial database was composed of localization of 80 inventory plots distributed in 15 stands, as the network of forest roads located on site. Usually, the Brazilian forestry companies adopt variations or combinations of two strategies to access the portions: (1st) moving from the road to the parcel and then, from parcel to the road, and (2nd) moving from the road to the plot, then from the plot to a series of other plots, to finally return to the road. In this study we adopted the 1st strategy. The optimization of access was based on the nearest neighbor algorithm. This algorithm basically determines the points of the road closest to each plot. These points are then considered as the parcel entrance. The problem of the pathway between plots was formulated as a traveling salesman problem (TSP) allowing, however, the imposition of the road network in the optimization process. The TSP was solved via integer linear programming formulation, followed by an optimization from the algorithm cutting-plane available on Concorde software. For comparison purposes, the problem has also been solved by the method of approximate nearest neighbor, since the inventory executor intuitively applies this algorithm in the field. These methods were implemented using the Python programming language and integrated into the ArcGIS software. The parcel access methodology optimizes the path among the roads and the forest inventory plots, and its computational implementation allows the task to be done in an automated fashion. Thus, we obtain increased efficiency both in inventory planning and in execution. The methodology optimizes the traversal path between plots to be inventoried. The exact solution was superior to the approximate solution, something around 17% on average.
publishDate 2013
dc.date.available.fl_str_mv 2013-11-11
2015-03-26T13:15:27Z
dc.date.issued.fl_str_mv 2013-02-28
dc.date.accessioned.fl_str_mv 2015-03-26T13:15:27Z
dc.type.status.fl_str_mv info:eu-repo/semantics/publishedVersion
dc.type.driver.fl_str_mv info:eu-repo/semantics/masterThesis
format masterThesis
status_str publishedVersion
dc.identifier.citation.fl_str_mv MARCATTI, Gustavo Eduardo. Pathway Optimization for Access to Forest Inventory Plots. 2013. 41 f. Dissertação (Mestrado em Manejo Florestal; Meio Ambiente e Conservação da Natureza; Silvicultura; Tecnologia e Utilização de) - Universidade Federal de Viçosa, Viçosa, 2013.
dc.identifier.uri.fl_str_mv http://locus.ufv.br/handle/123456789/3138
identifier_str_mv MARCATTI, Gustavo Eduardo. Pathway Optimization for Access to Forest Inventory Plots. 2013. 41 f. Dissertação (Mestrado em Manejo Florestal; Meio Ambiente e Conservação da Natureza; Silvicultura; Tecnologia e Utilização de) - Universidade Federal de Viçosa, Viçosa, 2013.
url http://locus.ufv.br/handle/123456789/3138
dc.language.iso.fl_str_mv por
language por
dc.rights.driver.fl_str_mv info:eu-repo/semantics/openAccess
eu_rights_str_mv openAccess
dc.format.none.fl_str_mv application/pdf
dc.publisher.none.fl_str_mv Universidade Federal de Viçosa
dc.publisher.program.fl_str_mv Mestrado em Ciência Florestal
dc.publisher.initials.fl_str_mv UFV
dc.publisher.country.fl_str_mv BR
dc.publisher.department.fl_str_mv Manejo Florestal; Meio Ambiente e Conservação da Natureza; Silvicultura; Tecnologia e Utilização de
publisher.none.fl_str_mv Universidade Federal de Viçosa
dc.source.none.fl_str_mv reponame:LOCUS Repositório Institucional da UFV
instname:Universidade Federal de Viçosa (UFV)
instacron:UFV
instname_str Universidade Federal de Viçosa (UFV)
instacron_str UFV
institution UFV
reponame_str LOCUS Repositório Institucional da UFV
collection LOCUS Repositório Institucional da UFV
bitstream.url.fl_str_mv https://locus.ufv.br//bitstream/123456789/3138/1/texto%20completo.pdf
https://locus.ufv.br//bitstream/123456789/3138/2/texto%20completo.pdf.txt
https://locus.ufv.br//bitstream/123456789/3138/3/texto%20completo.pdf.jpg
bitstream.checksum.fl_str_mv 3b77a0af3b64b7f1860bc27ee6977607
d0ebc7b9f04225b744defa13f18c2823
b79249bcb2d0855dc0807ddff65cc277
bitstream.checksumAlgorithm.fl_str_mv MD5
MD5
MD5
repository.name.fl_str_mv LOCUS Repositório Institucional da UFV - Universidade Federal de Viçosa (UFV)
repository.mail.fl_str_mv fabiojreis@ufv.br
_version_ 1794528364502974464