Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ESPACE-DEV
pyrasta
Commits
32a784a0
Commit
32a784a0
authored
Jul 23, 2021
by
Benjamin Pillot
Browse files
Add gdal to ogr mapping
parent
199b8e94
Changes
1
Hide whitespace changes
Inline
Side-by-side
pyrasta/tools/mapping.py
View file @
32a784a0
...
...
@@ -24,3 +24,11 @@ NUMPY_TO_GDAL = {"int8": 1,
"float64"
:
7
,
"complex64"
:
10
,
"complex128"
:
11
}
GDAL_TO_OGR
=
{
1
:
0
,
2
:
0
,
3
:
0
,
4
:
0
,
5
:
0
,
6
:
2
,
7
:
2
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment