-
Hello! I love what yall are doing here and the information is incredibly valuable to me for a project I am working on. I am trying to get everything setup on my end given the directions in the docs and on the READMEs but running into some issues. If I am understanding how all of these services connect properly, I need to have the docker-compose running from repo 'openstates.org' for the other services (like openstates-scrapers) to add to the database? I also cant seem to get the openstates-geo running at all. When I run the poetry command i get back "ModuleNotFoundError: No module named 'requests'" and when I try the docker command it says "make-tiles_1 | /usr/bin/env: ‘python’: No such file or directory" |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
Welcome! Yes, the openstates.org project starts a shared database the others can access. There are ways (as noted in the docs) to run without the database if you just want to work on scrapers/etc. re:openstates-geo, I'll take a look at it's docker setup, I believe it is likely just a bit out of date. The project mainly exists to convert shapefiles into mbtiles though, so unless you need to do that for your own mapbox maps you can usually safely ignore it. |
Beta Was this translation helpful? Give feedback.
-
Not right now, I could probably generate one sometime soon, what're you
using it for if I can ask?
…On Mon, Dec 14, 2020 at 11:32 AM jeremydubansky ***@***.***> wrote:
Thanks for the quick reply! I had some time to play around with it and im
a bit closer to getting it to work I think. Is there a copy of the mbtiles
that is available in bulk somewhere?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#191 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAB6YVSADXKGSHNLE6QVKDSUY4ZBANCNFSM4UZUI2MQ>
.
|
Beta Was this translation helpful? Give feedback.
-
Would you be able to submit a PR?
i’d be glad to look at any fixes
…On Sat, Dec 19, 2020 at 9:36 AM jdubansky ***@***.***> wrote:
I was able to get it up and running! was missing the poetry install step
before launching the other scripts. I also found a few errors in the
scripts but dont have permissions to write to the repo. I wanted the
ability to have similar maps that are on the openstates website.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#191 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAB6YX7M7VLXIVZ63N347DSVS26LANCNFSM4UZUI2MQ>
.
|
Beta Was this translation helpful? Give feedback.
-
The typical flow is to fork the repo, and issue a PR. There’s a good guide on it here:
https://docs.github.com/en/free-pro-team@latest/github/getting-started-with-github/fork-a-repo
…On Dec 22, 2020, 10:07 AM -0500, jdubansky ***@***.***>, wrote:
it doesnt look like I have permissions to push a branch to the repo. Is that something you need to enable on your end?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
Welcome!
Yes, the openstates.org project starts a shared database the others can access. There are ways (as noted in the docs) to run without the database if you just want to work on scrapers/etc.
re:openstates-geo, I'll take a look at it's docker setup, I believe it is likely just a bit out of date. The project mainly exists to convert shapefiles into mbtiles though, so unless you need to do that for your own mapbox maps you can usually safely ignore it.