Skip to content

Instantly share code, notes, and snippets.

@marcelino-m
Last active June 6, 2017 17:19
Show Gist options
  • Save marcelino-m/e34c4af30646a7b2a41430df4e98191d to your computer and use it in GitHub Desktop.
Save marcelino-m/e34c4af30646a7b2a41430df4e98191d to your computer and use it in GitHub Desktop.
Prpuesta para formato de celda al leer el input csv de georeferenciacion
celda = {
fase:"",
banco:"",
nombre:"",
identificador:number,
vcelda: [
{
x:1,
y:2,
z:2
serie:
}
],
vest: [
{
x:1,
y:2,
z:2
serie:
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment