-
Notifications
You must be signed in to change notification settings - Fork 36
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
Spatial Autocorrelation measures #13
Comments
d6b1169 adds Global spatial autocorrelation measures to GeoRasters |
e76a24e Added local spatial autocorrelation measures. Output is similar to Pysal, but is saved in a GeoRaster, so that the geographical information of the original data is preserved and output is aligned to underlying data. |
@sjsrey I have uploaded a script that shows the use of the Spatial autocorrelation measures spatial_script.py In order to test the functionality and ensure it is correct it would be good to use a known data set with results (in order to compare). Do you have one in mind? |
I''ve hit another bug trying to install on a different linux machine. In a new conda environment the instructions for
and then the However when trying to import georasters I then get the following error:
|
That is strange, since it is able to install on Travis, which is Linux and uses |
The |
Can you update the install instructions to show how you are explicitly forcing to use GDAL 1? |
I use a YAML file to pass instruction to |
is it in the repos? it would help other devs get setup to work on the
project :->
…On Tue, Dec 27, 2016 at 3:54 PM, Ömer Özak ***@***.***> wrote:
I use a YAML file to pass instruction to conda. I just used the condition
gdal<2. I guess one could use conda install gdal<2?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#13 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAHNGn8HHqhxsw_jJyoKjnxF-4HCiwGyks5rMaVAgaJpZM4LTlw0>
.
--
Sergio (Serge) Rey
Professor of Computational Spatial Science
School of Geographical Sciences and Urban Planning
Center for Geographical Information Science
Arizona State University
https://geoplan.asu.edu/sergio-rey
Editor, Geographical Analysis
http://wileyonlinelibrary.com/journal/gean
|
I will add it...I never thought people would have problem, since I did not have issues with Travis. Let me try to use the |
Cool. This can help as we use local yml files to get users setup for workshops on PySAL so maybe the same thing could be used for devs on georasters? Here is an example |
I will try to provide an example later tonight. I was trying to upgrade my OS, so not everything is working at the moment. |
Ok..looks like I was finally able to get it in a It seems Let me know if it works for you too. And thanks for taking the time! |
one more script in case you rather try |
I have uploaded it to |
PySal functions have been added. Need tests and update to new API. |
Generalize #11 and address pysal/pysal/issues/895
The text was updated successfully, but these errors were encountered: