-
Notifications
You must be signed in to change notification settings - Fork 2
Shapefile Mapping
Raman Prasad edited this page Dec 6, 2016
·
11 revisions
Dataverse is capable mapping Shapefiles which are uploaded in .zip
format. Specifically, Dataverse recognizes a zipped Shapefile by:
- Examining the contents of
.zip
files - Checking for the existence of these similarly named files with these 4 extensions:
.dbf
,.prj
,.shp
,.shx
-
- User uploads
Community_Health_Centers.zip
- User uploads
-
- As soon as upload happens, behind the scenes, Dataverse unzips the file into:
Community_Health_Centers.dbf
Community_Health_Centers.prj
Community_Health_Centers.shp
Community_Health_Centers.shx
wfsrequest.txt
-
- Dataverse repackages the components of the shapefile, leaving out non-zip pieces such as
wfsrequest.txt
- Dataverse repackages the components of the shapefile, leaving out non-zip pieces such as
-
- After the files are saved, a "Map Data" button will be available: