File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
- # python-databasin 0.2.2
1
+ # python-databasin 0.3.0
2
2
3
3
[ ![ Build Status] ( https://travis-ci.org/consbio/python-databasin.png?branch=master )] ( https://travis-ci.org/consbio/python-databasin ) [ ![ Coverage Status] ( https://coveralls.io/repos/consbio/python-databasin/badge.svg?branch=master&service=github )] ( https://coveralls.io/github/consbio/python-databasin?branch=master )
4
4
@@ -28,3 +28,12 @@ dataset.make_public()
28
28
print (dataset.id)
29
29
print (dataset.title)
30
30
```
31
+
32
+ You can also upload Esri layer packages (` .lpk ` ). As with NetCDF's, layer packages for now must have the all metadata
33
+ required by Data Basin to successfully import:
34
+
35
+ ``` python
36
+ dataset = c.import_lpk(' /path/to/lpk_with_metadata.lpk' )
37
+ print (dataset.id)
38
+ print (dataset.title)
39
+ ```
Original file line number Diff line number Diff line change 1
- __version__ = '0.2.2 '
1
+ __version__ = '0.3.0 '
You can’t perform that action at this time.
0 commit comments