kkopczewska / spatial_book

Data and R codes to book on spatial data analysis
26 stars 30 forks source link

Can't read grid file #3

Open Camil88 opened 2 years ago

Camil88 commented 2 years ago

Hello, I try to read grid file (chapter 2.7, file 'PD_STAT_GRID_CELL_2011') but I always get an error: 'Cannot open data source'. I have noticed that there's no such .shp file in zip downloaded from Github. There's only something like .shp.xml file of 1Kb. I downloaded similar file (.shp) from some other website and now can read it into R. However, this .shp doesn't contain columns shown in your book. Could you please update .shp file and put it here?

kkopczewska commented 2 years ago

Hi,

grid is too big to upload it to Github - Github does not accept so huge files. Please download it from https://geo.stat.gov.pl/inspire from link for GRID 2011

best

KK


dr hab. KATARZYNA KOPCZEWSKA, prof.ucz. / Associate professor Katedra Statystyki i Ekonometrii / Chair of Statistics and Econometrics

WYDZIAŁ NAUK EKONOMICZNYCH / Faculty of Economic Sciences UNIWERSYTET WARSZAWSKI / University of Warsaw Długa 44/50, 00-241 Warszawa / 44/50 Dluga street, PL-00241 Warsaw, Poland


XVI World Conference of Spatial Econometrics Association - 23-24 June 2022 - Warsaw (Poland) - click here: https://spatial.wne.uw.edu.pl/

Kopczewska K. (2022) Spatial machine learning: new opportunities for regional science, Annals of Regional Science, https://doi.org/10.1007/s00168-021-01101-x

Kopczewska K. (2021) Entropy as a measure of agglomeration, in: Reggiani A., Schintler L., Czamanski D., Patuelli R., Handbook on Entropy, Complexity and Spatial Dynamics. A Rebirth of Theory?, Edward Elgar https://www.elgaronline.com/view/edcoll/9781839100581/9781839100581.00013.xml

Kopczewska K., Kopyt M., Ćwiakowski P. (2021) Spatial Interactions in Business and Housing Location Models, Land 2021, 10(12), 1348; https://doi.org/10.3390/land10121348

W dniu 2022-01-08 12:45, Camil88 napisał(a):

Hello, I try to read grid file (chapter 2.7, file 'PD_STAT_GRID_CELL_2011') but I always get an error: 'Cannot open data source'. I have noticed that there's no such .shp file in zip downloaded from Github. There's only something like .shp.xml file of 1Kb. I downloaded similar file (.shp) form some website on the Internet and now can read it into R. However, this .shp doesn't contain columns shown in your book. Could you please update .shp file and put it here?

-- Reply to this email directly, view it on GitHub [1], or unsubscribe [2]. Triage notifications on the go with GitHub Mobile for iOS [3] or Android [4]. You are receiving this because you are subscribed to this thread.Message ID: @.***>

Links:

[1] https://github.com/kkopczewska/spatial_book/issues/3 [2] https://github.com/notifications/unsubscribe-auth/AMU56MHCFNGJWX2DHU2BVTTUVAPVNANCNFSM5LQQ43XQ [3] https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 [4] https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub

Camil88 commented 2 years ago

It works now, thanks