EPSG Database Pings and Updates #1346
nicklamkey
started this conversation in
General
Replies: 1 comment 6 replies
-
I believe pyproj should always be asking for that type of information through the PROJ library. The EPSG database is usually updated in each minor(?) PROJ release so whether or not your EPSG code is recognized is dependent on its support in upstream PROJ. There is a chance I'm wrong, but from what I understand of your question I think this is correct. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a custom CRS that was just recently assigned an EPSG code and is now visible in the EPSG database. Does pyproj.CRS method ping the database or is there a file that is updated semi regularly that it pulls the data? As of now pyproj can't find my EPSG code so just trying to get an idea of how the EPSG codes work in pyproj and how often they are updated.
Beta Was this translation helpful? Give feedback.
All reactions