Does anybody know this geometry format? The Next CEO of Stack Overflow
Would a grinding machine be a simple and workable propulsion system for an interplanetary spacecraft?
Should I tutor a student who I know has cheated on their homework?
Some questions about different axiomatic systems for neighbourhoods
Example of a Mathematician/Physicist whose Other Publications during their PhD eclipsed their PhD Thesis
Where do students learn to solve polynomial equations these days?
Writing differences on a blackboard
What was the first Unix version to run on a microcomputer?
How to count occurrences of text in a file?
Should I cite using begin{thebibliography} or begin{filecontents*}
Why this way of making earth uninhabitable in Interstellar?
Is there always a complete, orthogonal set of unitary matrices?
Why isn't the Mueller report being released completely and unredacted?
What steps are necessary to read a Modern SSD in Medieval Europe?
How did people program for Consoles with multiple CPUs?
What did we know about the Kessel run before the prequels?
I believe this to be a fraud - hired, then asked to cash check and send cash as Bitcoin
What flight has the highest ratio of time difference to flight time?
Method for adding error messages to a dictionary given a key
The exact meaning of 'Mom made me a sandwich'
Is there a difference between "Fahrstuhl" and "Aufzug"
RigExpert AA-35 - Interpreting The Information
Is it possible to replace duplicates of a character with one character using tr
Is micro rebar a better way to reinforce concrete than rebar?
What does "Its cash flow is deeply negative" mean?
Does anybody know this geometry format?
The Next CEO of Stack Overflow
I have a database with geometries encoded in a field in the following format:
'1 L 410012.85,416177.69; +30.16,4; 12.46,0; 13.35,-0.67'
Where L specifies that it is a Polyline, then 410012.85,416177.69 is the starting point. The rest of vertices are calculated by adding or subtracting X and Y. So for example:
- Vertex 1 is starting point (X=410012.85 Y=416177.69)
- Vertex number 2 is X=410012.85+30.16 Y=416177.69+4
- Vertex 3 is Vertex2(X)+12.46 Vertex2(Y)+0
- Vertex 4 is Vertex3(X)+13.35 Vertex3(Y)-0.67
Has anyone seen something like this before?
Generating a standard format by splitting the text in multiple parts is something that probably can be done. However, I'd be more interested in knowing if it is actually a known format in GIS (does it have a name?) and if already exists a way of translating it into a standard format.
Thanks in advance.
standards
add a comment |
I have a database with geometries encoded in a field in the following format:
'1 L 410012.85,416177.69; +30.16,4; 12.46,0; 13.35,-0.67'
Where L specifies that it is a Polyline, then 410012.85,416177.69 is the starting point. The rest of vertices are calculated by adding or subtracting X and Y. So for example:
- Vertex 1 is starting point (X=410012.85 Y=416177.69)
- Vertex number 2 is X=410012.85+30.16 Y=416177.69+4
- Vertex 3 is Vertex2(X)+12.46 Vertex2(Y)+0
- Vertex 4 is Vertex3(X)+13.35 Vertex3(Y)-0.67
Has anyone seen something like this before?
Generating a standard format by splitting the text in multiple parts is something that probably can be done. However, I'd be more interested in knowing if it is actually a known format in GIS (does it have a name?) and if already exists a way of translating it into a standard format.
Thanks in advance.
standards
add a comment |
I have a database with geometries encoded in a field in the following format:
'1 L 410012.85,416177.69; +30.16,4; 12.46,0; 13.35,-0.67'
Where L specifies that it is a Polyline, then 410012.85,416177.69 is the starting point. The rest of vertices are calculated by adding or subtracting X and Y. So for example:
- Vertex 1 is starting point (X=410012.85 Y=416177.69)
- Vertex number 2 is X=410012.85+30.16 Y=416177.69+4
- Vertex 3 is Vertex2(X)+12.46 Vertex2(Y)+0
- Vertex 4 is Vertex3(X)+13.35 Vertex3(Y)-0.67
Has anyone seen something like this before?
Generating a standard format by splitting the text in multiple parts is something that probably can be done. However, I'd be more interested in knowing if it is actually a known format in GIS (does it have a name?) and if already exists a way of translating it into a standard format.
Thanks in advance.
standards
I have a database with geometries encoded in a field in the following format:
'1 L 410012.85,416177.69; +30.16,4; 12.46,0; 13.35,-0.67'
Where L specifies that it is a Polyline, then 410012.85,416177.69 is the starting point. The rest of vertices are calculated by adding or subtracting X and Y. So for example:
- Vertex 1 is starting point (X=410012.85 Y=416177.69)
- Vertex number 2 is X=410012.85+30.16 Y=416177.69+4
- Vertex 3 is Vertex2(X)+12.46 Vertex2(Y)+0
- Vertex 4 is Vertex3(X)+13.35 Vertex3(Y)-0.67
Has anyone seen something like this before?
Generating a standard format by splitting the text in multiple parts is something that probably can be done. However, I'd be more interested in knowing if it is actually a known format in GIS (does it have a name?) and if already exists a way of translating it into a standard format.
Thanks in advance.
standards
standards
asked 1 min ago
MaikMaik
144110
144110
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "79"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f317257%2fdoes-anybody-know-this-geometry-format%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Geographic Information Systems Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f317257%2fdoes-anybody-know-this-geometry-format%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown