About 192,000 results
Open links in new tab
  1. Plotting data on a map (Example Gallery) - basemap 1.4.1

    There are a number of Basemap instance methods for plotting data: contour(): draw contour lines. contourf(): draw filled contours. imshow(): draw an image. pcolor(): draw a pseudocolor plot. pcolormesh(): draw a pseudocolor plot (faster version for regular meshes). plot(): draw lines and/or markers. scatter(): draw points with markers.

  2. Cartopy - Maps in LambertConformal projection - Stack Overflow

    Sep 24, 2024 · I would like to create a map in python using a LambertConformal projection from cartopy. But I would also like to have the plot plotted in a 2d conic shape. By running the code below, my plot is cut in half.

  3. How to plot a 2-D cone in python (matplotlib)? - Stack Overflow

    May 14, 2019 · I'm considerably new to python and making a map of a room. I've plotted the room, obstacles etc. And some points (which are sensors). Now I want make a 2-D cone which shows the area in which sensors see. I will have an angle and radius for the cone. I've tried searching but mostly 3-D cones have been discussed here in previous questions.

  4. 1.3 Map ProjectionsPython Intro to Geoscience - GitHub Pages

    Implying that circles anywhere on the Earth’s surface map to circles of varying size in the projected space. Examples of conformal projections: Mercator. Transverse Mercator. Stereographic. Lambert conformal conic. Use in large scale maps (zoomed in) Often used to preserve shape to represent their physical counterpart.

  5. Setting up the map - basemap 1.4.1 documentation - Matplotlib

    Setting up the map# In order to represent the curved surface of the earth on a two-dimensional map, a map projection is needed. Since this cannot be done without distortion, there are many map projections, each with it’s own advantages and disadvantages. Basemap provides 24 different map projections.

  6. python - Cartopy: How to set the gridlines labels on a projected map

    Mar 9, 2023 · The code below produces a map of the North Atlantic Ocean. However, the latitude labels are misplaced (want them outside, not inside) and not on both sides. I think this has to do with how I set the extent, but I do not know any other way to get this conic shape I want.

  7. 12 Geospatial Data – `map (python, data)`

    They are fine-tuned to fit the shape of each state to maximize accuracy. (Some use transverse Mercator, some use a Lambert conformal conic projection, all with different parameters.) (ce: conservation.ca.gov)

  8. Visualizing Geospatial Data in Python - IBM

    May 17, 2020 · This article shows how to use two popular geospatial libraries in Python: geopandas: extends Pandas to allow spatial operations on geometric types; geoplot: a high-level geospatial plotting library

  9. Equidistant Conic Projection - basemap 1.4.1 documentation

    Equidistant Conic Projection# Neither conformal or equal area. Parallels are equally spaced. The green shapes drawn on the map are equal-area circles on the surface of the earth. Known as “Tissot’s indicatrix”, they can be used to show the angular and areal distortion of a map projection.

  10. An attempt to Plot Conics in Python without using Plotting

    Apr 22, 2019 · For Example, for a circle , x^2 + y^2 = 1, the function returns 'Y' as Y = square root (1-x^2). This method will help us plot the Y points. The next step involves creating a linspace of 'X' values...

  11. Some results have been removed
Refresh