geopyspark
geopyspark copied to clipboard
README & rasterio
When following the README requirements for installation with pip, after pip install geopyspark
and before geopyspark install-jar
, I was prompted to install rasterio
. I installed it using pip install rasterio
then was able to run geopyspark install-jar
. However, this isn't mentioned in the README. Is there something I missed in the instructions or does this require a README change?
Hello, @kamicut! I'm sorry that I'm just getting to your issue now. I was involved in a lot of other projects these past few months and haven't had a chance to focus on GPS :slightly_frowning_face:
That sounds like an issue with the README
. Thank you for bringing this to our attention! I should be able to create a PR that resolves this issue soon.
Hi @jbouffard, thanks for your work on geopyspark, it's really great tool. Could you tell me what's the status of this issue? I've recently installed geopyspark and had same problem as @kamicut. Does it still need to be resolved?