-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
401c96f
commit ed7b488
Showing
1 changed file
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
version: 2 | ||
|
||
models: | ||
- name: br_rf_cafir__imoveis_rurais | ||
description: Cadastro de imóveis rurais | ||
columns: | ||
- name: data_referencia | ||
description: Data de divulgação dos dados pela Receita Federal (RF) | ||
- name: data_inscricao | ||
description: Data de inscrição do imóvel no cadastro de imóveis rurais da Receita Federal (RF) | ||
- name: id_imovel_receita_federal | ||
description: Identificador do imóvel rural da RF | ||
- name: id_imovel_incra | ||
description: Identificador do imóvel do Instituto Nacional da Colonização e Reforma Agrária (INCRA) | ||
- name: nome | ||
description: Nome do imóvel | ||
- name: area | ||
description: Área do imóvel | ||
- name: status_sncr | ||
description: Status cadastral do imóvel no Sistema Nacional de Cadastro Rural (SNCR) do INCRA | ||
- name: tipo_itr | ||
description: Identifica tipo de incidência do Imposto Territórial Rural (ITR) | ||
- name: situacao_imovel | ||
description: Situação do imóvel no cadastro da RF | ||
- name: endereco | ||
description: Endereço | ||
- name: cep | ||
description: CEP | ||
- name: distrito | ||
description: Distrito do imóvel | ||
- name: id_municipio | ||
description: ID Município - IBGE 7 Dígitos | ||
- name: sigla_uf | ||
description: Sigla da Unidade da Federação (UF) | ||
- name: br_rf_cafir__dicionario | ||
description: Dicionário de dados da tabela Imóveis Rurais | ||
columns: | ||
- name: id_tabela | ||
description: ID da tabela | ||
- name: nome_coluna | ||
description: Nome da coluna | ||
- name: chave | ||
description: Chave | ||
- name: cobertura_temporal | ||
description: Cobertura temporal | ||
- name: valor | ||
description: Valor |