Skip to content

Latest commit

 

History

History
93 lines (77 loc) · 2.9 KB

CHANGELOG.md

File metadata and controls

93 lines (77 loc) · 2.9 KB

v0.0.1

  • User can choose to install either ACMT+geocoder or geocoder alone.

v0.0.2

  • 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 of sf.
  • Add year argument to area_water() and tract() 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.

v0.0.3

  • Add unit testing.
  • Now it works for year>=2011.

v0.0.4

  • 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

v0.0.5

  • Add national walkability index data.
  • Let external data handler able to handle different types of GEOID.

v0.0.6

  • Added example for population density and importing external data.

v0.0.7

  • 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

v0.0.8

  • 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

v0.0.9

  • 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

v0.0.10

  • 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

v0.0.11

  • allow disabling docker connection from app

v0.0.12

  • add an option to bypass SSL

v0.0.13

  • revise the rmarkdown files and the paper

v0.0.14

  • user can optionally mount folder from local to docker

v0.0.15

  • allow geocoder to return the confidence of search

v0.0.16

  • edit app's dockerfile to set acmt-shiny automatically

Future

  • 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