Skip to main content

...

Project description

ArcGisFeatureCache

build codecov PyPI version

The ArcGIS Feature Layer Caching Library is a Python library designed to cache ArcGIS feature layers locally, enabling faster data access and improved performance for applications that frequently access the same data from an ArcGIS server. By storing data locally, this library reduces server load, conserves bandwidth, and allows for offline access to ArcGIS feature layers.


Documentation: https://Hazedd.github.io/Hazedd/ArcGisFeatureCache/

Source Code: https://github.com/Hazedd/ArcGisFeatureCache


Install

pip install arcGisFeatureCache

Usage

from arcGisFeatureCache import get_feature_service

url = "https://xxxx.xxx/arcgis/rest/services/xxxxxx/FeatureServer"
feature_service = get_feature_service(url)

# get all features from service
feature_service.get_all_features()

# get features from one or more layers
feature_service.get_layer_features(["layer_a", "layer_b"])

async

from arcGisFeatureCache import ArcGisFeatureService

url = "https://xxxx.xxx/arcgis/rest/services/xxxxxx/FeatureServer"
feature_service = await ArcGisFeatureService.factory(url)

Roadmap:

  • pr and github actions setup
  • docs as website
  • init release 0.1.0
  • 100% code coverage
  • query by intersect geometry (rtree)
  • query by attribute
  • make pickle work so we can safe and load state

Contributing

Contributions to the ArcGIS Feature Layer Caching Library are welcome! If you encounter any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request on GitHub.

License

This project is licensed under the terms of the MIT license.

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

arcgisfeaturecache-0.1.0a1.tar.gz (19.3 kB view details)

Uploaded Source

Built Distribution

arcgisfeaturecache-0.1.0a1-py3-none-any.whl (14.2 kB view details)

Uploaded Python 3

File details

Details for the file arcgisfeaturecache-0.1.0a1.tar.gz.

File metadata

File hashes

Hashes for arcgisfeaturecache-0.1.0a1.tar.gz
Algorithm Hash digest
SHA256 1ebffc2f06e7adcf45fdd7f90b1281a72a57f0fc7cb2d6d6adb3c529660b10b3
MD5 f3926f3fb1f65649dd9d912c20252472
BLAKE2b-256 bdce502c9917e7ae4ea8a26ce1a522d36b9d89c37ce4825d09ea3228732ab447

See more details on using hashes here.

File details

Details for the file arcgisfeaturecache-0.1.0a1-py3-none-any.whl.

File metadata

File hashes

Hashes for arcgisfeaturecache-0.1.0a1-py3-none-any.whl
Algorithm Hash digest
SHA256 e0e94dbf25f5d42e97408c29acbf9f7223d0ae0bd8957f1e828384cd52c6d5f9
MD5 562603a4a2d9e7891d168315b4c759bb
BLAKE2b-256 68c9bf1195ba2c53d99bb1830de2ade26b19e0ed2f2914f53dc5e92e67d53345

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page