Skip to main content

Questions tagged [jupyter-notebook]

Open-source web application for creating and sharing documents that contain live code, equations, visualizations and explanatory text.

1 vote
0 answers
33 views

My goal is to stack two seperate single band rasters into a multi-band raster using rasterio. Initially, I seperately check the distribution of each raster. Here are the steps: import numpy as np ...
pbaltezar's user avatar
1 vote
1 answer
71 views

I've been working on a geemap project in Jupyter Notebooks because that's what was recommended, but now I'm starting to look at publishing. I'm trying out Voila because it has a bunch of ...
Guest's user avatar
  • 25
1 vote
0 answers
42 views

This tutorial shows how to easily download an item from an ESRI portal using the Python API. Can you open the item just downloaded in a different, offline, Python environment that doesn't have access ...
jgm_GIS's user avatar
  • 670
0 votes
1 answer
69 views

On Windows 10, using a JupyterNotebook in Visual Studio Code while running a Python virtual environment using Conda, how can one make use of ogr2ogr and gdal commands from inside the JupyterNotebook ...
tds's user avatar
  • 296
2 votes
1 answer
197 views

I am trying to align (perfectly and properly) a TIFF file with either Google's map or the OpenStreetMap (or any other, if there are any decent ones). I have tried so many different version, some ...
I.P's user avatar
  • 123
0 votes
1 answer
47 views

I am using the DEA Sandbox Vegetation phenology notebook (https://knowledge.dea.ga.gov.au/notebooks/Real_world_examples/Vegetation_phenology/) I am hoping to call on a shapefile rather than using lat/...
Georgina Doyle's user avatar
1 vote
0 answers
914 views

When I import a geopackage with only geopandas all is fine, however, if I try to use pyogrio like this in my jupyter notebook: gpd.options.io_engine = "pyogrio" network = gpd.read_file(r&...
i.i.k.'s user avatar
  • 1,943
1 vote
0 answers
129 views

I wrote a code to show some points on ipyleaflet map that will be updated automatically. at first, the map shows fine, but despite removing markers after a certain time (eg. 72 hours) the notebook ...
Shane roar's user avatar
1 vote
0 answers
127 views

This is my first time using geemap and ee libraries. I have followed every step and wrote the code below: import geemap import ee ee.Authenticate() After getting the token code from the pop-up ...
Sam Q's user avatar
  • 11
0 votes
1 answer
71 views

I'm working with Jupiter and ipywidgets and Ipyleaflet , trying to draw polygons on a map and saving to a geodataframe. I have the following in a notebook cell: myDrawControl = DrawControl( rectangle={...
user1592380's user avatar
0 votes
1 answer
137 views

I'm working with Ipyleaflet to display a KML file in a Jupyter Notebook I have the following in a cell: import fiona import geopandas as gpd from ipyleaflet import GeoData, Map, basemaps fiona....
user1592380's user avatar
0 votes
2 answers
1k views

I have a large GeoJSON file which I store and read as follows: geomap.to_file(path_to_output + 'geomap_cleaned.geojson', driver="GeoJSON") geomap = import_geojson(path_to_data, ...
bravopapa's user avatar
  • 525
1 vote
1 answer
400 views

I have two Excel sheets with x und y coordinates (EPSG 4326) and several other attributes. My aim is to match both Excel sheets via the coordinates (geopandas.sjoin_nearest). I try to convert the ...
noj's user avatar
  • 13
0 votes
1 answer
67 views

I want to automate a process which involves using v.clean tool from GRASS inside a Jupyter Notebook. I've read documentations on how to use Python with GRASS, but it seems impossible to do it or I don'...
Freestyle Season's user avatar
1 vote
2 answers
380 views

I have version 3.34 installed on my Windows 11 desktop. In addition I have a full install of Anaconda which gives me full access to Spyder and JupyterLab, both of which I very much enjoy. My challenge ...
Carl Huxohl's user avatar

15 30 50 per page
1
2 3 4 5
9