Uploading Data Matthew Hanson  GeoNode made up of several components  Web Framework – Django  OGC Server – GeoServer  Database – PostGIS.

Slides:



Advertisements
Similar presentations
A Roadmap of Open Source components for GI Web Services and Clients A Paul R Cooper MAGIC.
Advertisements

Web GIS Oregon Explorer Marc G Rempel Oregon State University The Valley Library Oregon Explorer
TileMill Quickly and Easily Design Maps for the Web Shaky Sherpa Matt Berg Modi Research Group The Earth Institute. Columbia University.
GIS: conceptual reminder Franck Theeten – Bart Meganck.
Raster Data in ArcSDE 8.2 Why Put Images in a Database? What are Basic Raster Concepts? How Raster data stored in Database?
Geographic Data Primitives Large number: Points, multiipoints, lines, polylines, splines, rasters, images, surfaces, networks…. But, 95% of the time we.
NR 422: GIS Review Jim Graham Fall What is GIS? Geographic Information System? Geographic Information Science? A system that provides the ability.
Internet enabled GIS GIS Topics and Applications John Reiser Rowan University.
19 th Advanced Summer School in Regional Science An introduction to GIS using ArcGIS.
Problem with GIS Data Lots of different, related files Results in data that is: –Hard to find and share and of questionable quality Need: –Containers for.
OPEN SOURCE GIS Comparing Quantum GIS to Open Jump.
Implementing ISO Aleta Vienneau and David Danko ESRI.
School of Geography FACULTY OF ENVIRONMENT Introduction to ArcGIS 1.
Introduction to ArcView
Agenda New opportunities for citizen scientists An introduction to Geographic Information Systems Open Source tools for GIS Hands-on activities Working.
Geographic Information Systems (GIS) Data Marcel Fortin Geographic Information Systems (GIS) and Map Librarian Map and Data Library December 7, 2009.
Introduction to Open Source GIS, GeoTec 2005
NEARC Nashua, NH Using a Mix of Technologies to Collect and Present Geographic Information on the Web (or desktop) Aleda Freeman MassGIS (Office.
Salvador Bayarri Consultant The World Bank
NEPAnode is a Geospatial Data and Document Management System It provides a centralized and collaborative site to access the data.
Fundamentals of working with geographic data
Introduction to eziLink Training For the Ministry of Forests and Sustainable Resource Management.
Major parts of ArcGIS ArcView -Basic mapping, editing and Analysis tools ArcEditor -all of ArcView plus Adds ability to deal with topological and network.
The OpenGIS Consortium Geog 516 Presentation #2 Rueben Schulz March 2004.
GIS concepts, skills and tools
Data Scrounging 101 Steve Signell, Instructor Robert Poirier, TA School of Science Rensselaer Polytechnic Institute Monday,
The FalconView Geodata Overlay
Intro to GIS and ESRI Trainers: Randy Jones, GIS Technician, Douglas County Jon Fiskness, GISP GIS Coordinator, City of Superior.
8. Specifics on Digitizing & Layout tips 1 Week 6 Specifics on Digitizing and More tips on a Layout.
Development of Dynamic SLD and Understanding WCS Using Geo-server Supervisor Prof N.L Sarda Dept. of Computer Science & Engg. IIT-Bombay Bharti M.Tech.
Preparing and Deploying Data to ArcPad Juan Luera.
Exploring Spatial Data Infrastructure in an Open Source World Jacqueline Lowe UNC-Asheville National Environmental Modeling and Analysis Center Jacqueline.
Arch: 383 Introduction to GIS Week 2 Introduction to GEOGRAPHIC INFORMATION SYSTEMS Can Kara Faculty of Architecture 2011 ARC 383.
Geographical Information Systems. Software which can be used in GIS ArcGIS Desktop Map Window Quantum GIS uDig.
A GeoSpatial Mapping Architecture
Introducing ArcGIS Chapter 1. Objectives  Understand the architecture of the ArcGIS program.  Become familiar with the types of data files used in ArcGIS.
ALPHA a framework to support collaborative research Matt Bertrrand
Introduction to GIS GIS/CAD5.
Finding Geospatial Data A closer look at several useful sources of free geospatial data René Duplain Data Analyst,
Marine Digimap 17 March 2010 Tom Armitage Vivienne Carr.
Geographic Data in GIS. Components of geographic data Three general components to geographic information Three general components to geographic information.
Intro to GIS & Pictometry Trainers: Randy Jones, GIS Technician, Douglas County Jon Fiskness, GISP GIS Coordinator, City of Superior.
Slide 1 SDTSSDTS FGDC CWG SDTS Revision Project ANSI INCITS L1 Project to Update SDTS FGDC CWG September 2, 2003.
Introduction to ArcView Chapter 2 of GIS Methods and ArcView Methods Review Chs. 1 and 3.
Geographic Information Systems Using ESRI ArcGIS 9.3 Arc Catalog File Management.
The Digimap ShareGeo Facility Login to Digimap and select ShareGeo from the Collections page.
Visualizing geographical data made extremely easy by SLD Editor!
Topic 10- GIS layers to web
DEM TRAINING (DIGITAL ELEVATION MODEL). STEP 1 OPEN GIS.
SDI for water resource management Theresia Freska & Wu Liqun.
GIS Data Resources Ruppert Grauberger Chief, Mapping & Photogrammetry Division of Engineering.
Digimap data in ArcGIS Guy McGarva EDINA Geo User Support Ian Holmes.
GeoSpatial Analysis UNICEF Security Advisors Workshop 20 October 2010.
Presented by: Shahab Spring Introduction Data Analytics Plugins Learning Resources.
GeoServer Prof. Wenwen Li School of Geographical Sciences and Urban Planning 5644 Coor Hall
SSE WebMapViewer Recent Developments Steven Smolders SSE Workshop ESA - ESRIN, Frascati, Rome.
Creating and Sharing Geospatial Data January 28, 2010 presentation to the Bedford Institute of Oceanography Geographic Information Systems Special Interest.
BE-Basic BE-Basic WebGIS geoportal by Dr. Everton Valiati Hemerly.
Lesson 3 GIS Fundamentals MEASURE Evaluation PHFI Training of Trainers May 2011.
GIS Data Shape files, Rasters, Coordinate Systems, ArcGIS.
Each entity of land has spatial information!
GeoPortal Training Workshop 1st March 2017
Raster and Vector Data.
Shapefile vs GeoPackage tradeoffs in new standard based on CDB
Feature Classes, Data File Formats in ArcGIS
Specifics on Digitizing and More tips on a Layout
Geographic Data Primitives
Learn R! GIS.
ឧបករណ៍ផលិតផែនទី.
Web AppBuilder for ArcGIS
Presentation transcript:

Uploading Data Matthew Hanson

 GeoNode made up of several components  Web Framework – Django  OGC Server – GeoServer  Database – PostGIS  A library, for geospatial data  View/upload/edit through website  Use services from external clients  Quantum GIS (QGIS) – connect to Web Mapping Service (WMS)

 Projections identified by EPSG code (most common)  epsg.io – website reference for all projections  Common Projections  EPSG:4326 – Geographic or ‘WGS-84’  units in degrees  EPSG:3857 – Web Macator or “Google” projection  used for viewing (google maps, openlayers)  Equal area projections useful for analysis  EPSG:42303 – Albers North America  Units in meters  UTM – Universal Transverse Mercator  Smaller areas called zones (each one different EPSG code)  Units in meters  For uploads the projection doesn’t really matter…

 Layers  Collection of data  Vector  Collection of one geometry type (e.g., polygon, linestring, etc)  Raster  Collection of raster bands (e.g., colors)  Metadata  Abstract, source, temporal and spatial extent, point of contact  Maps  Collection of multiple layers of data

 Front page  Recent layers and maps  Links to main pages  Upload Layers  Create Maps  Explore (Browse)  Search  Future options  News/blog  Featured apps or data

 Upload multiple files  Any combo of raster/vector  Drag and Drop  File Dialog  Batch permissions  Other batch options  GeoServer  PostGIS  GeoNode command line

 Vector Uploads  ESRI Shapefiles  files .shp - geometry .shx – index .dbf – attributes .prj – projection .sld – style (optional) .xml – metadata (optional)  Zip file containing all of above  Raster Uploads  GeoTiff  May contain multiple bands

 Layer Permissions  Set when uploading  Change from layer info page (must be logged in)  Edit Layer -> Edit Permissions  “Anyone” – means anonymous access allowed  Map Permissions  Set when creating  Change from map info page (must be logged in)  Edit Map -> Edit Map Permissions  Groups  Not in current version (2.0)  Feature added in 2.1

 If successfully uploaded, the message above will be displayed  Layer Info  main layer viewing page  Edit Metadata  Fill in metadata…..very important!  Spatial data without metadata is of limited use (when, where, why, contact?)  Manage Styles  Edit, or create new, styles for the layer  All styles available with this layer to users

 Each layer (or map) has own Info page  View data (zoom/pan)  Feature Info (e.g. polygon attributes)  Download data  Variety of formats (e.g., tif, shapefile, jpg, kml)  Download metadata  Varity of formats (e.g., DIF, ATOM, ISO)  Replace or remove data  Social features  Comment, rate, share

 Data layers may have multiple styles  Add new or duplicate  Use Style Manager to select available styles  Style information stored in.sld files  Include.sld file during upload  Use GUI to edit rules  Vector styling full featured  Complex raster styles more difficult