Conversões de áreas
Project description
GeoConvertUtil
Equivalência das medidas:
| Descrição | Abreviação | Equivalência |
|---|---|---|
| Alqueires Paulista | Alq.Pta. | 1,00 |
| Hectares | Ha | 2,4200 |
| Metros Quadrados | m² | 24.200,00 |
Installation
Use the package manager pip to install geoutil
pip install geo_convert_util
Usage
from geo_convert_util import Conversion
result = Conversion.ha_to_alqpta(ha)
result = Conversion.ha_to_m2(ha)
result = Conversion.m2_to_alqpta(m2)
result = Conversion.m2_to_ha(m2)
result = Conversion.alqpta_to_ha(alq)
result = Conversion.alqpta_to_m2(alq)
Author
Paulo Sergio de Campos Filho
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file geo_convert_util-0.0.1.tar.gz.
File metadata
- Download URL: geo_convert_util-0.0.1.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e81af5054a8de84815607878fb58c8b2fc04da627806d9c9cf2922948917ca3d
|
|
| MD5 |
11feaa148e70e2a706e64283bfa7e2ff
|
|
| BLAKE2b-256 |
d80d397ad7ac3d991f271e57f9487f2e8292fd2916f736396728615d6b982f62
|
File details
Details for the file geo_convert_util-0.0.1-py3-none-any.whl.
File metadata
- Download URL: geo_convert_util-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a4ffd42527335c0950e6e1213b810a6c232ce2f1e1a5441d7703b88555dfd324
|
|
| MD5 |
241f9992bab8b6e60186693314cf196e
|
|
| BLAKE2b-256 |
8a164eea9ec211805e5099eb8c04cbf51efa8f10f89083de304f57dc07ec5343
|