- User can choose to install either ACMT+geocoder or geocoder alone.
- Use variable name instead of the position integer to get a census tract's context measurement from the interpolated result, so
ACMT
works with different versions ofsf
. - Add year argument to
area_water()
andtract()
so they match each other, as well as controled by their caller's argument. - Added year constraints, from 2010 to 2020.
- User left join to assign ACS results to census tract's geometries. Joining on the GEOID key.
- Add unit testing.
- Now it works for year>=2011.
- Merge ACSColumns.csv and 2010ACSColumns.csv.
- Automatically remove variables when they are missing for a ACS year.
- Create an interface for adding user-provided context measurements.
- Add mRFEI data to context measurements.
- Update README for instructions of adding user-provided context measurements
- Add national walkability index data.
- Let external data handler able to handle different types of GEOID.
- Added example for population density and importing external data.
- get_acs has intermittent errors, handled
- One more example using both external and internal data
- Updated population density example with faster implementation
- Fixed external data example
- Speed up getting census tract or block group data by defaulting to get a lower resolution map
- Allow users to specify which type of interpolation(sum or average) to use for which variable
- Change advanced example to let national walkability index to be average
- Make using external data more user friendly (now have presets and can specify the processed file name)
- Add more external data (NO2, food access)
- Sets working directory automatically
- Add an option to return only point estimates for a geographic coordinates
- allow to find the collect measures within a radial buffer based on buffer coordinate
- added the option of not mapping a folder in app, and instead do the copying of the folder into app
- add more point counting datasets (crime for LA, Chicago, NYC, boston)
- a plot utility for plotting the buffer as well as the coordinate points
- set up shiny-server for the app container
- add shiny app to the app container
- allow disabling docker connection from app
- add an option to bypass SSL
- revise the rmarkdown files and the paper
- user can optionally mount folder from local to docker
- allow geocoder to return the confidence of search
- edit app's dockerfile to set acmt-shiny automatically
- Verify acmt-network on existing work
- Write user instructions
- Allowed ACMT to select a set of variables for external data to interpolate as well (currently only supports core data)
- restructure external_data to file_data
- restructure ACS data to api_data