Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Country coder #298

Merged
merged 35 commits into from
Nov 18, 2019
Merged

Country coder #298

merged 35 commits into from
Nov 18, 2019

Commits on Nov 13, 2019

  1. Add Country Coder dependency

    bhousel committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    c9e863a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ada8f0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11ee9ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01ba153 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2019

  1. Configuration menu
    Copy the full SHA
    5e31630 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d30a233 View commit details
    Browse the repository at this point in the history
  3. From now on, set feature ids to match the feature filename

    This lets us refer to them in `includeLocations`/`excludeLocations` by their filename
    bhousel committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    4427f1a View commit details
    Browse the repository at this point in the history
  4. Swap featureId for includeLocations, remove featureId

    Also sort all the files so the keys and array values are consistent
    bhousel committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    b9045f5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cecff19 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f615541 View commit details
    Browse the repository at this point in the history
  7. Replace a few Philippines YouthMappers geojsons with centroid points

    (they didn't get rolled into the previous updates because they weren't
    using the circular geojson geometries)
    bhousel committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    16c218e View commit details
    Browse the repository at this point in the history
  8. pacify eslint

    bhousel committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    5eaa8ab View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. Configuration menu
    Copy the full SHA
    21a57f8 View commit details
    Browse the repository at this point in the history
  2. Remove conversion code

    bhousel committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    29075e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe2726e View commit details
    Browse the repository at this point in the history
  4. Adjust Northern Scotland boundary to exclude Faroe Islands

    This snaps it to the points that country-coder uses for the UK boundary
    (re: #297)
    bhousel committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    fe73b97 View commit details
    Browse the repository at this point in the history
  5. Remove antarctia folder

    bhousel committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    8ef74bf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    73085c5 View commit details
    Browse the repository at this point in the history
  7. Update documentation

    bhousel committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    5216b57 View commit details
    Browse the repository at this point in the history
  8. Warn if a geojson file has such small area it should instead be a point

    Also removes some geojson files that were like this.
    bhousel committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    4f6a953 View commit details
    Browse the repository at this point in the history
  9. Rename df -> brasilia_df

    bhousel committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    637a029 View commit details
    Browse the repository at this point in the history
  10. Add totals to npm run stats

    bhousel committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    b3dd156 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    16d3435 View commit details
    Browse the repository at this point in the history
  12. Markdown formatting

    bhousel committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    6f525e4 View commit details
    Browse the repository at this point in the history
  13. Use console.warn for warning

    bhousel committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    5e16dfe View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2019

  1. Configuration menu
    Copy the full SHA
    2afc0af View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2019

  1. Configuration menu
    Copy the full SHA
    9eb21ae View commit details
    Browse the repository at this point in the history
  2. Split locationToFeature and isValidLocation

    - `isValidLocation` returns quickly
    - `locationToFeature`
      - actually generates point buffers for point locations
      - uses countrycoder.aggregrateFeature to get full geometry
    bhousel committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    2d01c0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5527f76 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2019

  1. Configuration menu
    Copy the full SHA
    9af5aed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0dadd39 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f843698 View commit details
    Browse the repository at this point in the history
  4. Make sure all features contain an area property

    We use this for sorting them
    bhousel committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    2b82144 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9752916 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d9ea5f7 View commit details
    Browse the repository at this point in the history