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

Pull EPSG codes from legacy pyproj epsg code dump #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Aug 10, 2021

  1. Pull EPSG codes from legacy pyproj epsg code dump

    Add 1527 new EPSG codes compared to what our legacy/crs-defs.deprecated.json represented. This hopefully should not have the issues with X/Y inversion and other problems that came from the dump I did using the newer PROJ6+ definitions.
    Saijin-Naib committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    9d08b9f View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. Messed up prior commit

    Prior commit was formatted wrong. The lines didn't begin with "EPSG:XXXX", but instead "XXXX"
    Saijin-Naib committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    dc8c233 View commit details
    Browse the repository at this point in the history
  2. Dump from epsg-index npm package

    This had 30 more EPSG codes defined than I was able to pull from legacy pyproj!
    Saijin-Naib committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    0d5208b View commit details
    Browse the repository at this point in the history