[FEATURE] Create a blog post to explain how to download an IPUMS extract using the IPUMS.jl
package. #27
Description
Issue Description
This is a more technical blog post that shows a user how to setup and download an IPUMS extract using the IPUMS.jl
package. Users can download IPUMS extracts in two ways, either through the IPUMS website or through the package IPUMS.jl
. This blog post should introduce the user to using the download API in the package to create and download an extract file.
Another way of phrasing this task is to recreate the ipumsr
R package post, but with a focus on the Julia IPUMS.jl
package.
Difficulty: Beginner
Time: 6 - 8 hours
Requirements
- Explain the 2 ways to download IPUMS extract files.
- Explain about getting an API key for authentication for downloads.
- Show how to user would select the variables for their specific inquiry.
- Show how the user would select weights and quality scores for their variables of interest.
- Show how the user would setup and execute a download for files from the IPUMS USA or IPUMS CPS projects.
- Show how the user would setup and execute a download for files from the IPUMS NHGIS project.
- submit PR for this blog post.
Expected Outcomes
A blog post written in Markdown that explains to a user how to download IPUMS files using the IPUMS.jl
package.
Additional Notes
The R ipumsr
package has a good explanation of downloading an extract from the IPUMS website.
- https://tech.popdata.org/ipumsr/articles/ipums.html
- https://tech.popdata.org/ipumsr/articles/ipums-api.html
- https://developer.ipums.org/docs/v2/apiprogram/
Other Resources
documentation
channel - you should post here firsthelpdesk
channel - this would be to get more attention to your issue but maybe not as precise as you need.health-and-medicine
channel - this is where most of JuliaHealth is located these days.
Julia Discourse - I would advise posting here if you have an issue that you feel is long or requires a lot of time to explain as you might lose it within Julia Slack. Consider cross-posting your forum post to the Julia Slack in helpdesk
and/or documentation
.