Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

142 results for “from:Miluji Sb”

Elevation data
Miluji Sb · Jan 10, 2017 · r-sig-geo

Dear all. Is there a way to download global elevation data at the 1? x 1? resolution in R using a given set of coordinates? I know about the getData() function but can many coordinates be passed through this? Thanks...

Spatial Downscaling in R
Miluji Sb · Mar 14, 2018 · r-sig-geo

Dear all, Please forgive my inexperience with spatial downscaling. I am interested in spatial downscaling of global temperature to grid cell. Is there a package in R that can perform this function? Any help/guidance will be highly appreciated. Sincerely...

Climate data in R
Miluji Sb · Aug 1, 2016 · r-help

Dear all, I have a set of coordinates. Is it possible to extract climate data (temperature and precipitation) by coordinates using the R packages such as rnoaa? For example; out <- ncdc(datasetid='ANNUAL', stationid='GHCND:USW00014895', datatypeid='TEMP') But instead...

Combine two polygons
Miluji Sb · Apr 27, 2023 · r-sig-geo

Dear all, I am using the country-level shapefile from GADM. I would like to merge Cyprus and North Cyprus into one polygon. Is this possible? I am using rgdal to read the shapefile, subset, and then rewrite it. Any...

Climate data in R
Miluji Sb · Aug 1, 2016 · r-sig-geo

Dear all, I have a set of coordinates. Is it possible to extract climate data (temperature and precipitation) by coordinates using the R packages such as rnoaa? For example; out <- ncdc(datasetid='ANNUAL', stationid='GHCND:USW00014895', datatypeid='TEMP') But instead...

Extract CRU data
Miluji Sb · Jan 24, 2023 · r-sig-geo

Greetings everyone, I have a question on extracting country-level data from CRU ( https://crudata.uea.ac.uk/cru/data/hrg/cru_ts_4.06/crucy.2205251923.v4.06/countries/tmp/). The data for each variable are available for individual...

Field names abbreviated for ESRI Shapefile driver
Miluji Sb · Apr 19, 2020 · r-sig-geo

Greetings, i am trying to export a shapefile using the following command; st_write(weight.sf, "weight.shp, driver="ESRI Shapefile") But getting the following warning; 1: In abbreviate_shapefile_names(obj) : Field names abbreviated for ESRI Shapefile driver The...

Two Time Fixed Effects - LFE package
Miluji Sb · Nov 14, 2015 · r-help

I have weekly panel data for more than a hundred cities. The independent variables are temperature and precipitation. The time dimensions are year and week and likely have time invariant characteristics and are all important for proper estimation. Could I...

ISO3 code to 7 continents names
Miluji Sb · Sep 7, 2017 · r-help

Dear all. Is it possible to convert.identify iso3 country names to the seven continent names? # Asia, Africa, Antarctica, Australia, Europe, South America, and North America, I have tried the following: ### region <- merge(countryExData,df,by.x='ISO3V10',by.y...

ISO3 to 7 continents names
Miluji Sb · Sep 7, 2017 · r-sig-geo

Dear all. Is it possible to convert.identify iso3 country names to the seven continent names? # Asia, Africa, Antarctica, Australia, Europe, South America, and North America, I have tried the following: ### region <- merge(countryExData,df,by.x='ISO3V10',by.y...

Marginal effects with plm
Miluji Sb · Sep 6, 2018 · r-help

Dear John, Apologies for not providing reproducible example. I just tried with a plm example but ran into the same issue; library(plm) data("Produc", package = "plm") zz <- plm(log(gsp) ~ log(pcap) + log(pc) + log(emp) + unemp, data = Produc...

GAM Poisson
Miluji Sb · Dec 14, 2017 · r-help

Dear all, I apologize as this may not be a strictly R question. I am running GAM models using the mgcv package. I was wondering if the interpretation of the smooth splines of the 'x' variable is the same in...

Merge dataframe with NetCDF file
Miluji Sb · May 19, 2023 · r-sig-geo

Dear all, I am struggling to convert a dataframe with 49 years of data for 259,200 coordinates. How can I convert this dataset into a NetCDF file with the following attributes; class : RasterBrick dimensions : 360, 720, 259200, 10 (nrow...

Convert SpatialPointsDataFrame to SpatialPolygons or SpatialPolygonsDataFrame
Miluji Sb · Dec 24, 2016 · r-sig-geo

I have a SpatialPointsDataFrame with the following attributes. Is it possible to convert this to a SpatialPolygons or SpatialPolygonsDataFrame? Thank you! Sincerely, Milu class : SpatialPointsDataFrame features : 21441 extent : -179.5, 179.5, -89.5, 83.5 (xmin, xmax, ymin, ymax...

Marginal effects with plm
Miluji Sb · Sep 5, 2018 · r-help

Dear all, I am running the following panel regression; plm1 <- plm(formula = log(y) ~ x1 + I(x1^2) + heat*debt_dummy + tt, data = df, index=c("region","year")) where 'df' is a pdata.frame. I would like to obtain marginal...

Obtain coordinates for city names
Miluji Sb · Nov 6, 2018 · r-help

I have a dataframe (more than 50,000 observations), of cities in the EU. My goal is to assign NUTS-2 code to each of these cities. However, I am not aware of any direct way of achieving this, so...

Address from Wikimapia
Miluji Sb · May 17, 2016 · r-sig-geo

Is it possible to convert latitude and longitude into addresses in R using Wikimapia mapping instead of Google? The reason being that Wikimapia addresses have more details. This is the code I have been using but this obtains the information...

Convert Coordinates to Address - Wikimapia
Miluji Sb · May 17, 2016 · r-help

Is it possible to convert latitude and longitude into addresses in R using Wikimapia mapping instead of Google? The reason being that Wikimapia addresses have more details. This is the code I have been using but this obtains the information...

Split Strings
Miluji Sb · Jan 17, 2016 · r-help

I have a list of strings of different lengths and would like to split each string by underscore "_" pc_m2_45_ssp3_wheat pc_m2_45_ssp3_wheat ssp3_maize m2_wheat I would like to separate each part of...

Year and month from a sequence
Miluji Sb · Jul 14, 2020 · r-help

Dear all, I have a panel dataset with a large number of groups (200K+) with a sequence representing the month of the observations (2400 - 4139). The data is from January 1861 to December 2005. My goal is to extract the...

Can't find what you're looking for? Try searching with Google .