No project description provided
Project description
Currently the GetRasterExecutor and GeoJsonExecutor are the only queries that are working
Installing the libary:
pip install -i https://pypi.org/simple/ iharp-query-executor==0.0.10
Importing the executors:
For GetRasterExecutor:
from iharp_query_executor.get_raster_api import GetRasterExecutor
For GeoJsonExecutor:
from iharp_query_executor.get_geojson_executor import GeoJsonExecutor
To use the executors:
For GetRasterExecutor:
raster = GetRasterExecutor(
variable=variable,
start_datetime=start_datetime,
end_datetime=end_datetime,
temporal_resolution=temporal_resolution,
min_lat=min_lat,
max_lat=max_lat,
min_lon=min_lon,
max_lon=max_lon,
spatial_resolution=spatial_resolution,
aggregation=aggregation,
)
For GeoJsonExecutor:
geojson = GeoJsonExecutor(
variable=variable,
start_datetime=start_datetime,
end_datetime=end_datetime,
temporal_resolution=temporal_resolution,
min_lat=min_lat,
max_lat=max_lat,
min_lon=min_lon,
max_lon=max_lon,
spatial_resolution=spatial_resolution,
aggregation=aggregation,
geojson_file=geojson_file
)
Project details
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file iharp_query_executor-0.0.10.tar.gz.
File metadata
- Download URL: iharp_query_executor-0.0.10.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
32cd6f8fdc0b14633893efc398db91b03f257623ed0e63efb81f7e00154357b7
|
|
| MD5 |
0543d50c57dabc4a8e163ea138d909ea
|
|
| BLAKE2b-256 |
eeb042341b1895a84db98193a2c6bd0b694ea61f7cab1dae6e0903e2a206ea08
|
File details
Details for the file iharp_query_executor-0.0.10-py3-none-any.whl.
File metadata
- Download URL: iharp_query_executor-0.0.10-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f3c394870b0d4b8d0f546aad2db5bfdc6940ec3ae2e98d8edbc59b0713ae5f11
|
|
| MD5 |
4c52bb191a36a3b15036785a59ef7303
|
|
| BLAKE2b-256 |
8be171e6a6628e3bb20a36618c8e86bce30c45a64ff76b3c24901e4d48888b10
|