JamesSaxon / access-old

Python module to calculate spatial access scores.
http://access.readthedocs.io
BSD 3-Clause "New" or "Revised" License
4 stars 0 forks source link

Fca version2 #28

Closed 20bryan closed 5 years ago

20bryan commented 5 years ago

@JamesSaxon @jkoschinsky

This pull request contains my current, updated code which includes the following changes.

  1. norm_access_df property method, creation of access_df to store access values

  2. enhanced_two_stage_fca() method with default weight

  3. changedstep_fnin weights folder to return 0 after the last key in the dictionary

  4. documentation (parameters) for all the fca methods and euclidean distances As well as,

  5. euclidean_distances (and a preliminary euclidean_distances_neighbors).

20bryan commented 5 years ago

@JamesSaxon

Updated pull request with euclidean distances.