Petr Pridal

Results 86 comments of Petr Pridal

If the person goes to map directly from results we can preserve the list of results in suggesting next transformation.

Alternative coordinate systems may be suggested also by querying API for a country / region on given lat/lon (retrieved by Reverse Geocoding Service of Google Maps API) and zoom level...

We have a made tool http://boundingbox.klokantech.com/ where one can draw a bounding box. It is planned to add support for different coordinate systems... Is this what you refer to? Next...

Maybe relevant for verification: http://support.esri.com/es/knowledgebase/whitepapers/view/productid/17/metaid/302 and http://support.esri.com/fr/knowledgebase/techarticles/detail/21327

A great tip! Thank you @micahcochran

I expect we load the JS from our own hosted open-source freegeoip instance - using open-data from MaxMind Free. We want to keep using a self-hosted solution. If these guys...

Hi @marqh ! Thanks for alerting us on this WKT formatting issue. The EPSG.io uses the Proj4 library ExportToPrettyWkt() and ExportToWkt() to generate the WKT code. For example at https://github.com/maptiler/epsg.io/blob/master/app.py#L1295...

This code can be used to retrieve automatically the latest GmlDictionary.xml https://github.com/geo-data/python-epsg/blob/master/epsg/service.py Update: The whole code above degrades to a simple one download URL which can be used to get...

The automated update should also upgrade the libtiff / GDAL / Proj data, to be coherent accros the website: https://svn.osgeo.org/metacrs/geotiff/trunk/libgeotiff/csv/README (unless we start to use [data.epsg.io](https://github.com/klokantech/data.epsg.io))

EPSG.io service is now not showing transformations and preview coordinates on the map on these ignored systems. A pull request properly solving these errors or warnings is welcome. The error...