All Projects → centraldedados → incendios

centraldedados / incendios

Licence: other
🔥 Incêndios em Portugal

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to incendios

qa-jobs-in-portugal
An awesome curated list of the most recent QA job openings in Portugal 🇵🇹 updated every day! 🆕
Stars: ✭ 36 (+176.92%)
Mutual labels:  portugal
MtreeRing
A tool for measuring tree-ring width
Stars: ✭ 19 (+46.15%)
Mutual labels:  forest
billy
An opensource invoicing engine --
Stars: ✭ 28 (+115.38%)
Mutual labels:  portugal
forest-express
🧱 Dependency of Express Lianas for Forest Admin
Stars: ✭ 73 (+461.54%)
Mutual labels:  forest
quilc
The optimizing Quil compiler.
Stars: ✭ 413 (+3076.92%)
Mutual labels:  forest
forest-laravel
🌱 Laravel Liana for Forest Admin. This repo is no longer maintained. Please use laravel-forestadmin instead: https://github.com/ForestAdmin/laravel-forestadmin
Stars: ✭ 4 (-69.23%)
Mutual labels:  forest
ComoFazerUmaPerguntaPT
🤔 Farto de fazer perguntas e não ser respondido? Aprenda agora a melhor forma de fazer uma pergunta 🔥
Stars: ✭ 28 (+115.38%)
Mutual labels:  portugal
form-for-parking-violation
APP para submissão de queixa de estacionamento ilegal
Stars: ✭ 33 (+153.85%)
Mutual labels:  portugal
ipld-explorer-cli
🔎 Explore the IPLD directed acyclic graph with your keyboard
Stars: ✭ 22 (+69.23%)
Mutual labels:  forest
dre
O projecto agora reside no GitLab
Stars: ✭ 20 (+53.85%)
Mutual labels:  portugal
ForestCoverChange
Detecting and Predicting Forest Cover Change in Pakistani Areas Using Remote Sensing Imagery
Stars: ✭ 23 (+76.92%)
Mutual labels:  forest
PSWinDocumentation.AD
PowerShell module delivering a lot of Active Directory Forest/Domain information
Stars: ✭ 110 (+746.15%)
Mutual labels:  forest
forest-benchmarking
A library for quantum characterization, verification, validation (QCVV), and benchmarking using pyQuil.
Stars: ✭ 41 (+215.38%)
Mutual labels:  forest
forest-software
A curated list of projects developed using the Forest quantum programming environment.
Stars: ✭ 39 (+200%)
Mutual labels:  forest
covid19analysis
COVID-10 Analysis
Stars: ✭ 16 (+23.08%)
Mutual labels:  portugal
portuguese-utils
A set of useful utils for developing portuguese apps
Stars: ✭ 20 (+53.85%)
Mutual labels:  portugal
quil
Specification of Quil: A Practical Quantum Instruction Set Architecture
Stars: ✭ 80 (+515.38%)
Mutual labels:  forest
Legislativas2022
A repository with scripts and data for the Portuguese General Elections of January 2022
Stars: ✭ 15 (+15.38%)
Mutual labels:  portugal
streaming-pt
Live TV 📺 and Radio 📻 shell scripts from Portugal 🇵🇹.
Stars: ✭ 52 (+300%)
Mutual labels:  portugal
foliage
🍃 Style your components with performance
Stars: ✭ 29 (+123.08%)
Mutual labels:  forest

🔥 Incêndios em Portugal

Fontes

Os dados históricos de incêndios florestais foram retirados do ICFN - Instituto da conversão da Natureza e Florestas.

Edições e melhorias

Fizemos bastantes melhoramentos e edições aos datasets originais; tentamos elencar aqui as alterações mais importantes:

  • Datas em formato ISO 8601, ano-mês-dia (YYYY-MM-DD)
  • Harmonizar os nomes das colunas
  • Apagar entradas desnecessárias
  • Remover aspas desnecessárias (quote characters)
  • Remover horas vazias dos campos de data
  • Unificar colunas de horas e minutos numa coluna de hora única
  • Eliminação de valores NULL
  • Consertar as terminações de linha e codificação UTF-8

Resources

Merging CSV files

Para juntar os vários CSV é preciso incluir o ano, que pode ser retirado do nome do ficheiro (uma vez que não está incluído em todos os CSV). Como ninguém nos impede, podemos ser preguiçosos e incluir logo código Python directamente na linha de comandos:

$ scripts/csv_tool.py merge data/incendios*.csv -e "lambda f: dict(ano=re.match('.*incendios(\d{4}).csv', f.name)[1])" -o data/merged.csv

Este código usa uma expressão regular para extrair o ano do nome do ficheiro:

lambda f: dict(ano=re.match('.*incendios(\d{4}).csv', f.name)[1])

Referências

Outras fontes sobre incêndios

  • Cartografia da área ardida em formato Shapefile, que é possível associar a outros dados (por exemplo, da ANPC) pelo código de ocorrência (COD_OCO)
  • O repositório da Proteção Civil contém a informação em tempo real de ocorrências, sendo que podemos filtrar as entradas por natureza (exemplo: Incêndios Rurais)

Outros datasets

Outros websites

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].