Robert Martin

Results 90 issues of Robert Martin

Hello, Thank you for this lovely theme! I noticed one issue I wanted to surface here. When a post is very short (for example, just a sentence or two), the...

Minor style edits. Thank you for this very helpful project! 👋

First off, hello DataMade team and thank you for this awesome library! I noticed that when I try to parse `1 COUNTY ROAD A` at the `usaddress` [website](https://parserator.datamade.us/usaddress/), it parses...

Hello! FIrst off, thank you for this incredibly helpful library :) I was trying to parse `9622 South Avenue N, Chicago, IL 60617` and got the following results (apologies for...

Hi, Thank you for your hard work on this project! I installed the feature layer package expecting there would be some sort of interface for performing spatial queries that's more...

This is a fantastic guide for better public-interest technology—a big thank you to USDS for the work and vision that went into this! I had one small suggestion, which was...

It would be good to come up with a process for releasing AIS updates under unique versions. This will ensure that existing users are supported without holding up development of...

enhancement

API doesn't seem to support queries like: http://api.phila.gov/ais/v1/addresses/1911+green+st?gatekeeperKey=cb076d7301c315ba0f039b8f7744ac6d&srid=4326 where spaces have been replaced with plus signs.

bug

Searching for `12345 market` returns a `404` that looks like: ``` { "status": 404, "error": "Not Found", "message": "Could not find any addresses matching query.", "details": { "normalized": "12345 MARKET...

Component: API

Error responses from the API have a `status` property, e.g. `404`: ``` { "status": 404, "error": "Not Found", "message": "Could not find any addresses matching query.", "details": { "normalized": "12345...

Component: API