You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will affect the functionality of your epsg2bbox method. I am not sure to what extent it is used in your project.
You can easily replace the endpoint with a new endpoint from MapTiler. However the new endpoint requires MapTiler API key. You could adjust the code to allow users of this project to add their MapTiler API as an env variable. They can get the API key with a Free plan (up to 100K request per month).
Alternative would be to fetch the https://epsg.io/{srid}.proj (if you have the exact coors id) and then implement the transformation yourself using pyproj
c2cgeoportal/geoportal/c2cgeoportal_geoportal/scripts/pcreate.py
Line 280 in 6fd10fd
HI, EPSG.io API endpoints will be deprecated after the 1st of February 2025: https://epsg.io/docs#migration
This will affect the functionality of your epsg2bbox method. I am not sure to what extent it is used in your project.
You can easily replace the endpoint with a new endpoint from MapTiler. However the new endpoint requires MapTiler API key. You could adjust the code to allow users of this project to add their MapTiler API as an env variable. They can get the API key with a Free plan (up to 100K request per month).
More extensive documentation: https://documentation.maptiler.com/hc/en-us/articles/360020950098-How-to-migrate-from-EPSG-io-to-MapTiler-Coordinates-API
The text was updated successfully, but these errors were encountered: