locationtech-labs / geopyspark

GeoTrellis for PySpark
Other
179 stars 59 forks source link

README & rasterio #683

Open kamicut opened 5 years ago

kamicut commented 5 years ago

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?

jbouffard commented 5 years ago

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.

lukaszKielar commented 5 years ago

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?