All Projects → ginkgoch → node-shapefile-viewer

ginkgoch / node-shapefile-viewer

Licence: Apache-2.0 license
An utility to view shapefile's geometries and properties for free.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to node-shapefile-viewer

Maup
The geospatial toolkit for redistricting data.
Stars: ✭ 35 (+66.67%)
Mutual labels:  shapefile
Aerialbot
A simple yet highly configurable bot that tweets geotagged aerial imagery of a random location in the world.
Stars: ✭ 157 (+647.62%)
Mutual labels:  shapefile
gis-snippets
Some code snippets for GIS tasks
Stars: ✭ 45 (+114.29%)
Mutual labels:  shapefile
Shapefiles
Useful shapefiles
Stars: ✭ 52 (+147.62%)
Mutual labels:  shapefile
Gis Dataset Brasil
Geographic Information Systems (GIS) Dataset Brasil - Coleção de shapefiles, GeoJSON e TopoJSON prontas para uso
Stars: ✭ 121 (+476.19%)
Mutual labels:  shapefile
Mapshaper
Tools for editing Shapefile, GeoJSON, TopoJSON and CSV files
Stars: ✭ 2,813 (+13295.24%)
Mutual labels:  shapefile
Magellan
Geo Spatial Data Analytics on Spark
Stars: ✭ 507 (+2314.29%)
Mutual labels:  shapefile
shapefile-rs
Rust library to read & write shapefiles
Stars: ✭ 38 (+80.95%)
Mutual labels:  shapefile
Tiler
A no nonsense Vector Tile pipeline
Stars: ✭ 132 (+528.57%)
Mutual labels:  shapefile
SHPReaderCSharp
This project is the operation description of shp file(include .shp .dbf ,shx). Some code was copied from other blog(http://blog.csdn.net/gis0911178/article/details/52162072).
Stars: ✭ 31 (+47.62%)
Mutual labels:  shapefile
Geotools
Official GeoTools repository
Stars: ✭ 1,109 (+5180.95%)
Mutual labels:  shapefile
Centerline
Calculate the polygon's centerline
Stars: ✭ 94 (+347.62%)
Mutual labels:  shapefile
pydriosm
PyDriosm: an open-source tool for downloading, reading and PostgreSQL-based I/O of OpenStreetMap data
Stars: ✭ 42 (+100%)
Mutual labels:  shapefile
Shapefile.jl
Parsing .shp files in Julia
Stars: ✭ 40 (+90.48%)
Mutual labels:  shapefile
pyGISS
📡 A lightweight GIS Software in less than 100 lines of code
Stars: ✭ 114 (+442.86%)
Mutual labels:  shapefile
Crime Analysis
Association Rule Mining from Spatial Data for Crime Analysis
Stars: ✭ 20 (-4.76%)
Mutual labels:  shapefile
Agstoshapefile
Convert ArcGIS Server Dynamic Map Service to GeoJSON and Shapefile
Stars: ✭ 172 (+719.05%)
Mutual labels:  shapefile
earthacrosstime
Twitter bot that posts videos showcasing how random locations in the world have changed since 1984.
Stars: ✭ 28 (+33.33%)
Mutual labels:  shapefile
BingMapsSDSToolkit
This toolkit makes it easy to use the Bing Maps Spatial Data Services (SDS) in .NET
Stars: ✭ 39 (+85.71%)
Mutual labels:  shapefile
pyscissor
✂️ calculate polygon mask for netCDF/GRIB/raster
Stars: ✭ 14 (-33.33%)
Mutual labels:  shapefile

Shapefile Viewer

Are you looking for a easy to use shapefile viewer on macOS? Ginkgoch provides a utility to view shapefile's geometries and properties for free.

  • For Mac/Windows/Linux executable, download from the release page.

Shapefile viewer on macOS prview

Shapefile viewer on Windows prview

Shapefile viewer on Linux prview

Features

  1. Load shapefile
  2. Export to another data format
    • GeoJson
    • CSV
  3. Render shapefile on a map
  4. List all properties in the bottom table
  5. Click to highlight an area on map and show the detail information
  6. Select a table row to highlight an area on map and show the detail information
  7. Map interaction (Leaflet supports, consider to switch render engine)
  8. macOS compatible

Overview

Overview-workspace

Here introduces the workspaces of the UI. There are generally 5 sections.

  1. Menus which is on the top of the screen
  2. Toolbar with functional buttons. Hover on the buttons to get detail.
  3. Community are some quick buttons to navigate to where you could see the project, report issues and feedback.
  4. Map provides a visualization of the shapefile. It also allows to identify a geometry and see its properties.
  5. Properties provides a table of all the properties maintained in the shapefile.

Quick Started

Open a shapefile

There are two ways to open a specifid shapefile. There are on the menu on the very top and the open button on the toolbar. Select a shapefile from the popup dialog.

Open a shapefile

Shapefile loaded

After the shapefile is loaded, a map visualizes on the Map and its properties displays on the Properties area.

Point cluster

Identify features

There are two entires to identify a feature and make it highlighted.

  1. Click an area on the Map; if there is any near by feature, it will highlights with a different fill color, its properties will be rendered in a popup.
  2. Select one row on the Properties table also navigates you to its corresponding feature.

Export

Currently, we support GeoJson and CSV file formats as target data format. Once one shapefile is loaded, then click the Menu > File > Export and select either format you want to convert to.

You could also find the Export button as well on the second position of the quick Toolbox space.

Issues

Contact [email protected] or sumbit an issue.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].