Calculadora de área do talhão, perímetro e centróide

Meça a área do talhão, o perímetro e o centróide no navegador a partir de série de pontos GPS, coordenadas manuais ou arquivos locais GPX / GeoJSON / KML.

Funciona sem mapa de base, então você pode alternar para importação de arquivo ou entrada manual quando o sinal estiver fraco.

Processamento local Sem mapa de base Levantamento GPS em caminhada GPX / GeoJSON / KML GPS via HTTPS

A entrada é processada neste navegador e não é enviada a um servidor.

O que você pode fazer

Registre pontos de limite enquanto caminha

Capture pontos durante a caminhada e refine o limite com correções manuais e diagnóstico de fechamento.

Importe arquivos locais como estão

Leia GPX / GeoJSON / KML diretamente no navegador.

Veja área, perímetro e centróide juntos

Revise a área horizontal, o comprimento do limite, o centróide e a diferença entre o primeiro e o último ponto.

Trabalhe sem mapa de base

Use apenas um esboço e uma lista de pontos, mesmo em condições de campo parecidas com offline.

Exporte em formatos comuns

Baixe GeoJSON, KML, GPX, CSV ou um arquivo JSON de estado.

Como usar

  1. Inicie a gravação GPS após conceder permissão de localização ou importe GPX / GeoJSON / KML.
  2. Verifique a ordem dos pontos e o erro de fechamento na tabela de pontos e depois ajuste a forma manualmente, se necessário.
  3. Revise os cartões de área, perímetro e centróide e depois exporte no formato necessário.

Exemplo

Build a 4-point boundary from a GPS walk

Entrada

Add points in this order: northwest, northeast, southeast, southwest, then return to the first point

Output

Area is about 1.2 ha, perimeter about 450 m, and the centroid is shown too; auto-close if the closure error is within the threshold

A GeoJSON polygon with a hole

Entrada

Load a polygon with an outer ring and a pond hole

Output

Show the outer area minus the hole and mark the hole explicitly in the UI

Glossary

Geodesic

A calculation method that accounts for the earth's curvature when measuring distance and area.

Erro de fechamento

The distance between the first and last point. Useful for GPS walk quality checks.

Basemap

A background map. This tool does not depend on one.

Outer ring

The outer boundary of a polygon.

Hole

An excluded area inside a boundary. It can represent a pond or empty patch.

Simplification

Reducing points while keeping the shape readable.

Formulas

  • Perimeter = sum of geodesic distances between consecutive points
  • Closure error = distance between the first and last point
  • Area = outer area - hole area
  • Area conversion = m² → ha / acre / km²

FAQ

Can I use it without a basemap?

Yes. The sketch, point list, closure error, area, perimeter, and centroid are the main outputs, so it does not depend on external map SDKs or tiles.

Can I use this for legal boundary confirmation?

No. This is for field estimates and management only. Legal boundary work requires survey results and professional verification.

Does it calculate slope-corrected area?

The default is horizontal projection area. DEM-based slope correction is out of scope for this version.

Which file formats are supported?

GPX / GeoJSON / KML are supported. Files are read locally in the browser.

Can I use GPS walk recording offline?

GPS itself depends on the device and permission, but the input processing stays in the browser. No basemap or server upload is required.

Where is the data saved?

By default, location and boundary data are not saved. If you want to keep them, export JSON or GeoJSON files.

Notes

  • This is not a legal survey for cadastral or boundary confirmation work.
  • The default area is a horizontal projection, not a slope-corrected surface area.
  • A precisão do GPS pode piorar sob árvores, em vales ou com mau tempo. Sempre verifique o erro de fechamento.
  • A gravação da caminhada GPS requer um contexto seguro. Use HTTPS ou localhost.
  • Os dados são processados localmente. Exporte arquivos apenas se precisar mantê-los.