You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/02_sync.ipynb
+14-54Lines changed: 14 additions & 54 deletions
Original file line number
Diff line number
Diff line change
@@ -31,11 +31,7 @@
31
31
"cell_type": "code",
32
32
"execution_count": null,
33
33
"id": "33ac4583",
34
-
"metadata": {
35
-
"vscode": {
36
-
"languageId": "markdown"
37
-
}
38
-
},
34
+
"metadata": {},
39
35
"outputs": [],
40
36
"source": [
41
37
"!pip install mergin-client"
@@ -53,11 +49,7 @@
53
49
"cell_type": "code",
54
50
"execution_count": null,
55
51
"id": "1bd4f48d",
56
-
"metadata": {
57
-
"vscode": {
58
-
"languageId": "markdown"
59
-
}
60
-
},
52
+
"metadata": {},
61
53
"outputs": [],
62
54
"source": [
63
55
"LOGIN=\"...\"\n",
@@ -76,11 +68,7 @@
76
68
"cell_type": "code",
77
69
"execution_count": null,
78
70
"id": "c332f11f",
79
-
"metadata": {
80
-
"vscode": {
81
-
"languageId": "markdown"
82
-
}
83
-
},
71
+
"metadata": {},
84
72
"outputs": [],
85
73
"source": [
86
74
"import mergin\n",
@@ -96,18 +84,14 @@
96
84
"id": "3b3b55cd",
97
85
"metadata": {},
98
86
"source": [
99
-
"Now you can use the client to call the API. Let's try to clone the project available for this example (`lutraconsulting/Vienna trees project`) to your Mergin Maps project. You need to specify to which project our sample project will be cloned to (edit the `PROJECT` variable in the form `{WORKSPACE NAME}/{PROJECT NAME}` in Mergin Maps cloud)."
87
+
"Now you can use the client to call the API. Let's try to clone the project available for this example (`lutraconsulting/Vienna trees example`) to your Mergin Maps project. You need to specify to which project our sample project will be cloned to (edit the `PROJECT` variable in the form `{WORKSPACE NAME}/{PROJECT NAME}` in Mergin Maps cloud)."
100
88
]
101
89
},
102
90
{
103
91
"cell_type": "code",
104
92
"execution_count": null,
105
93
"id": "70f17d60",
106
-
"metadata": {
107
-
"vscode": {
108
-
"languageId": "markdown"
109
-
}
110
-
},
94
+
"metadata": {},
111
95
"outputs": [],
112
96
"source": [
113
97
"PROJECT=\".../...\"\n",
@@ -127,11 +111,7 @@
127
111
"cell_type": "code",
128
112
"execution_count": null,
129
113
"id": "08fc0642",
130
-
"metadata": {
131
-
"vscode": {
132
-
"languageId": "markdown"
133
-
}
134
-
},
114
+
"metadata": {},
135
115
"outputs": [],
136
116
"source": [
137
117
"# download project to local folder.\n",
@@ -152,11 +132,7 @@
152
132
"cell_type": "code",
153
133
"execution_count": null,
154
134
"id": "23469139",
155
-
"metadata": {
156
-
"vscode": {
157
-
"languageId": "markdown"
158
-
}
159
-
},
135
+
"metadata": {},
160
136
"outputs": [],
161
137
"source": [
162
138
"# Install geopandas to export csv to geopackage\n",
0 commit comments