-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clojure (JVM) API #348
Comments
Hi @respatialized 👋 great to have your interest. I always wanted to publish this for the Clojure community but have zero experience publishing libs there. If you can help out, it would be greatly appreciated! |
Ok, great! So a few questions/thoughts to get started:
I'd appreciate you sharing that subtree so I can get a better sense of how the project is organized; I would like to get a working copy with a JVM repl on my own machine so I can explore the project interactively.
|
Hi @respatialized! Here is the subtree for CitySDK: https://github.com/loganpowell/census-geojson That is the main repo. The Regarding your second question: I actually don't know what I would need to publish a jar because I've never done it. Up until now, I've used |
Hey @loganpowell - thanks for pointing me in the right direction. I got set up with the project yesterday evening and have begun working with the project from my REPL. I've already encountered a few issues along the way - I'll try to provide a more detailed overview of them relatively soon. Would it make more sense to create a separate issue over on the upstream repo to track those in detail? |
@respatialized we can track in the subtree if you would like. |
Hi! After struggling a lot to grab some census data for a Clojure project, I eventually just grabbed the data using the
tidycensus
R package. But then I discovered this project!I see that there was some discussion of a Clojure implementation over at #338. I would be interested in taking this on, and it seems like you've already got a solid foundation started with the
.cljc
namespaces. I decided to open a separate issue here to track this work, if I can be of assistance.Please let me know what I can do to help!
The text was updated successfully, but these errors were encountered: