https://stackoverflow.com/questions/22188660/r-time-series-modeling-on-weekly-data-using-ts-object
for a use :
library(lubridate)
data = 1:319
ts(data, freq=365.25/7, start=decimal_date(ymd("2013-1-13")))
Nothing fancy. Just a scratchboard for Open Source Geospatial manipulations. Involves (although not limited to) Linux, R, gdal, Quantum GIS, Geoserver etc.
Error : .onLoad failed in loadNamespace() for 'rJava', details:
call: dyn.load(file, DLLpath = DLLpath, ...)
error: unable to load shared object '/home/anh/Rlibs/rJava/libs/rJava.so':
libjvm.so: cannot open shared object file: No such file or directory
git config credential.helper storesee https://git-scm.com/docs/git-credential-store
s <- span="">
"A B C G Xax
0.451 0.333 0.034 0.173 0.22
0.491 0.270 0.033 0.207 0.34
0.389 0.249 0.084 0.271 0.54
0.425 0.819 0.077 0.281 0.34
0.457 0.429 0.053 0.386 0.53
0.436 0.524 0.049 0.249 0.12
0.423 0.270 0.093 0.279 0.61
0.463 0.315 0.019 0.204 0.23
"
d <- span=""> read.delim(textConnection(s), sep="")
library(ggplot2)
library(reshape2)
d <- span=""> melt(d, id.vars="Xax")
# Everything on the same plot
ggplot(d, aes(Xax,value, col=variable)) +
geom_point() +
stat_smooth() ->->->
mkdir /path/to/your/projectcd /path/to/your/projectgit initgit remote add origin git@bitbucket.org:xxx/xxx.git
git commit -m 'Initial commit with contributors'git push -u origin master
git remote add upstream git://github.com/pjhyett/github-services.git
Then everytime you want to pull/fetchgit fetch upstream
orgit pull upstream
As indicated in Eclipse auto shutdowns when creating new project one workaround to this bug is to change the GTK2 theme in System Preferences -> Application Appearance -> GTK (I personally useAurora:
sudo apt-get install -y gtk2-engines-aurora).
Alternatively, a patch to oxygen is available here, and has been pushed to the active development branch of oxygen. oxygen-gtk2-1.4.6-1 should be OK but as of now oxygen-gtk2-1.4.5 is still the most recent stable version.
|
From http://doublebyteblog.wordpress.com/2014/08/06/importing-large-spatial-dataset-into-postgis/
Looks like the -D switch is wital :shp2pgsql -D -s 4326 data.shp import_shp2pgsql | psqlsudo apt-get install pepperflashplugin-nonfree
sudo update-pepperflashplugin-nonfree --install
| $ ftp myftpserver.whatever
Connected to myftpserver.whatever. 500 FTP server shut down (going down at Wed Dec 11 20:05:15 2002) -- please try again later. |
In file /etc/xinetd.d/ftp_psa change
disable = no
to
disable = yes
and restart xinetd sevice : restart xinetd