Giter VIP home page Giter VIP logo

georasterhadoop's Introduction

GeoRasterHadoop

GeoRasterHadoop is a distributed storage and map algebraic parallel algorithm based on Hadoop distributed computing framework. It is divided into tile-based storage strategy on HDFS for raster data and map algebraic parallel algorithm based on distributed tile storage strategy.

Chinese-Introduction

Function

1.Implements HDFS-based tile raster file cutting and tile raster file compression.

2.For the storage strategy of tile raster files, a distributed raster data map algebra calculation based on Hadoop is designed and implemented, including Add, GreaterThan, LocalMax, and MountainReclassify algorithms.

Project structure

/src/main/java/cug/hadoop/geo/fileInfo/:Record the original raster data header file information and tile partition information auxiliary class.

/src/main/java/cug/hadoop/geo/tile/split:The original raster data is divided into grid tile data suitable for HDFS distributed storage, which is divided into an uncompressed raster tile segmentation method and a compressed raster tile segmentation method.

/src/main/java/cug/hadoop/geo/tile/merge:Since distributed computing results are multiple raster data files and do not contain metadata information, this package is used to restore the distributed calculation result file to a standard raster file for map visualization.

/src/main/java/cug/hadoop/geo/fileFormat/:This package mainly realizes the specific reading mode and writing method of the input raster file when Hadoop is calculated. The main function of the reading class is to parse the input tile data into key value pairs for the Hadoop Map stage calculating; write classes is a special function of MapReduce output results persistence files

/src/main/java/cug/hadoop/geo/algorithm/:This package is an implementation class for Hadoop distributed map algebraic calculations, including distributed map algebraic algorithms such as Add, GreaterThan, LocalMax, and MountainReclassify.

/src/main/java/cug/hadoop/geo/utils/:Various tools used in the implementation process.

Running Environment and Development Tools

Running Environment:Centos6.5、JDK1.7、Hadoop2.6.0、zookeeper-3.4.8、HBase-1.1.4

Development Tools:Eclipse、Maven

How to run

Tile splitting: Run the ZIPTile class in the /src/main/java/cug/hadoop/geo/tile/split directory to split the target raster data file into tile files.

Distributed operator operation: Select a class under /src/main/java/cug/hadoop/geo/algorithm/ as the entry class to be packaged as a jar, upload the jar package to the cluster server, and run the jar using the Hadoop command.

georasterhadoop's People

Contributors

windwinds avatar

Stargazers

yuqin avatar  avatar  avatar xiadc avatar

Watchers

James Cloos avatar

Forkers

xiadc

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.