Giter Club home page Giter Club logo

ezmaps's Introduction

EZ Maps

Generate Beautiful Maps ๐Ÿ—บ

Contents

Installation

  • Make sure you have Python installed (Python 3.2+)
  • You can install using the command pip3 install ezmaps

Usage

  • This is a CLI app so you can run it using ezmaps in your command line

  • ezmaps takes a few arguments

      	* -c , --config  Path to your config file
      	* -s , --save    If you save the state of this run
      	* -l , --load	 Load an old state (pickle file) to avoid makes calls to the API
    
  • The config file is in the json format and has the following information

{
	"details":{
		"place": "Sydney"
		"level":7,
		"background": [0,0,0],
	    "color":[255,255,255],
	    "size":[2500,1800],
		"detail":6
	},
	"markers": [{
		"locations": ["police"],
		"icon": "police.png",
		"size": 30
	}]
}
key type description
[details],[place] string The name of the place you want to generate the map for
[details][level] integer Administrative level for the place you can find the level for your place here
[details][background] list or integer RGB value of the color you want or -1-Transparent
[details][color] list RGB values for the color you want the map to be drawn in
[details][size] list or integer width and height of the output image (The actual image will be resized to this value). If just an integer is provided it returns the natural scale of the map with the integer as the max height or width value allowed
[details][detail] list How many level of roads do you want in your image higher the number the lower the level of roads fetched
[markers] list A list of markers you want marked on your image
[markers][locations] list or string A list of longitude or latitude for custom markers or a string specifying a type of important location
[markers][icon] string Path to the icon you want the mark the marker with will search in folder icon in the location where the config file is located
[markers][size] integer Size of the icon in the final image in pixles

Examples

All json files for the examples can be found in tests folder

Sydney

Marking all cafes in Sydney sydney

California

Custom Marking Los Angeles and San Francisco in California

california

Argentina

argentina

Shibuya

Marking all hospitals in Shibuya

shibuya

Troubleshooting

  • All this data is obtained from Overpass which is rate-limited so to avoid getting stuck in the rate-limit try saving and loading states as much as possible
  • If you find any bug or error please create an Issue on this repository

Contributing

All Contributions welcome Please submit all pull requests the against master branch.

Author

c00kie17

License

MIT

ezmaps's People

Contributors

c00kie17 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 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.