Ian Dees
Ian Dees
@ingalls any ideas here?
Is this still an issue for yall? I tested this with my account last week and it seemed to work.
I believe the S3 field is only populated with a logged-in request for users that have donated. Try making a request to `https://v2.openaddresses.io/batch-prod/collection-.zip`.
This happens because each data source has its own set of fields that we do our best to include in our output. If you look at the source data for...
Yep that's a great idea. I think the web page has been itching for a redesign for quite a while. The first step to getting a map of our addresses...
OpenAddresses.org and .io are different organizations. .org went defunct ~15 years ago. .io never had a page that looked like the image in StackExchange there, but we did have a...
This happens when we consume a data source with a float data type. When it gets stringified it gets the decimal. For example, the [San Francisco data](https://data.sfgov.org/Geographic-Locations-and-Boundaries/Addresses-with-Units-Enterprise-Addressing-System/ramy-di5m) lists the datatype...
We didn't change anything with San Francisco. I wonder what fixed that.
This seems to have helped in my case: ``` sudo su docker exec -it dawarich_db bash psql -U postgres -c "CREATE DATABASE dawarich;" ```
After fixing the database problem the app can't connect to redis, preventing me from getting the app running. ☹️