Package for extracting the time and spatial extent of Geodata
Project description
Use as CLI-Tool
Install
pip install geodataExtent
Usage
extract-extent --help
gives:
Options:
--path TEXT Path to Folder containing Geofiles
-c, --clear Clear screen before showing results
-t, --time execute time extraction for one file
-s, --space execute boundingbox extraction for one file
-h, --hull execute convex-hull extraction for one file
--help Show this message and exit.
Those are only options, you do not have to use them. However, if you do not choos any of the execution flags (-t / -s / -h)
, the folderextraction will be triggered and gives you the spatial and temporal extent of each of your Geofiles within the chosen folder in addition to the full spatial and temporal extent of the folder.
You are not limeted to choose only one option but all of them at once except for --help
.
If you do not use --path
, the path will be prompted. That means it is a shortcut only.
Examples
$ extract-extent -t -s -h
Pleas enter path to Folder: <path>
Pleas enter filename: <filename>
Timeextent:
['1935/01/01 00:00:00 GMT+0', '2014/01/01 00:00:00 GMT+0', 365.253164556962]
Spatialextent:
[-179.5, -89.5, 179.5, 89.5]
Spatialextent as Convex Hull:
[(-179.5, -89.5), (-179.5, 89.5), (179.5, 89.5), (179.5, -89.5)]
The Timeextent starts with the beginning and ends with the end date as ISO8601 standard. the last number is the average intervall in which measurements have been taken.
The spatial extent is shown as a boundingbox. [minX/minLong, minY/minLat, maxX/maxLong, maxY/maxLat]
For more percission the -h / --hull
flag gives you the spatial exnent as a convex hull. That means from all the points of a dataset the outer most points are beeing calculated and returned in correct order.
Folderextraction
If you want to extract your hole folder, the -c / --clear
flag is recommended because a long list of processing outputs is generated before the final output appears.
$ extract-extent -c --path "<folder path>"
Use as module
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file geodataExtent-0.2.8.tar.gz
.
File metadata
- Download URL: geodataExtent-0.2.8.tar.gz
- Upload date:
- Size: 14.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b6afba1328b4acf964c313dbcaeabe50b5f1d967e951ed0e54f11ba1cf9f1e3b |
|
MD5 | e6abc2ad7c1adee7675b96969e22e89c |
|
BLAKE2b-256 | fa0ed56318874c18455c269ce5d97f09418ced20bc81a4c3b321fe6640385ca5 |
File details
Details for the file geodataExtent-0.2.8-py3-none-any.whl
.
File metadata
- Download URL: geodataExtent-0.2.8-py3-none-any.whl
- Upload date:
- Size: 20.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8a611146d0cc73c7e7f3e519b7838d88559754c5fd57f2adb23047b0a560d217 |
|
MD5 | 328d38610b633f1adb63ba7edee98857 |
|
BLAKE2b-256 | a31d924467657f9559ecd3560a618037108891130644253d73c93489e05a4fd5 |