Esri / projection-engine-db-doc

This repository documents the contents of the Projection Engine factory database and describes how to add user-provided entries to it.
Apache License 2.0
50 stars 16 forks source link

html viewer #32

Open jjimenezshaw opened 3 years ago

jjimenezshaw commented 3 years ago

Hi

This is not a bug, it is just to tell what I did. I have developed a simple way to inspect the list of CRS, including finding the EPSG equivalent when an ESRI one is deprecated.

It is taking the data directly from projection-engine-db-doc repository, so it is "automatically up to date". The code there is just HTML and JavaScript to parse the JSON files.

It is implemented in this repository: https://github.com/jjimenezshaw/Esri-codes-analyzer In particular, you can see it in action in https://jjimenezshaw.github.io/Esri-codes-analyzer/deprecated.html and https://jjimenezshaw.github.io/Esri-codes-analyzer/not-deprecated-esri.html

I hope it is useful. Maybe other kind of "queries" can be done as well. The idea is that searching in the web page is fast and easy. It does not try to have a form or anything else complicated.

Cheers.

hoogw commented 2 years ago

Useful for me. Great. How do you convert wkid to wkt use this lib in javascript?

jjimenezshaw commented 2 years ago

How do you convert wkid to wkt use this lib in javascript?

Sorry, I do not understand your question.

(Maybe this is also useful for you https://jjimenezshaw.github.io/crs-explorer/ there the WKT strings are static files, so you should read them easily with javascript)