Python wrapper for the Open311 GeoReport v2 API
Project description
GeoReport
GeoReport is a thin Python wrapper for the Open311 GeoReport v2 API standard.
Installing GeoReport
GeoReport is available on PyPI:
pip install georeport
Example Usage
Get the list of services in a city:
from georeport import GeoReport
client = GeoReport.from_city('Brookline, MA')
print(client.get_service_list())
Get service requests in a city:
from georeport import GeoReport
client = GeoReport.from_city('Chicago, IL')
print(client.get_service_requests())
Supported Features
GeoReport supports retrieval of requests in addition to service lists and definitions. However, GeoReport does not currently support the creation of new 311 service requests.
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 georeport-0.3.0.tar.gz.
File metadata
- Download URL: georeport-0.3.0.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.13.3 Darwin/24.3.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f5704a68244ecee7c8b87908f967ee9cc536cf2b41ae5da362832a1374eaf722
|
|
| MD5 |
819c57b73c6c6e9f54350e2fef39860e
|
|
| BLAKE2b-256 |
4f8c6192db87299c6c2c1b5153d18345f2a35ee3497d30645f8edccce2277579
|
File details
Details for the file georeport-0.3.0-py3-none-any.whl.
File metadata
- Download URL: georeport-0.3.0-py3-none-any.whl
- Upload date:
- Size: 8.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.13.3 Darwin/24.3.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
107aadc2dbe720a87df62ccbc97cbea55c7263cc3f07528ff56862374111854b
|
|
| MD5 |
b9a9df451df0512ffc0fb0d9565c3e15
|
|
| BLAKE2b-256 |
ccec1bd319b218a97a1289e0ad928d9483395c07ad79fedb3ea5da4658293b13
|