1st commit

This commit is contained in:
2026-06-08 20:00:40 -03:00
commit c81627b5ae
12 changed files with 1013 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
Metadata-Version: 2.4
Name: LAGEF-UFF-Shoreline
Version: 0.1.0
Summary: Scripts para análise de linha de costa - Lagef UFF - projeto IVC
Author: Pablo Simoes
Author-email: ['pablosergio.simoes@gmail.com', 'pablosimoes@id.uff.br']
License: MIT License
Keywords: lagef uff,linha de costa,shoreline,google earth engine
Description-Content-Type: text/markdown
License-File: LICENCE
Requires-Dist: pandas
Requires-Dist: geemap
Requires-Dist: numpy
Requires-Dist: earthengine-api
Requires-Dist: scikit-image
Requires-Dist: matplotlib
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary
## Repositorio nao oficial
### Linha de costa Lagef - UFF - Projeto IVC - Pablo Simoes
# Repositorio teste para o Projeto IVC - LAGEF - UFF

View File

@@ -0,0 +1,10 @@
LICENCE
README.md
setup.py
LAGEF_UFF/LAGEF_UFF_Shoreline.py
LAGEF_UFF/__init__.py
LAGEF_UFF_Shoreline.egg-info/PKG-INFO
LAGEF_UFF_Shoreline.egg-info/SOURCES.txt
LAGEF_UFF_Shoreline.egg-info/dependency_links.txt
LAGEF_UFF_Shoreline.egg-info/requires.txt
LAGEF_UFF_Shoreline.egg-info/top_level.txt

View File

@@ -0,0 +1 @@

View File

@@ -0,0 +1,6 @@
pandas
geemap
numpy
earthengine-api
scikit-image
matplotlib

View File

@@ -0,0 +1 @@
LAGEF_UFF