Code Monkey home page Code Monkey logo

copernicus-mapping-db's Introduction

Copernicus Mapping Data

Scripts used to extract Copernicus Emergency Management Service Mappings.

Download Shapefiles

The first step is to download the individual shapefiles from Copernicus. As of this writing there are about 500 files to download. A web scraper is provided to automate this process in Copernicus-Mapping-DB/scraper/scraper.py. The scraper depends on the Chrome webdriver for selenium. This StackOverflow answer has some instructions on how to setup the Chrome driver. Alternatively, you can alter the script to use a different driver (Safari, Firefox, etc...).

Files will be downloaded to whatever your browser's default download folder is. On my computer this is ~/Downloads. To avoid confusion, it is best to clean out this folder prior to running the script.

To run, simply:

  1. pip install -r requirements.txt
  2. ./scraper.py

This will fire up a browser instance and automatically download all files

Generate the SQL Script

Dependencies:
  • geojson2postgres - npm install -g geojson2postgres
  • ogr2ogr - brew install gdal
Instructions
  1. Create a directory called ./files in the root of the Copernicus-Mapping-DB directory
  2. ./to_sql.py
  3. cat script.sql | psql <db_name

copernicus-mapping-db's People

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

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.