Mercurial > repos > iuc > geopandas_table2geojson
comparison test-data/geolocation_3.geojson @ 0:7bc130112fa3 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/geopandas commit 76226199cd9ac3de12c81cc36b38c86bf4d676f5
| author | iuc |
|---|---|
| date | Tue, 22 Apr 2025 15:18:12 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:7bc130112fa3 |
|---|---|
| 1 { | |
| 2 "type": "FeatureCollection", | |
| 3 "features": [ | |
| 4 { | |
| 5 "id": "0", | |
| 6 "type": "Feature", | |
| 7 "properties": { | |
| 8 "latitude": 37.7749, | |
| 9 "longitude": -122.4194, | |
| 10 "timestamp": "2023-01-01T12:00:00Z", | |
| 11 "value": 10 | |
| 12 }, | |
| 13 "geometry": { | |
| 14 "type": "Point", | |
| 15 "coordinates": [ | |
| 16 37.7749, | |
| 17 -122.4194 | |
| 18 ] | |
| 19 } | |
| 20 }, | |
| 21 { | |
| 22 "id": "1", | |
| 23 "type": "Feature", | |
| 24 "properties": { | |
| 25 "latitude": 37.7751, | |
| 26 "longitude": -122.419, | |
| 27 "timestamp": "2023-01-01T12:05:00Z", | |
| 28 "value": 15 | |
| 29 }, | |
| 30 "geometry": { | |
| 31 "type": "Point", | |
| 32 "coordinates": [ | |
| 33 37.7751, | |
| 34 -122.419 | |
| 35 ] | |
| 36 } | |
| 37 }, | |
| 38 { | |
| 39 "id": "2", | |
| 40 "type": "Feature", | |
| 41 "properties": { | |
| 42 "latitude": 37.7753, | |
| 43 "longitude": -122.4185, | |
| 44 "timestamp": "2023-01-01T12:10:00Z", | |
| 45 "value": 20 | |
| 46 }, | |
| 47 "geometry": { | |
| 48 "type": "Point", | |
| 49 "coordinates": [ | |
| 50 37.7753, | |
| 51 -122.4185 | |
| 52 ] | |
| 53 } | |
| 54 }, | |
| 55 { | |
| 56 "id": "3", | |
| 57 "type": "Feature", | |
| 58 "properties": { | |
| 59 "latitude": 37.7755, | |
| 60 "longitude": -122.418, | |
| 61 "timestamp": "2023-01-01T12:15:00Z", | |
| 62 "value": 25 | |
| 63 }, | |
| 64 "geometry": { | |
| 65 "type": "Point", | |
| 66 "coordinates": [ | |
| 67 37.7755, | |
| 68 -122.418 | |
| 69 ] | |
| 70 } | |
| 71 }, | |
| 72 { | |
| 73 "id": "4", | |
| 74 "type": "Feature", | |
| 75 "properties": { | |
| 76 "latitude": 37.7757, | |
| 77 "longitude": -122.4175, | |
| 78 "timestamp": "2023-01-01T12:20:00Z", | |
| 79 "value": 30 | |
| 80 }, | |
| 81 "geometry": { | |
| 82 "type": "Point", | |
| 83 "coordinates": [ | |
| 84 37.7757, | |
| 85 -122.4175 | |
| 86 ] | |
| 87 } | |
| 88 }, | |
| 89 { | |
| 90 "id": "5", | |
| 91 "type": "Feature", | |
| 92 "properties": { | |
| 93 "latitude": 37.7759, | |
| 94 "longitude": -122.417, | |
| 95 "timestamp": "2023-01-01T12:25:00Z", | |
| 96 "value": 35 | |
| 97 }, | |
| 98 "geometry": { | |
| 99 "type": "Point", | |
| 100 "coordinates": [ | |
| 101 37.7759, | |
| 102 -122.417 | |
| 103 ] | |
| 104 } | |
| 105 }, | |
| 106 { | |
| 107 "id": "6", | |
| 108 "type": "Feature", | |
| 109 "properties": { | |
| 110 "latitude": 37.7761, | |
| 111 "longitude": -122.4165, | |
| 112 "timestamp": "2023-01-01T12:30:00Z", | |
| 113 "value": 40 | |
| 114 }, | |
| 115 "geometry": { | |
| 116 "type": "Point", | |
| 117 "coordinates": [ | |
| 118 37.7761, | |
| 119 -122.4165 | |
| 120 ] | |
| 121 } | |
| 122 }, | |
| 123 { | |
| 124 "id": "7", | |
| 125 "type": "Feature", | |
| 126 "properties": { | |
| 127 "latitude": 37.7763, | |
| 128 "longitude": -122.416, | |
| 129 "timestamp": "2023-01-01T12:35:00Z", | |
| 130 "value": 45 | |
| 131 }, | |
| 132 "geometry": { | |
| 133 "type": "Point", | |
| 134 "coordinates": [ | |
| 135 37.7763, | |
| 136 -122.416 | |
| 137 ] | |
| 138 } | |
| 139 }, | |
| 140 { | |
| 141 "id": "8", | |
| 142 "type": "Feature", | |
| 143 "properties": { | |
| 144 "latitude": 37.7765, | |
| 145 "longitude": -122.4155, | |
| 146 "timestamp": "2023-01-01T12:40:00Z", | |
| 147 "value": 50 | |
| 148 }, | |
| 149 "geometry": { | |
| 150 "type": "Point", | |
| 151 "coordinates": [ | |
| 152 37.7765, | |
| 153 -122.4155 | |
| 154 ] | |
| 155 } | |
| 156 }, | |
| 157 { | |
| 158 "id": "9", | |
| 159 "type": "Feature", | |
| 160 "properties": { | |
| 161 "latitude": 37.7767, | |
| 162 "longitude": -122.415, | |
| 163 "timestamp": "2023-01-01T12:45:00Z", | |
| 164 "value": 55 | |
| 165 }, | |
| 166 "geometry": { | |
| 167 "type": "Point", | |
| 168 "coordinates": [ | |
| 169 37.7767, | |
| 170 -122.415 | |
| 171 ] | |
| 172 } | |
| 173 }, | |
| 174 { | |
| 175 "id": "10", | |
| 176 "type": "Feature", | |
| 177 "properties": { | |
| 178 "latitude": 37.7769, | |
| 179 "longitude": -122.4145, | |
| 180 "timestamp": "2023-01-01T12:50:00Z", | |
| 181 "value": 60 | |
| 182 }, | |
| 183 "geometry": { | |
| 184 "type": "Point", | |
| 185 "coordinates": [ | |
| 186 37.7769, | |
| 187 -122.4145 | |
| 188 ] | |
| 189 } | |
| 190 }, | |
| 191 { | |
| 192 "id": "11", | |
| 193 "type": "Feature", | |
| 194 "properties": { | |
| 195 "latitude": 37.7771, | |
| 196 "longitude": -122.414, | |
| 197 "timestamp": "2023-01-01T12:55:00Z", | |
| 198 "value": 65 | |
| 199 }, | |
| 200 "geometry": { | |
| 201 "type": "Point", | |
| 202 "coordinates": [ | |
| 203 37.7771, | |
| 204 -122.414 | |
| 205 ] | |
| 206 } | |
| 207 }, | |
| 208 { | |
| 209 "id": "12", | |
| 210 "type": "Feature", | |
| 211 "properties": { | |
| 212 "latitude": 37.7773, | |
| 213 "longitude": -122.4135, | |
| 214 "timestamp": "2023-01-01T13:00:00Z", | |
| 215 "value": 70 | |
| 216 }, | |
| 217 "geometry": { | |
| 218 "type": "Point", | |
| 219 "coordinates": [ | |
| 220 37.7773, | |
| 221 -122.4135 | |
| 222 ] | |
| 223 } | |
| 224 }, | |
| 225 { | |
| 226 "id": "13", | |
| 227 "type": "Feature", | |
| 228 "properties": { | |
| 229 "latitude": 37.7775, | |
| 230 "longitude": -122.413, | |
| 231 "timestamp": "2023-01-01T13:05:00Z", | |
| 232 "value": 75 | |
| 233 }, | |
| 234 "geometry": { | |
| 235 "type": "Point", | |
| 236 "coordinates": [ | |
| 237 37.7775, | |
| 238 -122.413 | |
| 239 ] | |
| 240 } | |
| 241 }, | |
| 242 { | |
| 243 "id": "14", | |
| 244 "type": "Feature", | |
| 245 "properties": { | |
| 246 "latitude": 37.7777, | |
| 247 "longitude": -122.4125, | |
| 248 "timestamp": "2023-01-01T13:10:00Z", | |
| 249 "value": 80 | |
| 250 }, | |
| 251 "geometry": { | |
| 252 "type": "Point", | |
| 253 "coordinates": [ | |
| 254 37.7777, | |
| 255 -122.4125 | |
| 256 ] | |
| 257 } | |
| 258 }, | |
| 259 { | |
| 260 "id": "15", | |
| 261 "type": "Feature", | |
| 262 "properties": { | |
| 263 "latitude": 37.7779, | |
| 264 "longitude": -122.412, | |
| 265 "timestamp": "2023-01-01T13:15:00Z", | |
| 266 "value": 85 | |
| 267 }, | |
| 268 "geometry": { | |
| 269 "type": "Point", | |
| 270 "coordinates": [ | |
| 271 37.7779, | |
| 272 -122.412 | |
| 273 ] | |
| 274 } | |
| 275 }, | |
| 276 { | |
| 277 "id": "16", | |
| 278 "type": "Feature", | |
| 279 "properties": { | |
| 280 "latitude": 37.7781, | |
| 281 "longitude": -122.4115, | |
| 282 "timestamp": "2023-01-01T13:20:00Z", | |
| 283 "value": 90 | |
| 284 }, | |
| 285 "geometry": { | |
| 286 "type": "Point", | |
| 287 "coordinates": [ | |
| 288 37.7781, | |
| 289 -122.4115 | |
| 290 ] | |
| 291 } | |
| 292 }, | |
| 293 { | |
| 294 "id": "17", | |
| 295 "type": "Feature", | |
| 296 "properties": { | |
| 297 "latitude": 37.7783, | |
| 298 "longitude": -122.411, | |
| 299 "timestamp": "2023-01-01T13:25:00Z", | |
| 300 "value": 95 | |
| 301 }, | |
| 302 "geometry": { | |
| 303 "type": "Point", | |
| 304 "coordinates": [ | |
| 305 37.7783, | |
| 306 -122.411 | |
| 307 ] | |
| 308 } | |
| 309 }, | |
| 310 { | |
| 311 "id": "18", | |
| 312 "type": "Feature", | |
| 313 "properties": { | |
| 314 "latitude": 37.7785, | |
| 315 "longitude": -122.4105, | |
| 316 "timestamp": "2023-01-01T13:30:00Z", | |
| 317 "value": 100 | |
| 318 }, | |
| 319 "geometry": { | |
| 320 "type": "Point", | |
| 321 "coordinates": [ | |
| 322 37.7785, | |
| 323 -122.4105 | |
| 324 ] | |
| 325 } | |
| 326 }, | |
| 327 { | |
| 328 "id": "19", | |
| 329 "type": "Feature", | |
| 330 "properties": { | |
| 331 "latitude": 37.7787, | |
| 332 "longitude": -122.41, | |
| 333 "timestamp": "2023-01-01T13:35:00Z", | |
| 334 "value": 105 | |
| 335 }, | |
| 336 "geometry": { | |
| 337 "type": "Point", | |
| 338 "coordinates": [ | |
| 339 37.7787, | |
| 340 -122.41 | |
| 341 ] | |
| 342 } | |
| 343 } | |
| 344 ], | |
| 345 "crs": { | |
| 346 "type": "name", | |
| 347 "properties": { | |
| 348 "name": "urn:ogc:def:crs:EPSG::3857" | |
| 349 } | |
| 350 } | |
| 351 } |
