Mercurial > repos > iuc > geopandas_table2geojson
diff test-data/geolocation_2.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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/geolocation_2.geojson Tue Apr 22 15:18:12 2025 +0000 @@ -0,0 +1,311 @@ +{ + "type": "FeatureCollection", + "features": [ + { + "id": "0", + "type": "Feature", + "properties": { + "timestamp": "2023-01-01T12:00:00Z", + "value": 10 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 37.7749, + -122.4194 + ] + } + }, + { + "id": "1", + "type": "Feature", + "properties": { + "timestamp": "2023-01-01T12:05:00Z", + "value": 15 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 37.7751, + -122.419 + ] + } + }, + { + "id": "2", + "type": "Feature", + "properties": { + "timestamp": "2023-01-01T12:10:00Z", + "value": 20 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 37.7753, + -122.4185 + ] + } + }, + { + "id": "3", + "type": "Feature", + "properties": { + "timestamp": "2023-01-01T12:15:00Z", + "value": 25 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 37.7755, + -122.418 + ] + } + }, + { + "id": "4", + "type": "Feature", + "properties": { + "timestamp": "2023-01-01T12:20:00Z", + "value": 30 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 37.7757, + -122.4175 + ] + } + }, + { + "id": "5", + "type": "Feature", + "properties": { + "timestamp": "2023-01-01T12:25:00Z", + "value": 35 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 37.7759, + -122.417 + ] + } + }, + { + "id": "6", + "type": "Feature", + "properties": { + "timestamp": "2023-01-01T12:30:00Z", + "value": 40 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 37.7761, + -122.4165 + ] + } + }, + { + "id": "7", + "type": "Feature", + "properties": { + "timestamp": "2023-01-01T12:35:00Z", + "value": 45 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 37.7763, + -122.416 + ] + } + }, + { + "id": "8", + "type": "Feature", + "properties": { + "timestamp": "2023-01-01T12:40:00Z", + "value": 50 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 37.7765, + -122.4155 + ] + } + }, + { + "id": "9", + "type": "Feature", + "properties": { + "timestamp": "2023-01-01T12:45:00Z", + "value": 55 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 37.7767, + -122.415 + ] + } + }, + { + "id": "10", + "type": "Feature", + "properties": { + "timestamp": "2023-01-01T12:50:00Z", + "value": 60 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 37.7769, + -122.4145 + ] + } + }, + { + "id": "11", + "type": "Feature", + "properties": { + "timestamp": "2023-01-01T12:55:00Z", + "value": 65 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 37.7771, + -122.414 + ] + } + }, + { + "id": "12", + "type": "Feature", + "properties": { + "timestamp": "2023-01-01T13:00:00Z", + "value": 70 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 37.7773, + -122.4135 + ] + } + }, + { + "id": "13", + "type": "Feature", + "properties": { + "timestamp": "2023-01-01T13:05:00Z", + "value": 75 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 37.7775, + -122.413 + ] + } + }, + { + "id": "14", + "type": "Feature", + "properties": { + "timestamp": "2023-01-01T13:10:00Z", + "value": 80 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 37.7777, + -122.4125 + ] + } + }, + { + "id": "15", + "type": "Feature", + "properties": { + "timestamp": "2023-01-01T13:15:00Z", + "value": 85 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 37.7779, + -122.412 + ] + } + }, + { + "id": "16", + "type": "Feature", + "properties": { + "timestamp": "2023-01-01T13:20:00Z", + "value": 90 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 37.7781, + -122.4115 + ] + } + }, + { + "id": "17", + "type": "Feature", + "properties": { + "timestamp": "2023-01-01T13:25:00Z", + "value": 95 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 37.7783, + -122.411 + ] + } + }, + { + "id": "18", + "type": "Feature", + "properties": { + "timestamp": "2023-01-01T13:30:00Z", + "value": 100 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 37.7785, + -122.4105 + ] + } + }, + { + "id": "19", + "type": "Feature", + "properties": { + "timestamp": "2023-01-01T13:35:00Z", + "value": 105 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 37.7787, + -122.41 + ] + } + } + ], + "crs": { + "type": "name", + "properties": { + "name": "urn:ogc:def:crs:EPSG::3857" + } + } +} \ No newline at end of file