Skip to content

Remove municipality that is not in the Legal Amazon#301

Merged
bernardo-sieira merged 1 commit intomasterfrom
passagem_franca_ma
Dec 22, 2025
Merged

Remove municipality that is not in the Legal Amazon#301
bernardo-sieira merged 1 commit intomasterfrom
passagem_franca_ma

Conversation

@lauratregadas
Copy link
Member

Passagem Franca (MA) is at 43.95o west. The rule for inclusion in the Legal Amazon is 44o west. Thus, it was mistaknely included by our outside source due to approximation errors.

@bernardo-sieira bernardo-sieira merged commit d1ac230 into master Dec 22, 2025
5 checks passed
@lauratregadas lauratregadas deleted the passagem_franca_ma branch January 5, 2026 18:58
@lauratregadas
Copy link
Member Author

btw just checked and the package's function that loads municipalities does not include Passagem Franca as part of the Legal Amazon.

municipios_amazonia <- datazoom.amazonia::municipalities %>%
    filter(legal_amazon == 1) %>%
    transmute(municipality_code = code_muni, uf = name_state) %>%
    filter(municipality_code == 2107902)
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants