JuliaEarth / GeoArtifacts.jl

Artifacts for Geospatial Data Science
MIT License
3 stars 2 forks source link

Add GeoBR dataset #20

Open juliohm opened 1 week ago

juliohm commented 1 week ago

We need a new submodule called GeoBR that ports the API of the https://github.com/ipeaGIT/geobr dataset.

From their docs, this is a simple example of the read_municipality function in R:

# Read specific municipality at a given year
mun = read_municipality(code_muni=1200179, year=2017)

We need an equivalent function as follows:

mun = GeoBR.municipality(code=1200179, year=2017)

Given that we don't use underscore in our code style, we need to cleanup some of these function and argument names.

juliohm commented 1 week ago

/bounty $100

algora-pbc[bot] commented 1 week ago

💎 $100 bounty • JuliaEarth

Steps to solve:

  1. Start working: Comment /attempt #20 with your implementation plan
  2. Submit work: Create a pull request including /claim #20 in the PR body to claim the bounty
  3. Receive payment: 100% of the bounty is received 2-5 days post-reward. Make sure you are eligible for payouts

Thank you for contributing to JuliaEarth/GeoArtifacts.jl!

Add a bounty • Share on socials

Attempt Started (GMT+0) Solution
🔴 @aybanda Sep 10, 2024, 7:35:01 AM WIP
🟢 @neo773 #23
aybanda commented 1 week ago

/attempt #20

Algora profile Completed bounties Tech Active attempts Options
@aybanda 1 bounty from 1 project
Cancel attempt
juliohm commented 1 week ago

I've updated the description of the issue above for clarity.