Is there a way to check the size of the file that was read? I'm specifically trying to figure out the size of the memory in the shapefile read by the maptools library:
maptools
df = readShapeSpatial("/path/file.shp")
object.size(df) ..................................
See ?object.size :
?object.size
a <- runif(1e6) object.size(a) print(object.size(a), units="Mb")
Source: https://habr.com/ru/post/1402814/More articles:Converting an int [] array to a short [] array in Java - javaHow to avoid duplication of lines for creation (POST) in Django-Tastypie? - djangoHow to include a file as a resource in Xcode programmatically during build? - build-automationThe build phase that creates the Plist and copies it in the resource bundle - xcodeCan Xcode include application resource files that are generated during the build process? - iphoneMissed my personal signature file for Android - androidWhat should I look for when buying a Windows Phone 7 development phone? - windows-phoneFailed to install rvm 1.9.3 using xcode 4.3.2 - ruby-on-railsRDF / OWL to TRIPLE Store - rdfDoes computer influence on benchmarking affect test results? - benchmarkingAll Articles