-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update with results of commit f0fa04c
- Loading branch information
spatialreference.org deploybot
committed
Sep 21, 2024
0 parents
commit 19a8541
Showing
134,854 changed files
with
3,948,556 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta http-equiv="content-type" content="text/html;charset=utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="stylesheet" href="/base.css"> | ||
<link rel="icon" type="image/x-icon" href="/favicon.ico"> | ||
<title>Home -- 404 - Page not found</title> | ||
</head> | ||
|
||
<body> | ||
<div id="header"> | ||
<div id="header_logo"> | ||
<a href="/"><img src="/sr_logo.jpg" alt="SR logo"></a> | ||
</div> | ||
<div id="header_title"> | ||
404 - Page not found | ||
</div> | ||
</div> | ||
<div id="searchbox"> | ||
<form action="/ref/"> | ||
<input type="text" name="search" value=""> | ||
<input type="submit" value="Search"> | ||
</form> | ||
</div> | ||
|
||
<div id="navbar"> | ||
<div id="navlinks"> | ||
<a href="/">Home</a> | | ||
<a href="/ref/">List all references</a> | | ||
<a href="/explorer.html">Explorer</a> | ||
</div> | ||
</div> | ||
|
||
<div id="content" style="text-align: center;"> | ||
<h1>404</h1> | ||
<h2>File not found</h2> | ||
<p id="not_found_cont"></p> | ||
</div> | ||
<div id="footer"> | ||
<a href="/about.html">About</a> - Built on 2024-09-21 using | ||
<a href="https://proj.org">PROJ</a> 9.5.0 (See detailed <a href="/versions.html">versions here</a>) | ||
</div> | ||
<script src="/base.js"></script> | ||
<script> | ||
not_found("") | ||
</script> | ||
</body> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
spatialreference.org |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,101 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta http-equiv="content-type" content="text/html;charset=utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="stylesheet" href="./base.css"> | ||
<link rel="icon" type="image/x-icon" href="./favicon.ico"> | ||
<title>About -- Spatial Reference</title> | ||
<meta name="keywords" content="epsg, esri, iau, ignf, nkg, ogc, coordinate system, srs, crs" > | ||
<meta name="description" content="Spatial Reference catalog of coordinate reference systems" > | ||
</head> | ||
|
||
<body> | ||
<div id="header"> | ||
<div id="header_logo"> | ||
<a href="./"><img src="./sr_logo.jpg" alt="SR logo"></a> | ||
</div> | ||
<div id="header_title"> | ||
About spatial reference | ||
</div> | ||
</div> | ||
<div id="searchbox"> | ||
<form action="./ref/"> | ||
<input type="text" name="search" value=""> | ||
<input type="submit" value="Search"> | ||
</form> | ||
</div> | ||
|
||
<div id="navbar"> | ||
<div id="navlinks"> | ||
<a href="./">Home</a> | | ||
<a href="./ref/">List all references</a> | | ||
<a href="./explorer.html">Explorer</a> | ||
</div> | ||
</div> | ||
|
||
<div id="content"> | ||
|
||
<h3>Who</h3> | ||
<p>spatialreference.org is a website redesigned in 2023 by | ||
<a href="https://javier.jimenezshaw.com/">Javier Jimenez Shaw</a>, | ||
based on <a href="https://proj.org/">PROJ.org</a> and now managed by the | ||
PROJ development team. It helps assists others in their understanding, | ||
discovery, and usage of spatial reference systems (SRS). | ||
This refreshed version is a continuation of prior work of <a href="https://hobu.co/">Howard Butler</a>, | ||
<a href="https://crschmidt.net/">Christopher Schmidt</a>, <a href="http://dbsgeo.com/">Dane Springmeyer</a> and | ||
<a href="http://porcupinealley.com/">Josh Livni</a> started in 2007. | ||
</p> | ||
<p>The source code of this website is available at <a href="https://github.com/OSGeo/spatialreference.org"> | ||
https://github.com/OSGeo/spatialreference.org</a>.</p> | ||
|
||
<h3>What</h3> | ||
<p> | ||
There are currently several catalogs of SRS on this website: | ||
EPSG, ESRI, IAU:2015, IGNF, NKG and OGC. Its content is automatically | ||
refreshed from the PROJ' SRS database, at each PROJ release. | ||
</p> | ||
<p> | ||
Each SRS is available in different formats under the root URL https://spatialreference.org/ref/authority/code: | ||
<ul> | ||
<li>As <a href="https://portal.opengeospatial.org/files/?artifact_id=999">WKT1</a> / Well-known Text v1 / OGC 01-009: | ||
<ul> | ||
<li><span class="about_items">/wkt.html</span> as HTML content. <a href="./ref/epsg/4326/wkt.html">Example</a></li> | ||
<li><span class="about_items">/prettywkt.txt</span>: as text content, with indentation (for potential consumption by software). <a href="./ref/epsg/4326/prettywkt.txt">Example</a></li> | ||
<li><span class="about_items">/ogcwkt/</span>: as text content, single line (for potential consumption by software). <a href="./ref/epsg/4326/ogcwkt/">Example</a></li> | ||
</ul> | ||
</li> | ||
<li>As <a href="https://docs.opengeospatial.org/is/18-010r7/18-010r7.html">WKT2:2019</a> / Well-known Text v2 / OGC 18-010r7: | ||
<ul> | ||
<li><span class="about_items">/wkt2.html</span>: as HTML content. <a href="./ref/epsg/4326/wkt2.html">Example</a></li> | ||
<li><span class="about_items">/prettywkt2.txt</span>: as text-content, with indentation (for potential consumption by software). <a href="./ref/epsg/4326/prettywkt2.txt">Example</a></li> | ||
</ul> | ||
</li> | ||
<li><span class="about_items">/esriwkt.txt</span>: WKT variant used by Esri software, typically for Shapefile .prj side-car file, as text content. <a href="./ref/epsg/4326/esriwkt.txt">Example</a></li> | ||
<li><span class="about_items">/#</span>: same as above, but downloads the result as a file with .prj content. Requires JavaScript</li> | ||
<li><span class="about_items">/projjson.json</span>: as JSON content, following the <a href="https://proj.org/specifications/projjson.html">PROJ JSON</a> encoding, which is equivalent to WKT2:2019. <a href="./ref/epsg/4326/projjson.json">Example</a></li> | ||
<li><span class="about_items">/proj4.txt</span>: as PROJ.4 CRS string. Note this encoding is considered as legacy, and is generally lossy, particularly regarding geodetic or vertical datums. <a href="./ref/epsg/4326/proj4.txt">Example</a></li> | ||
</ul> | ||
<p>Note that the previous version of this website allowed user-defined | ||
SRS to be submitted. This functionality has been removed, and the website | ||
now only presents objects that have been vetted by reference authorities. | ||
To get the old data, look for the file "sr-org.json" in the git repository. | ||
</p> | ||
<p>Spatialreference has a sibling project under the PROJ umbrella: <a href="https://crs-explorer.proj.org/">CRS Explorer</a>. | ||
It has a different approach displaying all the available CRSs and filtering them. To show them all just click on | ||
<a href="https://crs-explorer.proj.org/?all=true">https://crs-explorer.proj.org/?all=true</a> | ||
</p> | ||
|
||
|
||
<h3>Press</h3> | ||
<ul> | ||
<li><a href="https://www.3liz.com/blog/rldhont/index.php?post/2007/07/26/71-un-site-pour-les-systemes-de-references-spatials">Un site pour les Systèmes de Références Spatials</a> -- Link back to SpatialReference.org</li> | ||
</ul> | ||
|
||
</div> | ||
<div id="footer"> | ||
<a href="./about.html">About</a> - Built on 2024-09-21 using | ||
<a href="https://proj.org">PROJ</a> 9.5.0 (See detailed <a href="./versions.html">versions here</a>) | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,214 @@ | ||
body { | ||
font-family:Verdana; | ||
color:#525353; | ||
font-size:.95em; | ||
margin:0px; | ||
padding:0px; | ||
} | ||
|
||
a{ | ||
color:#3F617F; | ||
} | ||
|
||
a:visited{ | ||
color:#4F4640; | ||
} | ||
|
||
img{ | ||
border:0px; | ||
} | ||
|
||
#header { | ||
background: #99B3CC; | ||
height:78px; | ||
} | ||
|
||
#header_logo{ | ||
float:left; | ||
} | ||
|
||
|
||
#header_title{ | ||
font-size: 1.5em; | ||
padding-top:27px; | ||
margin-left:310px; | ||
color:#4F4640; | ||
/*text-transform:lowercase;*/ | ||
} | ||
|
||
#header_logo{ | ||
float:left; | ||
} | ||
|
||
#searchbox{ | ||
float:right; | ||
} | ||
|
||
#navbar{ | ||
background:#eee; | ||
} | ||
|
||
#searchbox, #navbar{ | ||
padding:8px 5px 10px 5px; | ||
} | ||
|
||
#content{ | ||
padding:10px; | ||
} | ||
|
||
#recent_uploads{ | ||
float:right; | ||
width:200px; | ||
border-left: #ccc 1px solid; | ||
border-bottom: #ccc 1px solid; | ||
padding: 10px; | ||
} | ||
|
||
#footer { | ||
margin-top: 20px; | ||
border-top: 1px solid #eee; | ||
padding: 10px; | ||
} | ||
|
||
.darkred { | ||
color: darkred; | ||
} | ||
|
||
.deprecated_in_list { | ||
color: grey; | ||
} | ||
|
||
.type_abbr { | ||
color: darksalmon; | ||
} | ||
|
||
.about_items { | ||
color: darkolivegreen; | ||
} | ||
|
||
.is-disabled { | ||
cursor: not-allowed; | ||
opacity: 0.5; | ||
color: currentColor; | ||
pointer-events: none; | ||
text-decoration: none; | ||
} | ||
|
||
.list-box { | ||
margin: 10px; | ||
padding: -5px 15px 0px 0px; | ||
background:lightgrey; | ||
border: 2px solid black; | ||
width: 350px; | ||
max-width: 90%; | ||
} | ||
|
||
.map-container { | ||
width:512px; | ||
height:256px; | ||
max-width: 90%; | ||
margin:10px; | ||
padding: -5px 15px 0px 0px; | ||
border: 2px solid darkblue; | ||
} | ||
|
||
li { | ||
clear:left; | ||
} | ||
|
||
.hidden { | ||
display: none; | ||
} | ||
|
||
.crs_error { | ||
color: #A00000; | ||
} | ||
|
||
/*https://stackoverflow.com/questions/43267742/make-flex-direction-switch-to-column-if-theres-not-enough-space-in-a-row*/ | ||
.outer-wrapper { | ||
display: flex; | ||
width: 100%; | ||
height: auto; | ||
flex-wrap: nowrap; | ||
} | ||
|
||
.inner-flexbox { | ||
/*width: 75%;*/ | ||
display: flex; | ||
flex-wrap: wrap; | ||
flex-direction: row; | ||
flex-flow: row wrap; | ||
justify-content: space-between; | ||
} | ||
|
||
.inner-flexbox>div { | ||
max-width: 500px; | ||
} | ||
|
||
.nicewkt {border-left-width: 0px; border-bottom-width: 2px; border-right-width: 0px; border-top-width: 2px; | ||
width: 97%; border-color: #a2d545; border-style: solid; font-size: 11px; | ||
margin-bottom: 10px; margin-top: 10px; overflow: auto; padding-left: 10px; padding-right: 10px; | ||
background: #eeeeee; border-radius: 2px; border-radius: 2px;} | ||
|
||
.errorlist { font-weight: bold; color: #db1604; } | ||
|
||
.syntax .c { color: #60a0b0; font-style: italic } /* Comment */ | ||
.syntax .err { border: 1px solid #FF0000 } /* Error */ | ||
.syntax .k { color: #007020; font-weight: bold } /* Keyword */ | ||
.syntax .o { color: #666666 } /* Operator */ | ||
.syntax .cm { color: #60a0b0; font-style: italic } /* Comment.Multiline */ | ||
.syntax .cp { color: #007020 } /* Comment.Preproc */ | ||
.syntax .c1 { color: #60a0b0; font-style: italic } /* Comment.Single */ | ||
.syntax .cs { color: #60a0b0; background-color: #fff0f0 } /* Comment.Special */ | ||
.syntax .gd { color: #A00000 } /* Generic.Deleted */ | ||
.syntax .ge { font-style: italic } /* Generic.Emph */ | ||
.syntax .gr { color: #FF0000 } /* Generic.Error */ | ||
.syntax .gh { color: #000080; font-weight: bold } /* Generic.Heading */ | ||
.syntax .gi { color: #00A000 } /* Generic.Inserted */ | ||
.syntax .go { color: #808080 } /* Generic.Output */ | ||
.syntax .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */ | ||
.syntax .gs { font-weight: bold } /* Generic.Strong */ | ||
.syntax .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ | ||
.syntax .gt { color: #0040D0 } /* Generic.Traceback */ | ||
.syntax .kc { color: #007020; font-weight: bold } /* Keyword.Constant */ | ||
.syntax .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */ | ||
.syntax .kp { color: #007020 } /* Keyword.Pseudo */ | ||
.syntax .kr { color: #007020; font-weight: bold } /* Keyword.Reserved */ | ||
.syntax .kt { color: #902000 } /* Keyword.Type */ | ||
.syntax .m { color: #40a070 } /* Literal.Number */ | ||
.syntax .s { color: #4070a0 } /* Literal.String */ | ||
.syntax .na { color: #4070a0 } /* Name.Attribute */ | ||
.syntax .nb { color: #007020 } /* Name.Builtin */ | ||
.syntax .nc { color: #0e84b5; font-weight: bold } /* Name.Class */ | ||
.syntax .no { color: #60add5 } /* Name.Constant */ | ||
.syntax .nd { color: #555555; font-weight: bold } /* Name.Decorator */ | ||
.syntax .ni { color: #d55537; font-weight: bold } /* Name.Entity */ | ||
.syntax .ne { color: #007020 } /* Name.Exception */ | ||
.syntax .nf { color: #06287e } /* Name.Function */ | ||
.syntax .nl { color: #002070; font-weight: bold } /* Name.Label */ | ||
.syntax .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */ | ||
.syntax .nt { color: #062873; font-weight: bold } /* Name.Tag */ | ||
.syntax .nv { color: #bb60d5 } /* Name.Variable */ | ||
.syntax .ow { color: #007020; font-weight: bold } /* Operator.Word */ | ||
.syntax .w { color: #bbbbbb } /* Text.Whitespace */ | ||
.syntax .mf { color: #40a070 } /* Literal.Number.Float */ | ||
.syntax .mh { color: #40a070 } /* Literal.Number.Hex */ | ||
.syntax .mi { color: #40a070 } /* Literal.Number.Integer */ | ||
.syntax .mo { color: #40a070 } /* Literal.Number.Oct */ | ||
.syntax .sb { color: #4070a0 } /* Literal.String.Backtick */ | ||
.syntax .sc { color: #4070a0 } /* Literal.String.Char */ | ||
.syntax .sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */ | ||
.syntax .s2 { color: #4070a0 } /* Literal.String.Double */ | ||
.syntax .se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */ | ||
.syntax .sh { color: #4070a0 } /* Literal.String.Heredoc */ | ||
.syntax .si { color: #70a0d0; font-style: italic } /* Literal.String.Interpol */ | ||
.syntax .sx { color: #c65d09 } /* Literal.String.Other */ | ||
.syntax .sr { color: #235388 } /* Literal.String.Regex */ | ||
.syntax .s1 { color: #4070a0 } /* Literal.String.Single */ | ||
.syntax .ss { color: #517918 } /* Literal.String.Symbol */ | ||
.syntax .bp { color: #007020 } /* Name.Builtin.Pseudo */ | ||
.syntax .vc { color: #bb60d5 } /* Name.Variable.Class */ | ||
.syntax .vg { color: #bb60d5 } /* Name.Variable.Global */ | ||
.syntax .vi { color: #bb60d5 } /* Name.Variable.Instance */ | ||
.syntax .il { color: #40a070 } /* Literal.Number.Integer.Long */ | ||
.syntax .il { color: #40a070 } /* Literal.Number.Integer.Long */ |
Oops, something went wrong.