No project description provided
Project description
kmService
Documentation: https://Hazedd.github.io/kmService/
Source Code: https://github.com/Hazedd/kmService
The dutch rail infrastructure utilizes kilometer measurements to pinpoint the location of objects along the linear infrastructure. This service aims to give you reference information from km and geocodes.
Location Determination and Accuracy Disclaimer
While every effort has been made to ensure accuracy, it is important to note that location-based services are subject to inherent limitations and uncertainties. Therefore, users are advised to use the provided location information cautiously and not solely rely on it for critical decision-making purposes. We cannot guarantee the absolute accuracy or completeness of the data and hereby disclaim any warranties, express or implied, regarding its reliability or fitness for a particular purpose.
By utilizing this application and its location-based features, users acknowledge and accept the inherent limitations and uncertainties associated with location determination.
Install
pip install kmService
Usage
import asyncio
from kmService import KmService, get_km_service
if async:
km_service_instance = await KmService.factory()
else:
km_service_instance = get_km_service(url)
response = km_service_instance.get_km(x, y)
print(response.display)
print(response.geojson_string())
This project is depends on the following awesome stuff!
- Shapely: https://pypi.org/project/shapely/
- arcGisFeatureCache: https://pypi.org/project/arcGisFeatureCache/
- pyproj https://pypi.org/project/pyproj/
- rtree https://pypi.org/project/Rtree/
- nest_asyncio https://pypi.org/project/nest-asyncio/
- mkdocs-material https://pypi.org/project/mkdocs-material/
- mkdocstrings https://pypi.org/project/mkdocstrings/
License
This project is licensed under the terms of the MIT license.
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 kmservice-0.0.1a5.tar.gz
.
File metadata
- Download URL: kmservice-0.0.1a5.tar.gz
- Upload date:
- Size: 1.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 43cc94c4357c83d13c05d44a960cb5c76626859cd727da6166e5cdadca38ae60 |
|
MD5 | dacbba261553087e306147ed59e172ab |
|
BLAKE2b-256 | 85a0fb60332e71f8440ff90b96cb27cc40d6974dde45429b98217f1bb7cb6522 |
File details
Details for the file kmservice-0.0.1a5-py3-none-any.whl
.
File metadata
- Download URL: kmservice-0.0.1a5-py3-none-any.whl
- Upload date:
- Size: 23.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 04fd09cc2d9c90c13518635fc3049695dcdf4946067591afbffe0f25f9c7746e |
|
MD5 | 48870ff7fd9665cfc4b5d71d81fe0c48 |
|
BLAKE2b-256 | 8c9c7e562d1aca5239d596b6fda60614997fd0fc76019d5b4465a67a2de3fc82 |