Coder Social home page Coder Social logo

atlas's People

Contributors

billbogaiv avatar jrusbatch avatar kendaleiv avatar khalidabuhakmeh avatar lightyeare avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

atlas's Issues

Missing zip codes - 75033 and 21764

@JCarver27 commented on Tue Nov 02 2021

๐Ÿ› Bug Report

We're missing a zip code in Tide....75033.

To Reproduce

Steps to reproduce the behavior:

  1. Go to https://tide.rimdev.io/lead-workflow/new?callDirection=Inbound&stepId=InboundPreLandingViewModel
  2. Fill in first, last, and phone number. I recommend something ridiculous, because why not.
  3. Enter 75033 as the zip on the next screen
  4. See error

Expected behavior

75033 is a valid zip in TX.

Screenshots and/or request snippets

2021-11-02 09_41_01-Ritter IM -

Estimates


@JCarver27 commented on Tue Nov 02 2021

21764 is also showing an error.

2021-11-02 09_42_57-Ritter IM -


@lightyeare commented on Tue Nov 02 2021

Uses Ritter.Atlas, which hasn't been updated in a while.

image


@bwarner22 commented on Wed Nov 03 2021

Ritter.Atlas ???? didn't know we had such a thing!

Additional Information To Add to Csv Data

Atlas is missing:

  • Elevation
  • Primary City (which I think is the largest city in the zip code)
  • ScfCode

However, ScfCode can be easily derived from the zip code. The ScfCode is the first three digits of the zip code.

Atlas includes the AnsiCodes for County and State.

Converting lat./long. datatype to double for higher precision

public float Latitude { get; set; }
uses float based on existing coord.-data (https://github.com/ritterim/atlas/blob/d8013a18f528f1e7b58efb60d1c154814b56c69d/common/ZipCodes.csv), but double would afford more precision if this data gets updated in the future without causing child-apps. to be updated.

Please note, however, the distance-differences would be under one-hundred feet for both lat. and long.
Given a second of lat. (1" = 1/3600 = 0.000277778) is constant at roughly one-hundred feet (http://nationalatlas.gov/articles/mapping/a_latlong.html) and any precision gains for lat. would be to the right of a float's max. precision:

12.345678f = 12.34568
12.345674f = 12.34567

12.34568 - 12.34567 = 0.00001 // 0.036 lat. sec. ~ 3.6 ft.

Long. secs. are not constant (are dependent on lat. position), but empirical data (based on PA-lat.) shows similar distances between secs. and again would only have maximum impact if mid-west and westward U.S. zip-codes are used (since mid-west long. have triple-digit degrees).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.